Clear-Com Logic-Maestro User Manual

Page 108

Advertising
background image

Clear-Com Communication Systems

Eclipse Logic Maestro Instruction Manual

2 - 4 2

ActivateLED (PortObject, ush-
ort) [LEDDisplayAction]

Returns a control object to activate a LED on a specified
port and key number e.g.
LEDDisplayAction <result> = ControlActions.Acti-
vateLED(<port object>,<key number>);

ActivateLed (PortObject, ushort,
ushort, ushort) [LEDDisplayAc-
tion]

Returns a control object to activate a LED on a specified
port, key number, key region and key page e.g.
LEDDisplayAction <result> = ControlActions.Acti-
vateLED(<port object>,<key number>, key
region>,<key page>);

ActivateLED (PortObject, ush-
ort, ushort, ushort, LedRate,
LedIndication) {LEDDisplayAc-
tion]

Returns a control object to activate a LED on a specified
port, key number, key region, key page, LED rate and
LED colour e.g.
LEDDisplayAction <result> = ControlActions.Acti-
vateLED(<port object>,<key number>, key
region>,<key page>, <LED rate>,<LED colour>);
The parameters <LED rate> and <LED colour> may be
selected from a drop-down menu or specified as a num-
ber.

ActivateLED (PortObject, ush-
ort, ushort, ushort, bool,
LedRate, LedIndication) [LED-
DisplayAction]

Returns a control object to activate a LED on a specified
port, key number, key region, key page, LED rate and
LED colour e.g.
DisplayAction <action name> = ControlActions.Acti-
vateLED(<port name>, <key number>, <Key
Region>, <Key Page>, LedRate.Off, LedIndica-
tion.Green);
The parameters <LED rate> and <LED colour> may be
selected from a drop-down menu or specified as a num-
ber.

CallSignalAction () [CallSigna-
lAction]

Returns an object that can be used to call action func-
tions e.g.
CallSignalAction <object> = ControlActions.CallSig-
nalAction ();

Control (ControlMacro) [Action]

Returns the result of a control action e.g.
Action <result> = ControlActions.Control(<action>);

Control (ControlMacro, Bits)
[Action]

Returns the result of a control action e.g.
Action <result> = ControlActions.Control(<action>,
<control bits>);

CrossPointAction () [Cross-
PointAction]

Returns a crosspoint action e.g.
Action <result> = ControlActions.CrosspointAc-
tion();

Macro

Description

Advertising