Omron FZ4 Series User Manual page 292

Vision sensor
Table of Contents

Advertisement

Description
Gets the processing item ident name of processing unit.
Example
To obtain the unit number of the search processing unit is registered in the flow
   'Gets the number of registration of a processing unit
   count& = UnitCount
   'Search Search for processing unit
   For i&=0 To count&
4
     If UnitItemIdent$(i&) = "Search" Then
      no& = i&
      Goto *proc
     Endif
   Next
*proc
Gets the judgement value of the processing unit
UnitJudge(<unitNo>)
Parameters
<unitNo>
Return Value
0
1
-1
-10
-11
-12
-20
Description
Gets the judgement value of the processing unit.
Example
Acquire the judgement result for processing unit 5.
'Gets the result of the determination
judge& = UnitJudge(5)
290
Using Custom Command
Processing unit number (integer type)
No judgement (not yet measured)
Judgement result OK
Judgement result NG
Judgement result error (image format does not match)
Judgement result error (model not yet registered)
Judgement result NG (insufficient memory)
Judgement result error (other error)
FZ4 User's Manual

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fz4 series

Table of Contents