Currently the command interpreter can only handle one command at a time. In the case of the example shutter device, this means that T? P? is not a valid command, whereas T? and P? are individually. This is significant because in the case of some real world devices, e.g. a PMAC, EPICs will send multiple commands to the device on a single line.
Currently the command interpreter can only handle one command at a time. In the case of the example shutter device, this means that
T? P?
is not a valid command, whereasT?
andP?
are individually. This is significant because in the case of some real world devices, e.g. a PMAC, EPICs will send multiple commands to the device on a single line.