Sending Commands via TCP into OMRON Smart Camera FQ2

Does anyone tried communicating with Omron FQ2 via TCP sending trigger commands and reading the actual data from OCR / Code read? Can you share the nodes. Thanks!

If you set the device to TCP or UDP "No Protocol mode" you can send commands as listed in the manual

ITEMDATA Example

Manual Pg 292

Pseudo Flow...

INJECT → Function (msg.payload = 'ITEMDATA 01 0001\r') → TCP-Request → Buffer-parser (transform data into something useful)

Thank you.
Already tried and solved this one. Thanks!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.