Pico Technology PicoLog Recorder data acquisition (DDE)

버전 1.3.0.0 (3.08 KB) 작성자: Geoffrey Akien
Retrieves data from a running instance of PicoLog Recorder via DDE.
다운로드 수: 705
업데이트 날짜: 2014/8/1

라이선스 보기

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 릴리스 호환 정보
개발 환경: R14SP1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
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