Changes

2,287 bytes added ,  15:26, 30 October 2018
Line 128: Line 128:  
Convered to DEC: 547146368
 
Convered to DEC: 547146368
 
For more information see two‘s compliment arithmetics.
 
For more information see two‘s compliment arithmetics.
 +
 +
 +
*''IO Element''
 +
 +
{| class="wikitable"
 +
|-
 +
 +
| style="background: black; color: white;"|Event IO ID || 1 byte
 +
|-
 +
| style="background: black; color: white;"|N of Total IO || 1 byte
 +
|-
 +
| style="background: black; color: white;"|N1 of One Byte IO || 1 byte
 +
|-
 +
| style="background: black; color: white;"|1’st  IO ID || 1 byte
 +
|-
 +
| style="background: black; color: white;"|1’st IO Value || 1 byte
 +
|-
 +
| ... ||
 +
|-
 +
| style="background: black; color: white;"|N1’th  IO ID || 1 byte
 +
|-
 +
| style="background: black; color: white;"|N1’th IO Value || 1 byte
 +
|-
 +
| style="background: black; color: white;"|N2 of Two Bytes || 1 byte
 +
|-
 +
| style="background: black; color: white;"|1’st  IO ID || 1 byte
 +
|-
 +
| style="background: black; color: white;"|1’st IO Value || 2 bytes
 +
|-
 +
| |... ||
 +
|-
 +
| style="background: black; color: white;"|Example || 1 byte
 +
|-
 +
| style="background: black; color: white;"|Example || Example
 +
|-
 +
| style="background: black; color: white;"|Example || Example
 +
|-
 +
| style="background: black; color: white;"|Example || Example
 +
|-
 +
| style="background: black; color: white;"|Example || Example
 +
|-
 +
| style="background: black; color: white;"|Example || Example
 +
|-
 +
| style="background: black; color: white;"|Example || Example
 +
|-
 +
| style="background: black; color: white;"|Example || Example
 +
|-
 +
| style="background: black; color: white;"|Example || Example
 +
|-
 +
| style="background: black; color: white;"|Example || Example
 +
|-
 +
| style="background: black; color: white;"|Example || Example
 +
|-
 +
| style="background: black; color: white;"|Example || Example
 +
|-
 +
| style="background: black; color: white;"|Example || Example
 +
|-
 +
| style="background: black; color: white;"|Example || Example
 +
|-
 +
| style="background: black; color: white;"|Example || Example
 +
|-
 +
| style="background: black; color: white;"|Example || Example
 +
|}
 +
Event IO ID – if data is acquired on event – this field defines which IO property has changed and generated an event. If data cause is not event – the value is 0.
 +
 +
N total number of properties coming with record (N=N1+N2+N4+N8)
 +
 +
N1 number of properties, which length is 1 byte
 +
 +
N2 number of properties, which length is 2 bytes
 +
 +
N4 number of properties, which length is 4 bytes
 +
 +
N8 number of properties, which length is 8 bytes
 +
 +
 +
'''Example'''
 +
 +
Received data:

Navigation menu