Das Photoionisationsdetektormodul PIM CPN ist ein OEM-Modul zur Detektion flüchtiger organischer Verbindungen mit einem Ionisationspotential < 10,6 eV in der Standardausführung (optional 10,0 eV und 11,8 eV erhältlich). Mit seiner Elektronik und dem Mikrocontroller sowie dem kombinierten Feuchte-/Temperatursensor bietet es eine flexible und einfach zu handhabende Anpassung an Ihr Messsystem. Das Modul verfügt über eine eingebaute Linearisierung und Temperatur-/Feuchtekompensation sowie eine digitale Schnittstelle. Die Messkammer ist mit einem barometrischen Sensor und einem Durchflusssensor für die spätere Kompensation und Gasflussüberwachung ausgestattet.
Pim.Cpn.Aci.SampleProgram 1.12.zip
To simplify the integration of our Photoionization Detector Moduls PIM CPN into the target application, we provide a simple measurement software and different small sample program with its source code in C# and also an PIM CPN Module - Raspberry Pi Pico, RP2040 written in Micro Python.
usage hints:
Cpn.Sensor.ReadData | Read measurement data from device |
Cpn.Sensor.ReadCalibration | Read calibration values from module |
Cpn.Sensor.ReadInformation | Read information from module |
The sample programs requires Microsoft .NET Framework 4.8 and can be evaluated by using the COM port as parameter in the command line.
e.g. "Cpn.Sensor.ReadData.exe COM8"
The source code for the samples can be used without any changes in Microsoft Visual Studio 2019 ( or VS 2019 Community ). Users of other programming languages can study the program flow and adapt the source code.
Follow the installation process from
https://www.raspberrypi.com/documentation/microcontrollers/micropython.html
to flash the latest micropython code to the Raspberry Pi Pico.
Use the following Tools:
Setup VsCode: