Development status:
Released,
Release: Release_1_0
Information status: New
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/OtherInstruments/MKS/MKSGE50A
Contact:
Class Description
Tango device server for MKS GE50A mass flow controller
Families: OtherInstruments
Key words:
Platform: Unix Like
Language: Cpp
License: GPL
Contact:
Hardware
Manufacturer: MKS
Product:
Bus: Modbus
Class interface
Attributes:
Name | Description |
---|---|
FlowSetPointScalar: DevFloat | — |
FlowScalar: DevFloat | — |
ValvePositionScalar: DevFloat | — |
TemperatureScalar: DevFloat | — |
FlowHoursScalar: DevLong | — |
FlowTotalScalar: DevLong | — |
RampRateScalar: DevLong | If value = 0, ramping is disabled. If setting a ramp rate while ramping, the new ramp rate will not take effect until ramping is complete. To disable ramping while in the middle of a ramp, set the ramp rate value to -1. |
OpenValveScalar: DevBoolean | OpenValve = true and CloseValve = false: open valve OpenValve = false and CloseValve = true: close valve OpenValve = true and CloseValve = true: close valve OpenValve = false and Close Valve = false: controlled by flow setpoint |
CloseValveScalar: DevBoolean | OpenValve = true and CloseValve = false: open valve OpenValve = false and CloseValve = true: close valve OpenValve = true and CloseValve = true: close valve OpenValve = false and Close Valve = false: controlled by flow setpoint |
Commands:
Name | Description |
---|---|
StateInput: DevVoid Output: State Device state |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
StatusInput: DevVoid Output: ConstDevString Device status |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
ResetInput: DevVoid Output: DevVoid |
Will reset the device’s set point to zero and place the valve state to “controlled by flow set point”, i.e. OpenValve = 0, Close Valve = 0 |
FlowZeroInput: DevVoid Output: DevVoid |
Sets flow to zero. |
Pipes:
Properties:
Name | Description |
---|---|
HostNameDevString | Hostname / Ip address of device |
PortNumberDevString | Modbus tcp port number, defaults to 502 |
Please log in to comment.
Created:
The device class has been added to catalogue.