![]() |
Qmix SDK
20200506
The software libraries for integration of all CETONI devices.
|
Declaration of labbCAN_Valve_API. More...
#include "labbCAN_Bus_API.h"
Functions | |
LCV_Func long LCV_CALL | LCV_ActualValvePosition (dev_hdl hValve) |
Returns the actual logical valve position. More... | |
LCV_Func long LCV_CALL | LCV_GetNoOfValves () |
Query number of detected valve devices. More... | |
LCV_Func long LCV_CALL | LCV_GetValveHandle (unsigned char Index, dev_hdl *ValveHandle) |
Get valve handle by its index. More... | |
LCV_Func long LCV_CALL | LCV_LookupValveByName (const char *pValveName, dev_hdl *ValveHandle) |
Lookup for a valve device by its name. More... | |
LCV_Func long LCV_CALL | LCV_NumberOfValvePositions (dev_hdl hValve) |
Returns the number of valve positions. More... | |
LCV_Func long LCV_CALL | LCV_SwitchValveToPosition (dev_hdl hValve, int LogicalValvePosition) |
Switches the valve to a certain logical valve position. More... | |
Declaration of labbCAN_Valve_API.