Pico Technology PicoLog Recorder data acquisition (DDE)

Retrieves data from a running instance of PicoLog Recorder via DDE.
704 Downloads
Updated 1 Aug 2014

View License

These files can be used to retrieve data from a running instance of PicoLog Recorder via DDE. This can also return calculated parameters generated in PicoLog (in contrast to using the DLL approach), but the disadvantage is that an instance of PicoLog needs to be running in the background, and the configuration needs to be carried out in PicoLog before running these commands. This is closely related to the files packaged in CO2gui, but is a little different to reduce dependencies.
tc08Handle = tc08connect initialises communication with the PicoLog program via the DDE interface, and returns the DDE handle as a response. If the fileName is supplied (tc08connect(fileName)), it uses that for the location of the EXE IF required. Note that the TC-08 must be configured in PicoLog before running this command. If the program is not running, it will attempt to start it.

tc08query(tc08Handle) returns the values of items from a running instance of PicoLog, given a handle generated by tc08connect.

tc08disconnect(tc08Handle) terminates communication with the PicoLog program with the handle given by tc08connect previously.

The DLL method is now preferred since it is faster, and DDE is due to be deprecated in future versions of MATLAB.

Cite As

Geoffrey Akien (2024). Pico Technology PicoLog Recorder data acquisition (DDE) (https://www.mathworks.com/matlabcentral/fileexchange/41804-pico-technology-picolog-recorder-data-acquisition-dde), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14SP1
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.3.0.0

Updated description with respect to DLL's (last time's edit didn't stick)

1.2.0.0

Updated description, added link to the now faster DLL version.

1.1.0.0

Updated description.

1.0.0.0