01-17-2024 06:24 PM
Communication must be done through UDP.
I have a thermal imaging camera made in C#.
I would like to launch this into labview.
I want to receive SDK and receive data through UDP communication, but it doesn't work. Is there any way?
01-17-2024 06:42 PM - edited 01-17-2024 06:43 PM
Can you explain in more details how "it does not work"?
01-17-2024 07:05 PM
Error message?
-> There is no error message.
No data returned?
-> The data has been returned.
Incorrect data returned?
-> The data I sent was returned.
Computer burst into flames?
-> The computer is fine.
Should the blue array values be in decimal or hex?
-> I conducted an experiment because I was connected to a company and could receive a value by sending a registered Hexcode array such as 0x99 to the camera.
ps) When I inquired with the company, they didn't know anything about Labview. I am not sure how to implement programming in C# with Labview.
01-17-2024 07:48 PM
@sooyeul wrote:
Should the blue array values be in decimal or hex?
-> I conducted an experiment because I was connected to a company and could receive a value by sending a registered Hexcode array such as 0x99 to the camera.
Initially you said that it does not work, but now you say it works (i.e. data gets returned). Please clarify what you need help with.
The 99 (in decimal) you are sending is actually only a 0x63 in hex code. Right?
01-17-2024 08:19 PM
Oh, I'm sorry. The program works normally.
The return value is the same as the data I sent.
As a result of the inquiry to the company, it was said that if the format was sent correctly, the return value would be correct.
Is the format implemented in Labview different compared to the CS code?