Click or drag to resize

WaitForExternalStartAutomation Class

Provides an on-hardware automation job element that waits for an external signal before the next execution step can proceed. If the hardware does not support it, a fallback method is executed.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.PluginBasePlugin
    RAYLASE.Marker.JobElementBaseJobElement
      RAYLASE.Marker.JobElementBaseAutomationJobElement
        RAYLASE.Marker.JobElementBaseAutomationJobElementValueTupleGuid, Boolean
          RAYLASE.Marker.JobElementBaseOnHardwareAutomationValueTupleGuid, Boolean
            RAYLASE.Marker.JobElementBasePortAutomationValueTupleGuid, Boolean
              RAYLASE.Marker.JobElementBaseWaitForExternalStartAutomation
                RAYLASE.MarkerPlugin.JobElementsWaitForExternalStartAutomation

Namespace: RAYLASE.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public class WaitForExternalStartAutomation : BaseWaitForExternalStartAutomation

The WaitForExternalStartAutomation type exposes the following members.

Constructors
 NameDescription
Public methodWaitForExternalStartAutomationInitializes a new instance of the WaitForExternalStartAutomation class
Top
Properties
 NameDescription
Protected propertyApplicationDataDirectory The directory where application data, such as logs and configurations, are stored.
(Inherited from BaseJobElement)
Public propertyCanRunOnScanController The flag to indicate whether the automation can run as a command list.
(Inherited from BaseWaitForExternalStartAutomation)
Public propertyCondition The binning condition for the holder of the job element.
(Inherited from BaseJobElement)
Protected propertyConfigurationManager
(Inherited from BasePlugin)
Public propertyController The IO controller to be used.
(Inherited from BasePortAutomationT)
Protected propertyDeviceManager
(Inherited from BaseJobElement)
Protected propertyDirtyFlagLocker The lock object for property modification.
(Inherited from BaseJobElement)
Protected propertyDoHandleConditionPortChangedDelegate
(Inherited from BaseJobElement)
Protected propertyDoHandlePortChangedDelegate
(Inherited from BasePortAutomationT)
Public propertyExecutions The number of times this job element should be executed.
(Inherited from BaseOnHardwareAutomationT)
Public propertyIsDirty The flag to indicate whether the content of this job element has been modified.
(Inherited from BaseJobElement)
Public propertyJobElementID The unique ID of the job element. If the concrete class inherits from BaseJobElement, the JobElementID of the BaseJobElement will be prefilled. Recommended not to be changed.
(Inherited from BaseJobElement)
Protected propertyLogDirectory The directory of the log file.
(Inherited from BasePlugin)
Public propertyLogger The common logger.
(Inherited from BasePlugin)
Public propertyPluginMetadata The metadata of the plugin instances. If the concrete class inherits from the BasePluginSetup interface, the metadata of the BasePluginSetup will be prefilled.
(Inherited from BasePlugin)
Public propertyPortDefinition The logical definition of the port.
(Inherited from BasePortAutomationT)
Public propertyPropertyMask
(Inherited from BaseJobElement)
Public propertyScanControllerAutomationFeatureType The type of the automation that can be run on the scan controller.
(Inherited from BaseOnHardwareAutomationT)
Public propertyShouldExecute The flag to indicate whether the job element should be marked.
(Inherited from BaseAutomationJobElement)
Public propertyShowConditionControllerUIDelegate The delegate to show the controller UI because no ports have been defined.
(Inherited from BaseJobElement)
Public propertyShowControllerUIDelegate The delegate to show the controller UI because no port has been defined.
(Inherited from BasePortAutomationT)
Public propertyTimeout The period to wait until it expires. If expires, the execution process should skip the scope of this job element.
The value of less than 1 means to wait indefinitely.
(Inherited from BaseWaitForExternalStartAutomation)
Protected propertyVariableManager
(Inherited from BaseJobElement)
Public propertyVariableScopeName
(Inherited from BaseJobElement)
Top
Methods
 NameDescription
Public methodCompareWith
(Inherited from BaseJobElement)
Public methodCopyFrom Copies the source job element into this job element.
(Inherited from BaseJobElement)
Public methodDispose
(Inherited from BasePlugin)
Protected methodDispose(Boolean)
(Inherited from BasePlugin)
Public methodDisposeUI
(Inherited from BaseJobElement)
Protected methodDoCompareWith
(Inherited from BaseJobElement)
Protected methodDoDisposeUI
(Inherited from BasePlugin)
Protected methodDoGetUIMask
(Inherited from BaseJobElement)
Protected methodDoShowUI(String)
(Inherited from BaseJobElement)
Protected methodDoShowUI(JobElementHolder, String)
(Overrides BaseJobElementDoShowUI(JobElementHolder, String))
Protected methodDoShowUI(JobElementHolder, String, PropertyMask)
(Inherited from BaseJobElement)
Protected methodDoShowUICallback(PluginSettingsView) This callback method is called when a GUI settings dialog is closed with Apply or OK and is used to extract the changed properties from a settings dialog in the GUI.
(Inherited from BaseJobElement)
Protected methodDoShowUICallback(JobElementHolder, PluginSettingsView) This callback method is called when a GUI settings dialog is closed with Apply or OK and is used to extract the changed properties from a settings dialog in the GUI.
(Overrides BaseJobElementDoShowUICallback(JobElementHolder, PluginSettingsView))
Protected methodExecute(JobElementHolder) Executes the automation and return the result.
(Overrides BaseAutomationJobElementTExecute(JobElementHolder))
Protected methodExecute(JobElementHolder, NullableGuid) Executes the automation and return the result.
(Inherited from BaseOnHardwareAutomationT)
Protected methodExecute(JobElementHolder, IOPortCondition, NullableGuid) Executes the automation and return the result.
(Overrides BaseOnHardwareAutomationTExecute(JobElementHolder, IOPortCondition, NullableGuid))
Protected methodGenerateLocalTag
(Inherited from BaseJobElement)
Public methodGetUIMask
(Inherited from BaseJobElement)
Public methodHandleConditionPortChanged Performs necessary adjustments whenever the controller has updated its ports.
(Inherited from BaseJobElement)
Public methodHandlePortChanged Performs necessary adjustments whenever the controller has updated its ports.
(Inherited from BasePortAutomationT)
Public methodInitialize Plug-in specific initialization can be done here if necessary.
(Overrides BasePluginInitialize)
Public methodShowUI(String)
(Inherited from BaseJobElement)
Public methodShowUI(JobElementHolder, String)
(Inherited from BaseJobElement)
Public methodShowUI(JobElementHolder, String, PropertyMask)
(Inherited from BaseAutomationJobElementT)
Public methodShowUICallback(PluginSettingsView)
(Inherited from BaseJobElement)
Public methodShowUICallback(JobElementHolder, PluginSettingsView)
(Inherited from BaseAutomationJobElementT)
Public methodShowUICancelCallback(PluginSettingsView) Invokes the callback that can be used when the ShowUI method is done and the user pressed the cancel button
(Inherited from BasePlugin)
Public methodShowUICancelCallback(JobElementHolder, PluginSettingsView)
(Inherited from BaseJobElement)
Public methodToString
(Inherited from BasePlugin)
Protected methodUpdateFieldT Updates the Property to the value by using DirtyFlagLocker and setting IsDirty .
(Inherited from BaseJobElement)
Protected methodValidatePort Validates whether the port definition is defined in the IO controller.
(Inherited from BasePortAutomationT)
Top
See Also