This is historical information of device classes implemented in BNC575Ctrl device server.
Use this link to find the valid information.
Development status:
Released
Information status: New
Contact:
Class Description
Controller server for BNC575
Families: Controllers
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: Berkeley Nucleonics Corp
Product:
BNC 575
Bus: Ethernet
Class interface
Attributes:
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. |
| SetValueInput: DevString command string (without CR/LF termination) Output: DevBoolean true on success, false on error |
Send any value setting command to the device |
| GetValueInput: DevString command string (without CR/LF termination) Output: DevString the read value as a string |
Send any value reading command to the device |
Pipes:
Properties:
| Name | Description |
|---|---|
| HostNameDevString | Host name / IP address of the controller |
| PortNumberDevString | port number of the controller |
| ChannelsDevUShort | Number of device channels |
| SimulationModeDevBoolean | — |
| ConnectTypeDevString | either `serial` for rs232 connection or `net` for network connection |
| DeviceFileDevString | tty device file name |
| BaudRateDevLong | rs232 baud rate |
Updated:
The device class has been updated.
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 are looking at this version now.
2 Jan 2017, Piotr Goryl
Created:
The device server has been added to catalogue.