Given a Worker named 'MyWorker', called statically by the head worker, an attempt to create(from Create/Add worker>>Add Existing tab) a second statically called instance of 'MyWorker' will result in the subWorker class object and subworker setup VI's suffixes to use 'MyWorker 2 ' as the name. It will be nice to have an option to modify this name while adding multiple instances of a statically called subworker.
For example, a 'DigitalOutput' worker can be called statically by the head worker as 'ValveControl' and further instances as 'Safety Interlock', 'LightsAndFans' etc. This way the name is non ambiguous and very direct.
Or should I be using the inherit option in the 'Create New' worker menu and select inherit from 'DigitalOutput'?