Jump to content

How to rotate Feedback Node ?


Recommended Posts

Hi all,

How can I rotate Feedback Node ?

post-3852-1143185127.png?width=400

I mean code with the bootom fedback node looks much more better than the top one.

I realy don't know how I placed the bottom one to my VI. It just happend... (Maybe like other things in LV8.0 ...)

All the Best,

Vladimir

Just move the attached wires to the left or right. The arrow will be in the direction of the data flow.

Link to comment

Search the LabVIEW Help for "Feedback Node" and read the first topic that comes up (it should be called "For Loop and While Loop Structures"). Scroll down almost to the bottom and you'll see a screenshot showing the "feed forward" version of the feedback node. To create one of these, do the following:

1. Drop a function (I used an Increment function because it's easy) in a loop.

2. Wire the output to the input.

3. Branch off the same wire (it should be broken) and wire to the loop border.

4. Right-click anywhere on the broken wire and choose "Insert Feedback Node". Voila...you have the "feed forward" node.

That section I referenced in the LabVIEW Help should adequately describe the functionality of a feedback node in this case.

-D

Link to comment
Search the LabVIEW Help for "Feedback Node" and read the first topic that comes up (it should be called "For Loop and While Loop Structures"). Scroll down almost to the bottom and you'll see a screenshot showing the "feed forward" version of the feedback node. To create one of these, do the following:

1. Drop a function (I used an Increment function because it's easy) in a loop.

2. Wire the output to the input.

3. Branch off the same wire (it should be broken) and wire to the loop border.

4. Right-click anywhere on the broken wire and choose "Insert Feedback Node". Voila...you have the "feed forward" node.

That section I referenced in the LabVIEW Help should adequately describe the functionality of a feedback node in this case.

-D

Thanks Darren :star::star: ,

It is clear now, this added new dimension to my life. :D

Vladimir

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.