Operation definition

From PlcWiki

(Difference between revisions)
Jump to: navigation, search
m
m
Line 18: Line 18:
  PartCode
  PartCode
  [[CableCheck (Poka-Yoke Check)]]
  [[CableCheck (Poka-Yoke Check)]]
-
  Tightening
+
  [[Tightening]]
  VisualCheck
  VisualCheck
  OutputCheckCorrection
  OutputCheckCorrection

Revision as of 07:42, 18 May 2010

Each operation needs to be defined by its index and type. All other parameters are optional, but some of them are necessary for a 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 (Poka-Yoke Check)
Tightening
VisualCheck
OutputCheckCorrection
OutputCheck
PidWrite
ixpioSignal
VisionSensor
PreSequence
Measurement
RackPartCheck
BlindAudit
SerialInput


Operation parameters

(bool) Operation.name.SendConveyorStopWhenNOk Temporary handled only by an operation type OutputCheck

(bool) Operation.name.SendToReworkWhenNOk Temporary handled only by an operation type OutputCheck

Personal tools