LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I am proud to have launched my thermal imaging camera into LabView.

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?

0 Kudos
Message 1 of 5
(292 Views)

Can you explain in more details how "it does not work"?

 

  • Error message?
  • No data returned?
  • Incorrect data returned?
  • Computer burst into flames?
  • Should the blue array values be in decimal or hex? (0x99 would be 153 in decimal, right?)
  • I don't do text based code, but the value 0x99 (hex!) exists in your cs file. So first thing to try would be to change the blue array constant to hex format and re-enter the values.
  • etc.
0 Kudos
Message 2 of 5
(285 Views)

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.

0 Kudos
Message 3 of 5
(274 Views)

@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?

0 Kudos
Message 4 of 5
(260 Views)

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?

스크린샷 2024-01-18 111518.png

0 Kudos
Message 5 of 5
(232 Views)