If the barecode data fit inside a register you can share it with a modbus register.
It is also possible to send the data via a socket connection.
If you want to save data in a CSV file you can use this package:
https://blog.robotiq.com/data-logging
This data loging package use socket communication to send data. It is a good example on how to send data.
Hello,
I am using the robotiq wrist cam to scan barcodes.
After the scanning I want
For that I need to send the information from the cobot to the computer and another cobot.
But how can I do that? I don’t know where the information is saved in the registers of the cobot.
I tried to save the string in a register to read the register from the computer via modbus but unfortunatly this isn’t possible.
It is possible to save the data in the URCab local on USB but I need to get the information while the program is running.
Thank you a lot if someone has an idea how I can do that.