Troubleshooting with software
35
5.6.8 OUT - Output (D)
This command alters the functionality of the Multifunction Vehicle
Bus. Consider the operative situation carefully before using this
command on board a train.
SYNTAX
OUT addr8 nn
addr8= the 8-bit address of an output port
nn = the data you want to write to that address
EXPLANATION
Use this command to write data to a register that resides in the specified output port
address. For addresses of available registers, please see the IN command section.
EXAMPLE
To switch on the red LED, type:
out 81 cc
The following text is displayed:
81=cc
This means that the red LED is now on.
To switch off the red LED again, type:
81 0c
These values are displayed in hexadecimal notation.
5.6.9 QUIT (D)
This command alters the functionality of the Multifunction Vehicle
Bus. Consider the operative situation carefully before using this
command on board a train.
SYNTAX
QUIT