LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

String function

Solved!
Go to solution

Hello!

I am new to the Labview and i try to reproduce a VI.

I am trying to find this function/block but i can't find it anywhere

Please help!

Download All
0 Kudos
Message 1 of 7
(2,256 Views)
Solution
Accepted by topic author lucianpetcu

That's a Feedback Node.  It is one of the more-confusing LabVIEW constructs for beginner.  Have you learned about While Loops and Shift Registers?  This code is equivalent to the following (which I, personally, find easier to understand, despite my experience with LabVIEW):

Feedback Node Equivalent CodeFeedback Node Equivalent Code

Bob Schor

Message 2 of 7
(2,250 Views)

About shift registers no.. when i insert it, the Feedback Node is not the same (pink) and i can't reproduce this VI. :(. Is the only block i have left.. i try to reproduce this picture for testing some serial communication between Arduino and Labview..

0 Kudos
Message 3 of 7
(2,231 Views)

My VI with one piece left..I would be grateful for the help.

0 Kudos
Message 4 of 7
(2,225 Views)
Solution
Accepted by topic author lucianpetcu

Hi Lucian,

 

the feedback node turns pink as soon as you wire a string to its input...

When you have problems with your VI you should attach it!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 7
(2,223 Views)

Yes! Thank you very much for your time!

0 Kudos
Message 6 of 7
(2,216 Views)

I also have trouble with feedback nodes.  By ruthlessly applying the principles of dataflow, I can figure it out, but to me it's a lot easier just to follow the shift register around.

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 7 of 7
(2,198 Views)