boolean DMX_ResetInterface (int $InstanceID)
InstanceID | ID of DMX I/O Instance |
If the command succeeds, it returns TRUE, otherwise FALSE.
Sets the DMX interface back with the ID InstanceID. It is recommended that in case of problems, create a script with this command and declare it as startup script.
//Reset interface
DMXI_ResetInterface(12345);