Owner's manual

Appendix A. Installation Scenarios
'Main Program
BeginProg
'Configure the CR1000's CS I/O port to match the SDC address and baud rate
'set in the RF450
SerialOpen (ComSDC7,-115200,0,0,10000)
Scan (1,Sec,0,0)
counter = counter + 1
If CallBackFlag = true Then
SendVariables (Result,ComSDC7,0,4094,0000,0,"Public","Callback",Scratch,1)
CallBackFlag = false
EndIf
'Call Output Tables
CallTable Test
NextScan
EndProg
A-9