Development status:
Released,
Release: Release_1_4
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/OtherInstruments/IPGLaserYLRCtrl
Contact:
Class Description
Class connecting to the IPG lasers YLR
Families: Instrumentation
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: IPG Laser
Product:
YLR-100
Bus: Socket
Class interface
Attributes:
Commands:
Name | Description |
---|---|
StateInput: DevVoid Output: State State Code |
This command gets the device state (stored in its <i>device_state</i> data member) and returns it to the caller. |
StatusInput: DevVoid Output: ConstDevString Status description |
This command gets the device status (stored in its <i>device_status</i> data member) and returns it to the caller. |
WriteYLRSMInput: DevVarLongStringArray Command as long, argument as string Output: DevVoid |
Send a command to the YLR SM laser. |
WriteReadYLRACInput: DevString Command Output: DevString Answer |
Write a command to the YLR AC laser and get the answer. |
CloseSocketInput: DevVoid Output: DevVoid |
Close socket connection. |
WriteReadYLRSMInput: DevLong N for the command. Output: DevString Return value. |
Send a command to the YLR SM laser and return the answer. |
Pipes:
Properties:
Name | Description |
---|---|
PortNbDevLong | RS232 Port Number (terminal server) |
IpAddrDevString | Ip address of the terminal server (terminal server) |
SimulationModeDevULong | 0 -> real mode, 1 -> simulation mode |
TerminalPortDevString | Name of the device in /dev (USB connection) |
Please log in to comment.
Generated
README
b'\nbuild the library: \n\n ./Do.pl\n\nmake sure the include files are in \n ~/Tango/Servers/cppserver/include\n'