MULTI JOB CONFIGURATION
37 SMART-VS
JOB SWITCHING VIA TELNET COMMUNICATION
Jobs can also be recalled via Ethernet connection using a Telnet communication.
Open a TCP/IP Telnet session using a Telnet client with the following parameters:
• IP: Device IP Address (default 192.168.3.100)
• Port: 23
The following commands are available to switch Jobs and retrieve information on the
running Job:
Command
a
job load
<Bank#>
#CR
Description
Load a bank (0 to 31). Changes will be applied to the next system
startup.
Example
job load 6
#CR
Output message
job load <Bank#>
#CR#LF
DONE
;
#LF#CR#CR#LF
Smart-VS>
or
job load <Bank#>
#CR#LF
FAIL;Failed to get status,
already in configuration
#LF#CR#CR#LF
Smart-VS>
Command
a
a. All commands must end with #CR (carriage return, byte dec value = 13)
job status
#CR
Description
Retrieve information on the current bank.
Example
job status
#CR
Output message
current loaded bank:
#CR#LF
<Bank#>
;
#LF#CR#CR#LF
Smart-VS>
current startup bank:
#CR#LF
<Bank#>
#LF#CR#CR#LF
Smart-VS>
NOTE: If the command string is sent through a pre-allocated array larger
than the string itself, the unused portion of the array must be initialized to
ØØ (bytes) i.e. the [NULL] character.