Start¶
-
void IAlignment.Start()¶
Starts the configured alignment method.
- Throws
InvalidConfigException– Invalid configuration specified, e.g. invalid method, unconnected required inputs or actuator not “Ph3Current”.InvalidOperationException– Top-controller state is not “Run”.InvalidOperationException– Axis state is not “Operation Enabled” (if applicable for the specified alignment method).ResourceBusyException– An alignment method is currently being executed.CommunicationErrorException– Protocol error.ConnectionLostException– Connection to controller lost.RebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.
- Remarks
The axis must be in state “Operation Enabled” unless specified otherwise in the alignment method description.