Hello all,
During my eternal quest being an aprendice labview developer, I came across this problem: I'm currently working on interfacing a cIO 9025 and a force/torque sensor (NetBOX module) from ATI automation over ethernet port. Until now, I'm able to read the force and torque measurement data through an UDP communication port that I established. The sensor module provides a webpage with various information about the sensor, accessed via HTTP protocol. According to the sensor's manual, it is also possible to send parameters to it (raw data transfer rate, calibration file, etc) via HTTP protocol, using XML elements. However, when I try to access the page to read the elements or to send something, a (Protocol not recognized by LabVIEW) error is returned.
I read somewhere that it is not possible to work with the HTTP protocol using the real-time controller, is this true? Is there any way to receive and send data to a web page through ethernet using the real-time controller?
Thanks in advance.