.

Average: 0
Rating Count: 0

Development status: New development
Information status: Updated
Repository: http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/InputOutput/ADLINK/SingleShotDIO
Contact:



Class Description


Controls ADLink DIO (cPCI7248) and DIO_O (cPCI7432) boards in single shot
digital input/ouput modes.

Families: InputOutput

Key words: ADLINK

Language: Cpp

License:

Contact:

Class interface


Attributes:

Name Description
PortAScalar: DevShort
PortBScalar: DevShort
PortCScalar: DevShort
PortDScalar: DevShort
PortEScalar: DevShort
PortFScalar: DevShort
PortGScalar: DevShort
PortHScalar: DevShort

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.
ReadLineInput: DevString
Output: DevBoolean
Read the current value of the specified line of a port.
SetLineInput: DevString
Output: DevVoid
Set the specified line (put it in high state).
ResetLineInput: DevString
Output: DevVoid
Reset the specified line (put it in low state).
ReadPortInput: DevString
Output: DevShort
None.
WritePortInput: DevVarLongStringArray
Output: DevVoid
Write the specified value to the specified port.

Pipes:

Properties:

Name Description
BoardNumDevShort The board number in the cPCI crate (between 0 and 7).
BoardTypeDevShort The board type (the possible values are DIO_7248or DIO_7432 for this device).
PortAdirectionDevString The direction of PortA (IN or OUT). Only valuable for DIO_7248 board.
PortBdirectionDevString The direction of PortB (IN or OUT). Only valuable for DIO_7248 board.
PortCdirectionDevString The direction of PortC (IN or OUT). Only valuable for DIO_7248 board.
PortDdirectionDevString The direction of PortD (IN or OUT). Only valuable for DIO_7248 board.
PortEdirectionDevString The direction of PortE (IN or OUT). Only valuable for DIO_7248 board.
PortFdirectionDevString The direction of PortF (IN or OUT). Only valuable for DIO_7248 board.


Please log in to comment.

Generated

PDF generated from POGO



README

b'//-============================================================\n//\n// This class has been generated by POGO\n// (Program Obviously used to Generate tango Object)\n//\n// (c) - Software Engineering Group - ESRF\n//=============================================================\n\n\nFiles generated:\n===============\nSingleShotDIO.cpp: Source code for the SingleShotDIO class and its commands.\n This class is derived from DeviceImpl_2 class.\n It represents the CORBA servant obbject which\n will be accessed from the network.\n All commands which can be executed on the\n SingleShotDIO are implemented in this file.\n\nSingleShotDIO.h: Include for the SingleShotDIO class.\n Server class prototypes and descriptions.\n\nSingleShotDIOClass.cpp: A singleton class derived fromSingleShotDIO.\n It implements the command list and all properties\n and methods required by the SingleShotDIO once per process\n\nSingleShotDIOClass.h:\tInclude for the SingleShotDIOClass root class.\n This class is represents the singleton class for\n the SingleShotDIO device class.\n It contains all properties and methods which the \n SingleShotDIO requires only once e.g. the commands.\n\nmain.cpp:\t\tC++ source for a TANGO device server main.\n The main rule is to initialise (and create) the Tango\n system and to create the DServerClass singleton.\n The main should be the same for every Tango device server.\n\nClassFactory.cpp:\tC++ source for the class_factory method of the DServer\n device class. This method is responsible to create\n all class singletin for a device server. It is called\n at device server startup\n'

22 Feb 2018, DS Admin
Updated:
The device class has been updated.
You can see previous version here .



20 Apr 2017, Piotr Goryl
Updated:
The device class has been updated.
You can see previous version here .



23 Feb 2017, Piotr Goryl
Created:
The device class has been added to catalogue.
Added by:pgoryl2 on:23 Feb 2017, 10:08 a.m.