Return codes, Example of data returned by function call, 6 setclock() – Campbell Scientific BMP5 Direct SDK User Manual
Page 13: Syntax, Parameters

Section 2. SimplePB.DLL Reference
device_ type: Integer – The type of datalogger:
• 1=CR200
• 2=CR10XPB, CR23XPB, CR510PB
• 3=CR1000
• 4=CR3000
• 5=CR800, CR850
return_data: Char – The location in memory where the data returned from the
datalogger exists.
return_data_len: Integer – Number of bytes in the data returned from the
datalogger.
Return Codes
0 = Successful.
-1 = Communication timed out.
-2 = Port is not open.
Example of data returned by function call
14:12:35 04/16/2004
2.6 SetClock()
Sets the date and time of the datalogger to match the PC clock.
Syntax
SetClock(pakbus_address, device_type, return_data, return_data_len)
Parameters
pakbus_address: Integer – The PakBus address of the datalogger.
device_type: Integer – The type of datalogger:
• 1=CR200
• 2=CR10XPB, CR23XPB, CR510PB
• 3=CR1000
• 4=CR3000
• 5=CR800, CR850
2-3