
currentTime
The
currentTime
command returns the current system time of the VN-Matrix controller.
It can be obtained from any active VN-Matrix device on the system excluding the VN-Matrix
EC 200. The
currentTime
value is the reference point when setting future event start
times (see
play
).
Command line structure
get
device
identifier
currentTime
identifier:
Device name, device ID, or IP address of VN-Matrix device (not the EC).
Return attributes
:
currentTime: hh:mm:ss:uuuuuu
For the following examples:
2xx Device1:
Name =
200_Device1
, ID =
20001
, IP =
192.168.0.21
Example 1 - Getting the VN-Matrix controller system time using the IP address as identifier.
get
device
192.168.0.21
currentTime
]
Returns:
"
11:53:02.174478
"
Example 2 - Getting the VN-Matrix controller system time using device name as identifier.
get
device
200_Device1
currentTime
]
Returns:
"
11:53:02.174478
"
deletedevice
The
deletedevice
command removes unused devices from the VN-Matrix system.
Attempting to remove a device currently in use results in a fail code.
Command line structure
deletedevice
device
device:
Device name, device ID, or IP address.
For the following examples:
2xx Device1:
Name =
200_Device1
, ID =
20001
, IP =
192.168.0.21
2xx Device2:
Name =
200_Device2
, ID =
20002
, IP =
192.168.0.22
Example 1 - Delete an unused 2xx device from the system.
deletedevice
20001
]
Example 2 - Attempting to delete a 2xx device with active connections.
deletedevice
20002
]
Returns:
"fail:
code=13,object
in
use"
disconnectall
The
disconnectall
command breaks all connections to all devices on the VN-Matrix
controller.
Command line structure
disconnectall
Example 1 - Break all connections to all devices on a VN-Matrix controller.
disconnectall
]
VNM EC 200 • Reference Information
203
Summary of Contents for VNM EC 200
Page 6: ......