Models 707B and 708B Switching Matrix Reference Manual
Section 7: Command reference
707B-901-01 Rev. A / August 2010
7-119
lan.trigger[N].ipaddress
This attribute specifies the address (in dotted-decimal format) of UDP or TCP listeners.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
System reset
LAN trigger N reset
Create
configuration script
"0.0.0.0"
Usage
ipAddress = lan.trigger[N].ipaddress
lan.trigger[N].ipaddress = ipAddress
ipAddress
The LAN address for this attribute as a string in dotted decimal notation
N
A number specifying the LAN event number (1 to 8)
Details
Sets the IP address for outgoing trigger events.
Set to
"0.0.0.0"
for multicast.
After changing this setting, the
lan.trigger[N].connect()
command must be called before outgoing
messages can be sent.
Example
lan.trigger[3].protocol = lan.TCP
lan.trigger[3].ipaddress = "192.168.1.100"
lan.trigger[3].connect()
Also see
(on page 7-116)
lan.trigger[N].mode
This attribute sets the trigger operation and detection mode.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
System reset
LAN trigger N reset
Create
configuration script
lan.TRIG_EITHER
Usage
mode = lan.trigger[N].mode
lan.trigger[N].mode = mode
mode
A number representing the LAN event number (1 to 8); see the
Details
section for more information
N
A number representing the trigger mode (0 to 7)