Development status:
New development
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Communication/GpibPrologix
Contact:
Class Description
- communication interface to gpib instruments through Prologix gpib-ethernet controller
- Only 1 instrument can be connected to GpibPrologix device
Families: Communication
Key words:
Platform: All Platforms
Language: Cpp
Contact:
Hardware
Manufacturer: none
Bus: GPIB
Class interface
Attributes:
Commands:
Name | Description |
---|---|
StateInput: DevVoid Output: State |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
StatusInput: DevVoid Output: DevString |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
WriteInput: DevString Output: DevVoid |
None. |
ReadInput: DevVoid Output: DevString |
None. |
ReadLongStringInput: DevLong Output: DevString |
None. |
WriteReadInput: DevString Output: DevString |
None. |
SetTimeOutInput: DevShort Output: DevVoid |
None. |
TriggerInput: DevVoid Output: DevVoid |
None. |
ClearInput: DevVoid Output: DevVoid |
None. |
IsSRQLineUPInput: DevVoid Output: DevBoolean |
returns true if SRQ line is UP, false otherwise |
Pipes:
Properties:
Name | Description |
---|---|
UrlDevString | Name or IP address e.g : gpib1, 172.16.123.123 |
PortDevShort | The IP port default value : 1234 |
ReadTimeoutDevShort | Read Timeout in milliseconds from 1 to 4000 default value : 100 |
ReadTerminationDevString | how read is finished : [TIMEOUT|EOI|TERMINATOR] TIMEOUT : read until timeout EOI : read until instrument marks with EOI the end of message TERMINATOR read until Terminator (the ReadTerminator property) is received Default Value : EOI |
ReadTerminatorDevShort | the Read Terminator it marks the end of the response of the instrument eg LF = 10, CR = 13 |
WriteTerminatorDevShort | terminators to be written at the end of a command see command eos Prologix removes all not escaped LF,CR, and ESC so if LF or CR or CRLF are waited by the instrument at the end of the command specify it here possible values : 0 (CRLF) 1 (CR) 2 (LF) 3 (NONE) default value : 2 (LF) |
GpibAddressDevShort | The gpib address (from 0 to 30) default : no default -must be set |
Please log in to comment.