Omron FZ4 Series User Manual page 243

Vision sensor
Table of Contents

Advertisement

Return Value
The character string taken out.
Description
Fetches the <No. of Characters> from within the <Character String> starting from the specified <Starting
Position>.
Specify the range of the <No. of Characters> of the character string from 1 from the extraction starting
position.
The value of the <Starting Position> and the <No. of Characters> must be 1 or more.
The value of the <Starting Position> must be less than the length of the <Character String>.
Specify the number of characters to extract from the character string in <No.of Characters>.
When the <No. of Characters> is greater than the <No. of Characters> to the right of the <Starting
Position>, the entire character string to the right of <Starting Position> is extracted.
Example
INPUTSTR$="ABCDEFG"
OUTPUTSTR1$=Mid$(INPUTSTR$, 2, 4)
OUTPUTSTR2$=Mid$(INPUTSTR$, 3, 8)
The result is as follows:
OUTPUTSTR1$="BCDE"
OUTPUTSTR2$="CDEFG"
Creates a directory in the Memory Card.
Mkdir <Directory Path Name>
Parameters
<Directory Path Name>
Return Value
None.
Description
Always specify an absolute path with the drive name included for the <Directory Path Name>.
A directory will not be created in the cases stated below.
The specified directory already exists.
No Memory Card has been attached.
There is insufficient memory on the Memory Card.
Example
Create the "IMAGE2" directory below the root of Drive C.
Mkdir "C:\IMAGE2"
FZ4 User's Manual
The path of the directory to be created (character string).
Using Custom Command
4
241

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fz4 series

Table of Contents