Section 17. csidatalogger control reference, 1 datalogger interface, 1 properties – Campbell Scientific LoggerNet-SDK Software Development Kit User Manual
Page 99: Datalogger.clockbusy, Name, Description, Com return values, Datalogger.loggerconnected
Section 17. CsiDatalogger Control
Reference
17.1 Datalogger Interface
17.1.1 Properties
Datalogger.clockBusy
Name
Datalogger.clockBusy As Boolean
Description
This property describes the state of the control concerning clock transactions.
If a clock check or a clock set is currently executing, clockBusy returns TRUE,
and any attempt to execute another clock check or clock set will return an
error.
COM Return Values
Table of Possible Values
Code Meaning
S_OK
Success: Normal return
Datalogger.loggerConnected
Name
Datalogger.loggerConnected As Boolean
Description
This Boolean property describes the state of the LoggerNet server connection
management invoked from loggerConnectStart(). This property only describes
the state of connection management not the state of the physical connection to
the datalogger. To monitor the physical line state, start an advisor with the
DataSource control and monitor the statistics table for that device. For
information on devices statistics tables, look in the appendix of this document.
If connection management is active, then a persistent connection between the
server and the datalogger is present or in process. This type of connection can
be very useful if you must make requests to the datalogger on a frequent basis
because you avoid reconnection overhead for each request. To turn off active
connection management, see loggerConnectCancel.
COM Return Values
Table of Possible Values
Code Meaning
S_OK
Success: Normal return
17-1