Click or drag to resize

VerificationInformation Class

** NOTE: ADDED in CFX 1.3 **

Dynamic structure that contains information related to the verification of the resources / sub-resources in an Endpoint. It may be used to model the verification results on parts that may require traceable operations (i.e. maintenance)
Inheritance Hierarchy
SystemObject
  CFX.Structures.MaintenanceVerificationInformation

Namespace: CFX.Structures.Maintenance
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class VerificationInformation

The VerificationInformation type exposes the following members.

Constructors
 NameDescription
Public methodVerificationInformation 
Top
Properties
 NameDescription
Public propertyComment Free text for additional comment on the performed verification, if required
Public propertyIsValid If the verification is valid or should be ignored bay the receiving system. Default (i.e. null) = true
Public propertyLastExecution The last time when the verification has been executed
Public propertyName Name of the verification
Public propertyStatus The status of the performed verification.
Public propertyType The type of the verification that is performed on this resource / machine.
Public propertyUnitOfMeasure The unit of measure of the performed verification (if applicable)
Public propertyValue The value of the performed verification.
Public propertyVerificationLocation The location of the data source providing the verification information (optional, only if available). It may be used to distinguish, for example, the type and location of the part: head, camera, nozzle Where applicable, a dot (".") notation should be utilized to designate specific positions. Examples: MODULE1.BEAM1.HEADPOS2, MODULE1.NEST3.NOZZLESLOT4, etc.
Top
See Also