SEND Send to the host the content of a variable |
Syntax
VAR32: long/fixed variable Binary code
Execution The value of VAR16/VAR32 is sent using “Take Data 2” message.
Example MASTERID = 33; // Set host ID / address = 2 //Send SRH & SRL if motion complete or pos. trigger 1 bits change SRH_MASK = 0x0002; SRL_MASK = 0x0400; MER_MASK = 0xFFFF; // send MER on any bit change SEND CAPPOS; // Send to host contents of variable CAPPOS |