logger.dll will access only one Data Recorder.
Brought to you by:
bwthorp,
rickciervo
In its current implementation, the code for logger.dll
was designed to only recognize the first Data Recorder
device it discovers. In other words, the code is not
capable of selecting from a group of Data Recorders
connected to a PC via a USB hub, for example. Some talk
has been kicking around involving an "unattended" group
data transfer ; while this is technical possible, it
would require the developer to modify both the DLL
source code and the database structure of the Data
Recorder itself.
Logged In: YES
user_id=1062933
From the original developer:
"The single M167 unit support of the logger.dll is a
limitation and not a problem. This limitation was set in
the past during the prototype development of the data logger
and logger.dll. The limitation is that the DLL will only
access the first data logger unit that it detects that is
connected to the PC. This limits the software that is using
the DLL to access only one data logger at a time."