Datalogic Matrix 220 - Socket communication TCP/IP - Twincat

vaibhav grover

Level-1
Beiträge
19
Reaktionspunkte
0
Zuviel Werbung?
-> Hier kostenlos registrieren
Hello to all,

I am trying to install a Datalogic Matrix 220 Scanner in TwinCAT. This is a socket communication device. I have never worked with anything like this. What all do I need to add in my twincat project? Are there any specific function blocks for receiving and sending data with this communication protocoll?
At the moment, the main aim is to get this device installed in TwinCAT and read some bar/ matrix codes. Any help is appreciated.

Great Day!
VG
 
Hello,
which TwinCAT V2 or V3.
To establish a socket communication via TwinCAT 3, you must use TF6310. It contains functions for this.
A documentation in english could be found here.
First you must establish a socket with the port number the scanner uses, then you must repeatedly execute the receive function block and check, if any data was send from the scanner.
 
Zuletzt bearbeitet:
Zurück
Oben