Section 7: Command reference
Models 707B and 708B Switching Matrix Reference Manual
7-118
707B-901-01 Rev. A / August 2010
lan.trigger[N].disconnect()
This function disconnects the LAN trigger.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function Yes
Usage
lan.trigger[N].disconnect()
N
The LAN event number (1 to 8)
Details
For TCP connections, this closes the TCP connection.
The LAN trigger automatically disconnects when either the
lan.trigger[N].protocol
or
lan.trigger[N].ipaddress
attributes for this event are changed.
Also see
(on page 7-119)
lan.trigger[N].EVENT_ID
This constant is the event identifier used to route the LAN trigger to other subsystems (using stimulus properties).
Type
TSP-Link accessible
Affected by
Where saved
Default value
Constant Yes
Usage
lan.trigger[N].EVENT_ID
N
The LAN event number (1 to 8)
Details
Set the stimulus of any trigger event detector to the value of this constant to have it respond to incoming LAN
trigger packets.
Example
digio.trigger[14].stimulus =
lan.trigger[1].EVENT_ID
Route an occurrence of a trigger on
LAN trigger 1 to digital I/O
trigger 14, then generate the event
ID for digital I/O trigger 14.
Also see
None