
4
Using
Tool
290
Using Custom Command
FZ4 User's Manual
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&
If UnitItemIdent$(i&) = "Search" Then
no& = i&
Goto *proc
Endif
Next
*proc
Gets the judgement value of the processing unit
UnitJudge(<unitNo>)
Parameters
<unitNo>
Processing unit number (integer type)
Return Value
0
No judgement (not yet measured)
1
Judgement result OK
-1
Judgement result NG
-10
Judgement result error (image format does not match)
-11
Judgement result error (model not yet registered)
-12
Judgement result NG (insufficient memory)
-20
Judgement result error (other error)
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)
Acesst 1.0 6251194
Summary of Contents for FZ4 Series
Page 1: ...User s Manual Cat No Z318 E1 02B Vision Sensor FZ4 Series...
Page 38: ...1 Before Operation 36 Setting Operation Mode FZ4 User s Manual 1 CPU 2 CPUs FZ4 11 H11 only...
Page 330: ...4 Using Tool 328 Remotely Operating the Controller Remote Operation FZ4 User s Manual...
Page 566: ......
Page 648: ...8 Appendixes 646 Manual Revision History FZ4 User s Manual...
Page 654: ...652 FZ4 User s Manual...
Page 655: ......