Clear-Com Logic-Maestro User Manual

Page 120

Advertising
background image

Clear-Com Communication Systems

Eclipse Logic Maestro Instruction Manual

2 - 5 4

GetType () [Type]

Returns the type of an object previously created by a
control macro. e.g.
Type <result> = <object>.GetType();

Inhibits(ControlMacro) [void]

Causes a specified control action to be inhibited e.g.
<control identifier>.Inhibits(<control macro>);

Inhibits(ControlMacro, ushort)
[void]

Causes a specified control action to be inhibited e.g.
<control identifier>.Inhibits(<control macro>,<logic
parameter>);

NameExists(string) [bool]

Returns a boolean indicating whether a named entity
exists e.g.
bool <boolean> = ControlMacro.NameExists(<entity
name>);

Resets(ControlLatch) [void]

Resets the specified control latch e.g.
<entity instance>.Resets(latch name);

SetDefaultGateway(string) [void]

Sets the default gateway address 1 on a frame to the
specified string e.g.
ControlMacro.SetDefaultGateway(<default gateway
address>);

SetDefaultGateway2(string)
[void]

Sets the default gateway address 2 on a frame to the
specified string e.g.
ControlMacro.SetDefaultGateway2(<default gateway
2 address>);

Sets(ControlLatch) [void]

Set a control latch e.g.
<control latch entity>.Sets(ControlLatch);

SetSubnetMask(string) [void]

Sets the subnetmask 1 on a frame to the specified string
e.g.
ControlMacro.SetSubnetMask(<subnet mask
string>);

SetSubnetMask2(string) [void]

Sets the subnetmask 2 on a frame to the specified string
e.g.
ControlMacro.SetSubnetMask2(<subnet mask
string>);

Toggles(ControlLatch) [void]

Toggles the specified control latch e.g.
<latch instance>.Toggles(ControlLatch);

ToString () [string]

Returns the string value of an object previously created
by a control macro. e.g.
string <result> = <object>.ToString();

Macro

Description

Advertising