This action adds a two-byte number to the end of the current binary message.

It takes one parameter: the integral value of the short you want to add.


It does not matter if it is signed or unsigned short, as the binary representations are the same. Remember that the range of a short is -32,768 to +32,767, or 0 to +65,535, depending on how it is interpreted by the receiver (in Fusion terms, what expression is used to read the short from the received message).