Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
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.
Citation pour cette source
Geoffrey Akien (2026). Pico Technology PicoLog Recorder data acquisition (DDE) (https://fr.mathworks.com/matlabcentral/fileexchange/41804-pico-technology-picolog-recorder-data-acquisition-dde), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
Inspiré par : CO2gui - lab control and automation, Pico Technology TC-08 USB data acquisition
A inspiré : Pico Technology TC-08 USB data acquisition
Informations générales
- Version 1.3.0.0 (3,08 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 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 |
