| PIDControllerP23 Class Attributes |
| Name |
Inherited |
Abstract |
Attr. type |
R/W type |
Data type |
Level |
Description |
| Proportional |
false |
false |
Scalar |
READ_WRITE |
Tango::DEV_DOUBLE |
OPERATOR |
P parameter |
| Integral |
false |
false |
Scalar |
READ_WRITE |
Tango::DEV_DOUBLE |
OPERATOR |
I parameter |
| Differential |
false |
false |
Scalar |
READ_WRITE |
Tango::DEV_DOUBLE |
OPERATOR |
D parameter |
| LoopTime |
false |
false |
Scalar |
READ_WRITE |
Tango::DEV_DOUBLE |
OPERATOR |
Cicle time for the control loop. |
| StartOutputValue |
false |
false |
Scalar |
READ_WRITE |
Tango::DEV_DOUBLE |
OPERATOR |
Start value for the output. |
| InputValue |
false |
false |
Scalar |
READ |
Tango::DEV_DOUBLE |
OPERATOR |
Value readout from the input device or calculated from values from the input device |
| OutputValue |
false |
false |
Scalar |
READ |
Tango::DEV_DOUBLE |
OPERATOR |
Value calculated by the PID controller and sent to the output device |
| OutputLimit |
false |
false |
Scalar |
READ_WRITE |
Tango::DEV_DOUBLE |
OPERATOR |
Limit for the output value. |
| Accuracy |
false |
false |
Scalar |
READ_WRITE |
Tango::DEV_DOUBLE |
OPERATOR |
Accuracy of the stabilization: from 0 to 1. |
| VoltageMax |
false |
false |
Scalar |
READ_WRITE |
Tango::DEV_DOUBLE |
OPERATOR |
Maximum Voltage of the slit |
| ControlPointsNum |
false |
false |
Scalar |
READ_WRITE |
Tango::DEV_DOUBLE |
OPERATOR |
Number of control points for checking device stability |
| OutputDS2MovStop |
false |
false |
Scalar |
READ_WRITE |
Tango::DEV_DOUBLE |
OPERATOR |
0-> off, 1-> on |
| StateStable |
false |
false |
Scalar |
READ |
Tango::DEV_LONG |
OPERATOR |
0-> not stable, 1-> stable |