Omron V330-F Series Quick Start Manual page 40

Corporation auto focus multi code reader
Hide thumbs Also See for V330-F Series:
Table of Contents

Advertisement

Variable name
Data type
Local_ExecFlgs
sControl
(STRUCT)
Send
BOOL
Recv
BOOL
Open
BOOL
Close
BOOL
Status
BOOL
Local_SrcDataByte
UINT
Local_SrcData
ARRAY
[0..2000] OF
BYTE
Local_RecvData
ARRAY
[0..2000] OF
BOOL
Local_
STRING[256]
ReceiveMessage
Local_
BOOL
RecvCheckFlg
Local_
BOOL
InitialSettingOK
Local_TONFlgs
sTimerControl
(STRUCT)
Tfs
BOOL
Tfr
BOOL
Topen
BOOL
Tclose
BOOL
Tr
BOOL
Local_ComType
sControl
(STRUCT)
Send
BOOL
Description
Socket service instruction execution flag
Send Processing instruction: Executed (TRUE)/Not
executed (FALSE)
Receive Processing instruction: Executed (TRUE)/Not
executed (FALSE)
Open Processing instruction: Executed (TRUE)/Not
executed (FALSE)
Close Processing instruction: Executed (TRUE)/Not
executed (FALSE)
TCP Status instruction: Executed (TRUE)/Not
executed (FALSE)
Sets the number of bytes of send data.
Send data storage area for SktTCPSend instruction
(SktTCPSend_instance). (An area of 256 words is
secured.)
Receive data (response) storage area for SktTCPRcv
instruction (SktTCPRcv_instance). (An area of 256
words is secured.)
Local_RecvDataReceived string data (response)
storage area. (An area of 256 characters is secured.)
Code Reader Error Judgment Instruction Execution
Flag: Executed (TRUE)/Not executed (FALSE)
Initialization Normal Setting Flag
Timer Execution Flag
Send Processing Time Monitoring Timer Instruction:
Executed (TRUE)/Not executed (FALSE)
Receive Processing Time Monitoring Timer
Instruction: Executed (TRUE)/Not executed (FALSE)
Open Processing Time Monitoring Timer Instruction:
Executed (TRUE)/Not executed (FALSE)
Close Processing Time Monitoring Timer Instruction:
Executed (TRUE)/Not executed (FALSE)
Next Response Receive Wait Time Monitoring Timer
Instruction: Executed (TRUE)/Not executed (FALSE)
Sets whether or not send processing or receive
processing is required.
Send processing: Required (TRUE)/Not required
(FALSE)
* If send processing is required, but receive
processing is not required:
The program will skip receive processing and go to
close processing without waiting for receive data in
send processing. Specify this value when response
data is not sent back to the command sent.
9. Project File
37

Advertisement

Table of Contents
loading

Table of Contents