Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Problem with SendData


meteor Oct 18, 2019 07:09 AM

Hello,

i have two loggers, a CR1000 (PakBus = 1, OS 32.03) and a CR1000X (PakBus = 2, OS 3.02). Both are connected via COM3. The CR1000X should be the master. ClockReport and PakBusClock work, SendData not.

Where is the error?

Here are the simplified programs.

Logger 1:

=============

'CR1000 Series Datalogger
Public Battery

DataTable (Station1,1,-1)
   DataInterval (0,10,Min,10)
   Minimum (1,Battery,FP2,False,False)
EndTable

BeginProg
   SerialOpen (Com3,115200,4,0,500)
   Scan (30,Sec,0,0)
   Battery (Battery)
   CallTable Station1
   SendData (Com3,2,2,Station1,-1)
   PakBusClock (2)
   NextScan
EndProg

Logger 2:

=============

'CR1000X Series Datalogger
Public Battery

DataTable (Station2,1,-1)
   DataInterval (0,10,Min,10)
   Minimum (1,Battery,FP2,False,False)
EndTable

DataTable (Station1,1,-1)
   Minimum (1,Battery,FP2,False,False)
EndTable

BeginProg
   SerialOpen (ComC5,115200,4,0,500)
   Scan (30,Sec,0,0)
   Battery (Battery)
   CallTable station2
   ClockReport (ComC5,1,1)
   AcceptDataRecords (1,1,Station1)
NextScan

EndProg

Best regards


meteor Oct 22, 2019 06:39 AM

(solved): Data interval and scan interval at Station1 must be identical, but I want to scan interval 30 sec. and data interval 10 min and there it does not work again.


meteor Nov 6, 2019 09:40 AM

now solved: CR1000X downgrade firmware to 3.01 and upgrade again to 3.02

Log in or register to post/reply in the forum.