Specifications

Section 13. PakBus Communication Instructions
13-16
Public PTemp, batt_volt, RxData, TxData(3), RxResponse, counter, time
DataTable (Test,1,-1)
DataInterval (0,15,Sec,10)
Minimum (1,batt_volt,FP2,0,False)
Sample (1,PTemp,FP2)
EndTable
BeginProg
Scan (1,Sec,0,0)
counter=counter+1
If counter=100 Then
counter=0
EndIf
PanelTemp (PTemp,250)
Battery (Batt_volt)
TxData(1)=PTemp
TxData(2)=Batt_volt
TxData(3)=counter
time = TimeUntilTransmit
If time = 0 Then
SendGetVariables (RxResponse,ComSDC7,0,1,0000,0,TxData,3,RxData,1)
EndIf
CallTable Test
NextScan
EndProg