Omron FZ4 Series User Manual page 170

Vision sensor
Table of Contents

Advertisement

  AA$="OMRON"
  B$$="OMRON"+"TATEISI"
Array Variable
We can use not more than 4 dimensions array variable.
We can use dim command to define array variable.
Additional numbers begin with 0. The number of element is "Additional number add 1".
(Example)
4
  dim A&(100)   one dimension array, the number of element is 101
  dim B&&(100, 100)   two dimensions array
  dim C&(100, 100, 100)   three dimension
Though array variable name is same with general variable name, they are different.
If different dim have same variable name. it is also considered to be same array. Then last defined array
is seen as to be valid.
(Example)Following variables are different with each other.
A& A&& AA# A$ A&(0) A#(0) A##(0) A$(0)
Variable Space
Use space of variable divides fix length space and variable length space.
The capacity of fix length space is 8KB. It can save integer and double variable.
The capacity of variable length space is no limited(memory permit), it can store string and array variable.
Wildcard
Wildcard can use * (string mode) and ? (one character).
Wildcard only apply to kill (delete of document) and fcopy (copy of document) command.
We can't use wildcard in the catalog. (Can't appoint to"/c0/*/*.bmp"such form)
We needn't take note of catalog that to be in wildcard object. (Appoint to kill "/c0/img/*", "/c0/img/capture/
"catalog will not be deleted)
*.*
*
???.*
???????
A*.*
A*A*A
????*
????*.*
*.??
168
Using Custom Command
All Document with Extension
All Document
Document name with extension, ask 3 characters
Document+Document that extension have 7 characters(contains ".")
Document that has extension and begins with A
Document that contains no less than 3 characters(contains extension)
Document that contains more than 4 characters' extension
Document that document name have more than 4 characters and have extension
Document that extension have two characters
FZ4 User's Manual

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fz4 series

Table of Contents