User guide
➄
Basic 6250 Features
85
Daisy-Chaining and RP240s
RP240s cannot be placed in the 6250 daisy chain; RP240s can only be connected to the
designated RP240 port on a 6250. It is possible to use only one RP240 with a 6250 daisy-
chain to input data for multiple units on the chain. The example below (for the 6250 master
with an RP240 connected) reads data from the RP240 into variables #1 (data1) & #2 (data2),
then sends the messages 3_Ddata1,data2<CR> and 3_GO<CR>.
Command Description
L Indefinite loop
VAR1=DREAD Read RP240 data into variable #1
VAR2=DREAD Read RP240 data into variable #2
EOTØ,Ø,Ø,Ø Turn off <CR>
WRITE"3_D" Send message "3_D" down the daisy chain
WRVAR1 Send variable #1 data down the daisy chain
WRITE"," Send message "," down the daisy chain
EOT13,Ø,Ø,Ø Turn on <CR>
WRVAR2 Send variable #2 data down the daisy chain
WRITE"3_GO" Send message "3_GO" down the daisy chain
LN End of loop