Operation definition

From PlcWiki

(Difference between revisions)
Jump to: navigation, search
(Created page with 'Each operation needs to be defined by its index and type. All other parameters are optional, but some of them are necessary for an valuable operation definition: Operation.''na…')
Line 23: Line 23:
  OutputCheck
  OutputCheck
  PidWrite
  PidWrite
-
  OperTyp_ixpioSignal
+
  ixpioSignal
-
  OperTyp_VisionSensor
+
  VisionSensor
-
  OperTyp_PreSequence
+
  PreSequence
-
  OperTyp_Measurement
+
  Measurement
-
  OperTyp_RackPartCheck
+
  RackPartCheck
-
  OperTyp_BlindAudit
+
  BlindAudit
-
  OperTyp_SerialInput
+
  SerialInput

Revision as of 11:34, 1 December 2009

Each operation needs to be defined by its index and type. All other parameters are optional, but some of them are necessary for an valuable operation definition:

Operation.name.Type = <Operation type>
Operation.name.Index = <Operation index>
for example:
Operation.AirbagSN.Type = Serial
Operation.AirbagSN.Index = 2

A parameter name joins all operation parameters together.

Operation type can be one of the following ones:

SequenceCheck
ProductConfiguration
LastWPCheck
Serial
PartCheck
PartCode
CableCheck
Tightening
VisualCheck
OutputCheckCorrection
OutputCheck
PidWrite
ixpioSignal
VisionSensor
PreSequence
Measurement
RackPartCheck
BlindAudit
SerialInput
Personal tools