On line commands |
Remark: The online instructions are intended only for host/master usage and cannot reside in a TML program. Therefore their syntax is fictive, its only goal being to identify these commands. In the Binary Code Viewer you can “emulate” a GiveMeData request for a TML variable using syntax ?name and a GiveMeData2 request using syntax ??name. In both cases, name is the TML variable name. In the Command interpreter, you can check the value of any TML data, by sending a GiveMeData request using the syntax ?name, where name is the TML data name. The value returned with the TakeData answer is displayed. Through the command interpreter you may also send a Get checksum request using the syntax: CHECKSUM Start_address, Stop_address. The value returned with Take checksum is displayed. |