Datasheet

Agents
For agents, $Method objects with the name IoAgentInit, IoAgentClose, IoAgentRead and
IoAgentWrite are created.
Racks
For racks, $Method objects with the names IoRackInit, IoRackClose, IoRackRead och IoRackWrite
are created.
Cards
For cards $Method objects with the names IoCardInit, IoCardClose, IoCardRead och IoCardWrite
are created.
Fig Method objects
Connect-method for a ThreadObject
When the thread object in attribute ThreadObject should be stated for an I/O object, it can be typed
manually, but one can also specify a menu method that inserts the selected thread object into the
attribute. The method is activated from the popup menu of the I/O object in the configurator.
The method is defined in the class description with a $Menu and a $MenuButton object, se Fig
Connect Metod. Below the $ClassDef object a $Menu object with the name ConfiguratorPoson is
placed. Below this, another $Menu object named Pointed, and below this a $MenuButton object
named Connect. State ButtonName (text in the popup menu for the method), MethodName and
FilterName. The method and the filter used is defined in the $Objid class. MethodName should be
$Objid-Connect and FilterName $Objid-IsOkConnected.