Pico Technology PicoLog Recorder data acquisition (DDE)
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.
引用格式
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. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
- Mathematics and Optimization > Mapping Toolbox > Data Import and Export > Web Map Service >
- Radar > Mapping Toolbox > Data Import and Export > Web Map Service >
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!