Nemesys V1 API
Overview
The Nemesys V1 API is the RS232 API for older Nemesys devices such as Nemesys Low Pressure, Nemesys Mid Pressure, Nemesys High Pressure or Nemesys XL.
The example NemTest.cpp shows how to use the Namesys V4 API in an application.
Collaboration diagram for Nemesys V1 API:
Modules | |
Calibration | |
This group defines all required functions to calibrate dosing units or to set the internal position counter of devices to a defined state. | |
Device State | |
This group defines all required functions for reading and writing device state specific parameters. | |
Dosing | |
This group defines all required functions for execution of different dosing tasks like dosing a certain volume or generating a constant flow. | |
Dosing Info | |
This group defines all required functions for query of different dosing parameters and device states. | |
Error Handling | |
This group defines a set of functions for error handling. | |
Helper Functions | |
A set of tool functions for device access. | |
Initialisation | |
This group defines all required functions to initialize a correct communication to neMESYS Bus and to a certain device. | |
Valve Control | |
This group defines all required functions for valve control, configuration and reading of valve states. | |
Data Structures | |
struct | stNemesys |
A neMESYS Device object - required for device access and communication. More... | |
Typedefs | |
typedef struct stNemesys | TNemesys |
A neMESYS Device object - required for device access and communication. | |