5-13
6000 Series user’s manual
Serial ports
Host sends: (Dear FF, are you there?)
>FFACC.
;>
;message start character
; FF
;intended listener is ID FF
; A
;command code A (roll call)
; CC
;checksum = uchar (‘F’+‘F’+’A’+0xff) = 0xCC
; .
;message end character
Remote replies: (Dear 00: FF is here. I have no special request.)
>00ZFF00A6.
;>
;message start character
; 00
;intended listener is ID 00 (host)
; Z
;command code Z (reply to roll call)
; FF
;FF = my ID
; 00
;00 = status = no special request
; A6;checksum = uchar (‘0’+‘0’+’Z’ +‘F’+’F’ +‘0’+’0’) = 0xA6
; .;message end character
Example 2:
The following is a description of how an ID can be assigned to a new
remote node:
Host sends: (Dear FF: are you there?)
>FFACC.
; >
;message start character
; FF
;intended listener is ID FF
; A
;command code A (roll call)
; CC ;checksum = uchar (‘F’+’F’+’A’+0xff) = 0xCC
; . ;message end character
Remote replies: (Dear 00: FF is here. I have no special request.)
>00ZFF00A6.
; >
;message start character
; 00
;intended listener is ID 00 (host)
; Z
;command code Z (reply to roll call)
; FF
;FF = my ID
; 00
;00 = status = no special request
; A6 ;checksum = uchar (‘0’+’0’+’Z’+’F’+’F’+’0’+’0’) = 0xA6
; . ;message end character
Host sends: (Dear FF: your new ID shall be 05.)
>FFC0533.
; >
;message start character
; FF
;intended listener is ID FF
; C
;command code C (assign ID)
; 05
;new ID
; 33 ;checksum = uchar (‘F’+’F’+’C’+’0’+’5’+0xff)= 0x33
; .;message end character
Summary of Contents for 6000 Series
Page 7: ...Notice to user PC 500 user s manual ...
Page 9: ...About this manual 6000 Series user s manual ...
Page 37: ...2 20 Quick start 6000 Series user s manual ...
Page 65: ...5 16 Serial ports 6000 Series user s manual ...
Page 87: ...6 22 EZ I O 6000 Series user s manual ...
Page 103: ...8 8 Analog I O 6000 Series user s manual ...
Page 119: ...14 2 PC 104 expansion 6000 Series user s manual ...
Page 133: ...16 4 Watchdog timer reset and remote reset 6000 Series user s manual ...
Page 139: ...17 6 Serial EEPROM 6000 Series user s manual ...
Page 157: ...21 2 Software utilities 6000 Series user s manual ...
Page 161: ...22 4 Troubleshooting 6000 Series user s manual ...
Page 177: ...A 16 6010 technical data 6000 Series user s manual ...
Page 215: ...D 16 6040 technical data 6000 Series user s manual ...
Page 229: ...F 2 Miscellaneous 6000 Series user s manual ...