Safeguard Reference Manual (G06.24+, H06.03+ )

Common SAFECOM Language Elements
Safeguard Reference Manual520618-013
2-12
Partially Qualified Subdevice Names
Examples
=ADD SUBDEVICE \apex.$tc02.#p04
=INFO SUBDEVICE \apex.$tc12*.#t04
=FREEZE SUBDEVICE \tops.$cl4.#lazer*
Partially Qualified Subdevice Names
For subdevices that can be accessed over a network, a partially qualified subdevice
name is a device name followed by a subdevice name. SAFECOM expands the
partially qualified name by adding the current default system name.
$device.#subdevice
is expanded to:
\system-name.$device.#subdevice
\system-name
is the current default system name.
Examples
=ADD SUBDEVICE $tc02.#p04
=INFO SUBDEVICE $tc12*.#t04
=FREEZE SUBDEVICE $cl4.#lazer*
Subdevice Name Lists
A subdevice name list is a list of fully qualified or partially qualified subdevice names. A
subdevice name list specifies a group of subdevices on which the same operation is to
be performed.
subdevice-name
is either a fully or a partially qualified subdevice name.
Examples
=ADD SUBDEVICE ($tc02.#pt04, $tc03.#pt01)
=INFO SUBDEVICE ($tc12*.#t*, $c*.#pt*)
=FREEZE SUBDEVICE ($cl4.#lazer*, $c12.#pt*)
$device.#subdevice
( subdevice-name [ , subdevice-name ] ... )