This is historical information of device classes implemented in GalilDMC device server.
Use this link to find the valid information.
Development status:
Released
Information status: Updated
Contact:
Class Description
Device server for a single motor Device.
Families: Motion
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: Galil
Product:
DMC 40x0 Series
Bus: Ethernet
Class interface
Attributes:
Name | Description |
---|---|
PositionScalar: DevDouble | Read value = current position in units. Writing to this value causes the controller to perform a linear move with the programmed velocity. |
ConversionScalar: DevDouble | The ratio of counts (or steps) to unit. Has to unequal 0.0. |
VelocityScalar: DevDouble | Target velocity when performing a move. |
AccelerationScalar: DevDouble | The acceleration (ramp rate) when performing linear moves. |
InvertMotorDirectionScalar: DevBoolean | Reverses the polarity of the drive signal. |
SoftLimitEnableScalar: DevBoolean | Enables the SoftCwLimit and SoftCcwLimit. |
SoftCwLimitScalar: DevDouble | Upper/positive/CW soft limit. The controller will prevent any movement beyond this position. |
SoftCcwLimitScalar: DevDouble | Lower/negative/CCW soft limit. The controller will prevent any movement beyond this position. |
SoftCwLimitFaultScalar: DevBoolean | CW soft limit hit. Does not cause the TANGO server to go to a FAULT state. |
SoftCcwLimitFaultScalar: DevBoolean | CCW soft limit hit. Does not cause the TANGO server to go to a FAULT state. |
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. |
StopInput: DevVoid Output: DevVoid |
Will decelerate the motor to a stop. |
HomeInput: DevVoid Output: DevVoid |
Executes the homing routine. |
CalibrateInput: DevDouble The new position. Output: DevVoid |
The motor position is calibrated to be the value given as an argument. The softlimits are shifted accordingly. |
EnableInput: DevVoid Output: DevVoid |
The device is set to ON state, servo control and internal amplifier (if available) will be enabled. |
DisableInput: DevVoid Output: DevVoid |
The device is set to OFF state, servo control and internal amplifier (if available) will be disabled. If the motor was running, it will be stopped. |
LoadPositionInput: DevDouble The new position. Output: DevVoid |
The motor position is calibrated to be the value given as an argument. Other attributes remain unaffected. |
Pipes:
Properties:
Name | Description |
---|---|
ControlDevicePathDevString | Path to the GalilDMCControl device providing the controller connection. |
MotorTypeDevString | Type of the motor to be controlled. If there is an internal amplifier on this axis matching the motor type, the server will controll this amplifier as well. Possible types are: Servo, ServoPwmSign, Stepper, StepperLowActive. |
EncoderTypeDevString | May be None, Analogue, Sine, PulseDir, Quad, SSI and BISS. Not all encoder types are supported by every hardware. |
AuxEncoderTypeDevString | May be None, Analogue, Sine, PulseDir, Quad, SSI and BISS. Not all encoder types are supported by every hardware. |
AxisDevString | Axis from A-H to be controlled by this device. X, Y, Z and W will be mapped to A, B, C and D. |
FeaturesDevString | List of optional features, separated by commas. - IgnoreLimits The hard limit switches will be ignored. - Interpolation=[8..1024] Interpolation factor for ICM42100 sine option. - BissSingleTurnBits=[0..31] Number of single-turn bits for ICMs with BiSS option. - BissRollover Enables rollover. - BissTotalBits=[0..31] Number of total bits between start bit and error bits. - BissPaddingBits=[0..8] Number of zero padding bits. - BissFrequency=[0.37..2.0] Clock divider. - BissWarningLowActive Inverts BiSS warning bit logic. - BissErrorLowActive Inverts BiSS error bit logic. - SsiSingleTurnBits=[0..31] Number of single-turn bits for ICMs with SSI option. - SsiRollover Enables rollover. - SsiTotalBits=[0..31] Total number of bits, including status bits. - SsiStatusBits=[0..8] Number of status bits. - SsiStatusLeading Prepend status bits. - SsiFrequency=[0.37..2.0] Clock divider. - SsiGrayCode Data is Gray encoded. |
README
b'<html><head><title>p/tango-ds/code - Revision 23178: /DeviceClasses/Motion/MotorControllers/Galil/GalilDMCSlit/tags/Release_1_16</title></head>\n<body>\n
p/tango-ds/code - Revision 23178: /DeviceClasses/Motion/MotorControllers/Galil/GalilDMCSlit/tags/Release_1_16
\n \n</body></html>'Updated:
A device class has been added.
You can see previous version here .
5 Jan 2018, DS Admin
Updated:
A device class has been added.
You can see previous version here .
5 Jan 2018, DS Admin
Updated:
The device class has been updated.
You are looking at this version now.
13 Dec 2017, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
23 Feb 2017, Piotr Goryl
Updated:
A device class has been added.
You can see previous version here .
23 Feb 2017, Piotr Goryl
Updated:
A device class has been added.
You can see previous version here .
23 Feb 2017, Piotr Goryl
Updated:
The device class has been updated.
You can see previous version here .
19 Jan 2017, Piotr Goryl
Updated:
The device server has been updated.
You can see previous version here .
19 Jan 2017, Piotr Goryl
Updated:
The device server has been updated.
You can see previous version here .
19 Jan 2017, Piotr Goryl
Updated:
The device server has been updated.
You can see previous version here .
2 Jan 2017, Piotr Goryl
Updated:
The device server has been updated.
You can see previous version here .
2 Jan 2017, Piotr Goryl
Updated:
The device server has been updated.
You can see previous version here .
2 Jan 2017, Piotr Goryl
Updated:
The device server has been updated.
You can see previous version here .
2 Jan 2017, Piotr Goryl
Created:
The device server has been added to catalogue.