I want to judge two trace lines in different orders of tracking result respectively by shape comparator. Can I use INPUT RELAY?

Beforehand, set a judgment line of Shape 1 and judgment line of Shape 2.
Set SINGLE comparator to ON.

 

Register the command for judging Trace line 1 and Shape 1 to INPUT RELAY 1.
Register the command for judging Trace line 2 and Shape 2 to INPUT RELAY 2.
Register the command for terminating of comparator processing to INPUT RELAY 3.

 

After tracking analysis, execute the following processing.

Display the Trace 1 by INPUT RELAY 1
Enable the judgment of Shape 1
Make judgment
Check the pass/fail result

Display the Trace 2 by INPUT RELAY 2
Enable the judgment of Shape 2
Make judgment
Check the pass/fail result

OFF the Comparator by INPUT RELAY 3.

Command list is as follows.

RELAY No. Command Description
INPUT3 DoCompareStop Comparator stop (Clear the previous result)
INPUT1 SetOrdAnalysisLineOnOff,0,1 Tracking line1: ON
 

SetOrdAnalysisLineOnOff,1,0

Tracking line 2: OFF

 

SetCompareShapeActiveNo,1

Shape line : Active
  SetCompareShapeNGCountValue,1

Shape line: NG count 1

 

SetCompareShapeActiveNo,2

Shape line 2: Active

 

SetCompareShapeNGCountValue,0

Shape line 2: NG count 0

 

DoCompareStart

Comparator execute and read results

INPUT3

DoCompareStop

Comparator stop (clear the previous result)

INPUT2

SetOrdAnalysisLineOnOff,0,0

Tracking line 1: OFF
 

SetOrdAnalysisLineOnOff,1,1

Tracking line 2: ON

 

SetCompareShapeActiveNo,1

Shape line 1: Active

 

SetCompareShapeNGCountValue,0

Shape line 1: NG count 0

 

SetCompareShapeActiveNo,2

Shape line 2: Active

 

SetCompareShapeNGCountValue,1

Shape line2, NG count:1

 

DoCompareStart

Comparator execute and read results

INPUT3

DoCompareStop

Prepare the next measurement

 

Revised:2015.06.29



© Copyright. ONO SOKKI CO., LTD. All Rights Reserved. | Terms of use | Privacy policy