Vladimir Posted March 24, 2006 Report Share Posted March 24, 2006 Hi all, How can I rotate Feedback Node ? 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 Quote Link to comment
jpdrolet Posted March 24, 2006 Report Share Posted March 24, 2006 Hi all,How can I rotate Feedback Node ? 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. Quote Link to comment
Vladimir Posted March 24, 2006 Author Report Share Posted March 24, 2006 Just move the attached wires to the left or right. The arrow will be in the direction of the data flow. Looks like good idea, but I have tried this 5 minuts without efect. If it is posible try to write detailed descrition to me (imagigine: I am totaly stupit ... ). vladimir. Quote Link to comment
Darren Posted March 24, 2006 Report Share Posted March 24, 2006 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 Quote Link to comment
Vladimir Posted March 27, 2006 Author Report Share Posted March 27, 2006 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 , It is clear now, this added new dimension to my life. Vladimir Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.