ExtendedManagementComponents[x]

Contains a list of all currently installed EMCs.

Syntax

ExtendedManagementComponents[x] = EMCname

Access

Read-only

Type

Array

Details

When the Supervisor starts up, it loads all board plug-ins and EMCs that it finds. The Supervisor adds the name of each EMC to the ExtendedManagementComponents[x] array keyword. The name of a given EMC is its file name. This name matches the value of the Name keyword in the EMC's managed object.

The number of names in ExtendedManagementComponents[x] can be determined by retrieving the value of ExtendedManagementComponents.Count.

The Supervisor looks for plug-ins and EMCs in the \nms\bin directory (/opt/nms/lib under UNIX). Plug-in files have the .bpi extension. EMC files have the .emc extension.

See also

BoardPlugins[x]