Datalogger.loggername, Name, Valid values – Campbell Scientific LoggerNet-SDK Software Development Kit User Manual
Page 100: Default value, Com return values, Datalogger.manualpollbusy, Description, Datalogger.programreceivebusy
Section 17. CsiDatalogger Control Reference
Datalogger.loggerName
Name
Datalogger.loggerName As String
Valid Values
Specifies the datalogger or station name that will be accessed. This property
must match one of the actual datalogger device names in the LoggerNet server
network map.
Default Value
The default value for this property is an empty string.
COM Return Values
Table of Possible Values
Code Meaning
S_OK
Success: Normal return
E_CSI_BUSY
Error: The property cannot be set while a connection to
the datalogger is present
Datalogger.manualPollBusy
Name
Datalogger.manualPollBusy As Boolean
Description
This Boolean property describes the state of the control concerning a manual
poll. If a manual poll is currently executing then manualPollBusy will return
TRUE, and any attempt to execute another manual poll will return an error.
COM Return Values
Table of Possible Values
Code Meaning
S_OK
Success: Normal return
Datalogger.programReceiveBusy
Name
Datalogger.programReceiveBusy As Boolean
Description
This read-only, Boolean property describes the state of the LoggerNet server in
relation to the method programReceiveStart(). If the LoggerNet server is
currently retrieving a program from the datalogger, then this property will
return TRUE.
17-2