LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multiple UDP receivers in one vi?

Solved!
Go to solution
Solution
Accepted by topic author Steffen01

there you go. And at least if the sender has wait xxxx ms then receiver loops every xxxxx ms. Neat.

I attached sender and receiver vis for the future reader.

Gard, If you ok with the attached files, I will mark it as solution.

0 Kudos
Message 11 of 15
(1,250 Views)

Hi Steffen,

 

- I prefer "preallocate" over "shared" clone in the reentrancy settings…

- Your CRC16 subVI already provides the CRC as string: you don't need to convert (serialize) the U16 CRC result again to string…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 12 of 15
(1,244 Views)

help said shared is the safest option.

0 Kudos
Message 13 of 15
(1,239 Views)

"pre-allocate" makes clones for each instance, guaranteeing that one instance won't influence another.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 14 of 15
(1,231 Views)

http://zone.ni.com/reference/en-XX/help/371361M-01/lvconcepts/reentrancy/

 

ok, I go for pre-allocated. Don't care about memory space, this PC sole purpose is to run the Labview application.

0 Kudos
Message 15 of 15
(1,221 Views)