Information

Technical reference14
Copyright © 2009 Pico Technology Ltd. All rights reserved.pl1000pg.en
3.3.8
pl1000OpenUnitAsync
PICO_STATUS pl1000OpenUnitAsync(
short * status
)
This function opens a PicoLog 1000 Series data logger without waiting for the
operation to finish. You can find out when it has finished by periodically calling
pl1000OpenUnitProgress until that function returns a non-zero value and a valid
data logger handle.
The driver can support up to four data loggers.
Arguments:
status: the function writes a status flag to this location:
0 if there is already an open operation in progress
1 if the open operation is initiated
Returns:
PICO_OK
PICO_OPEN_OPERATION_IN_PROGRESS
PICO_OPERATION_FAILED
15
23
23
23