
BRD (Customer) asked a question.
I need to pull data out of a PLM (product lifecycle management) database.
Can I scan a barcode with a P2-550 and send the string to a P1AM-100 that could run the SELECT DISTINCT,FROM, INNER JOIN, etc program to pull the data out of the database and return a string to the P2-550 with the database data it found?
Hi @BRD (Customer),
I would use Node-RED running on a windows PC or Raspberry Pi. This would read the barcode from the P2, run the SQL command and return the results to the P2. Using this higher level of language would be easier in my opinion.
https://accautomation.ca/series/node-red-iot-enabling-software/
Regards,
Garry
Thanks! Your idea is a much cleaner solution.