11-15-2022 03:48 AM
Dear all,
It is my very 1st question to ask from the community, I'll be grateful to have solution to my issue.
I'm actually working on a project, where Ouster lidar sensor is my server and I need to communicate with it using TCP protocol. I used multiple examples to implement it (screen short attached).
the problem is I'm accessing the TCP port (7501) of the sensor but I'm not receiving any packets from the sensor. While using ouster SDK I'm able to receive the TCP packets using Wireshark (screen short attached).
I also tried and tested my labview program on TCPclientServer application, it works. as well as i tried to access the ouster via netcat it is also working (snapshot attached) .
Wireshark :
Tracing packets of ouster SDK.
Sensor Information:
OS-2
Lidar mode : 1024x10
Thank You!
Solved! Go to Solution.
11-15-2022 04:04 AM
In addition, I also check my firewall, all TCP ports are allowed to access.
11-15-2022 09:12 AM - edited 11-15-2022 09:12 AM
Is there any way you can attach your VI?
I know you are using or trying to use state machine. I want to see how you are transitioning from state to state. So attaching your VI would help.
11-16-2022 02:37 AM
Thank you for the response, The issue has been resolved. The sensor was not able to understand the command. by adding format into string function it worked.