CogNdmProfinet MethodsCognex VisionPro 9.10

The CogNdmProfinet type exposes the following members.

Methods

  NameDescription
Public methodDispose  (Inherited from CogNdm.)
Protected methodDispose(Boolean) (Overrides CogNdm Dispose(Boolean).)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Inherited from CogNdm.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetProfinetConfig
Gets the PROFINET specific NDM settings.
Public methodGetProtocolConnectionStatus
Gets the connection status for the specified protocol.
(Inherited from CogNdm.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNotifyAcquisitionComplete
Notify the remote device (PLC) that an acquisition has completed. You must call this method to notify the PLC when an an acquisiton is complete. If you do not call this function the Trigger Ready bit will never get re-enabled an no more acquisitions can occur.
(Inherited from CogNdm.)
Public methodNotifyAcquisitionDisabled
Optionally notify the remote device (PLC) that the Vision System is unable to receive acquisition triggers.
(Inherited from CogNdm.)
Public methodNotifyAcquisitionError
Notify the remote device (PLC) that an acquisition error has occurred.
(Inherited from CogNdm.)
Public methodNotifyAcquisitionMovePart
Optionally notify the remote device (PLC) that the exposure is complete or the strobe has fired and it is now safe to move the part from the field of view.
(Inherited from CogNdm.)
Public methodNotifyAcquisitionReady
Notify the remote device (PLC) that the Vision System is ready to receive the first acquisition trigger.
(Inherited from CogNdm.)
Public methodNotifyAcquisitionStarted
Optionally notify the remote device (PLC) that an acquisition has started.
(Inherited from CogNdm.)
Public methodNotifyAsyncSoftEventComplete
Notify the remote device (PLC) that an asynchronous soft event has completed.
(Inherited from CogNdm.)
Public methodNotifyError
Notify the remote device (PLC) that the Vision System has encountered an error.
(Inherited from CogNdm.)
Public methodNotifyInspectionComplete(CogNdmInspectionResult)
Notify the remote device (PLC) that an inspection has finished.
(Inherited from CogNdm.)
Public methodNotifyInspectionComplete(Int32, CogNdmUsedAcquisitionIDCollection, Boolean, Int32,  Byte , Int32)
Notify the remote device (PLC) that an inspection has finished.
(Inherited from CogNdm.)
Public methodNotifyJobState
Notify the remote device (PLC) which job is loaded.
(Inherited from CogNdm.)
Public methodNotifyRunning
Notify the remote device (PLC) that the Vision System is running or "online".
(Inherited from CogNdm.)
Public methodNotifyStopped
Notify the remote device (PLC) that the Vision System stopped running or gone "offline".
(Inherited from CogNdm.)
Public methodNotifySystemStatus
Notifies the remote device (PLC) of the Vision System status.
(Inherited from CogNdm.)
Public methodReadUserData
Reads user data sent from the remote device (PLC) to the vision system.

Values returned from this function will not reflect changes to the user data present on the remote system until the remote system signals the vision system that new user data is available by sendng a "Set User Data" signal.

(Inherited from CogNdm.)
Public methodSetProfinetConfig
Sets the PROFINET specific NDM settings. Use this method to set the PROFINET Station Name.
Public methodStart
Start the Network Data Model (NDM). Calling Start() opens network sockets and allows connections from a remote device (PLC). You must call Start() on a CogNdm instance returned from CreateNetworkDataModel  in order for the NDM to connect to a remote device (PLC).
(Inherited from CogNdm.)
Public methodStop
Stop the Network Data Model (NDM). Closes all connections and prevents further connections from being established.
(Inherited from CogNdm.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also