Good afternoon everyone,
I having an issue with getting data out of the DAQ and into the PLC. I assume the issue is in regards to my TSP code script. Has anyone communicated w/ the follow devices.
Keithley DAQ6510 - https://www.tek.com/en/products/keithley/digital-multimeter/keithley-daq6510
AB 5069-L310ERS2 - https://www.rockwellautomation.com/en-us/products/details.5069-L310ERS2.html
Currently I can send a command from the PLC to the DAQ via the socket us TCIP and that works well but now I need to get information out of the DAQ and for some reason I can't get a connection. I can ping the plc/daq no issue there and im not 100% sure what port the plc uses maybe that is my main issue.
here is my TSP code and where it is failing.
Line 24 you can it in the below buffer in blue table:2b225c8
LIne 26 I make the DAQ beep at me just to verify the signal
Line 32 I try to connect to my plc IP address, I THINK I have the port set to 5025 but I don't know how to confirm that
Line 38 Im trying to push data to a tag
Line 41 disconnecting
let me know what you all see or if you need more information here.