LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

shift register in simulation module

hi everybody

i have a system that is using feedback
so far i am using a shift register in a while loop to feedback the data
however i tried out the simulation module and found that it does not support shift register
so is there any method to get the feedback data using the simlation module?
0 Kudos
Message 1 of 3
(3,948 Views)
leongchuan,

When using the LabVIEW Simulation Module and the Simulation Loop structure you simply wire the output to a previous element in your diagram. The attached jpg file demonstrates how to do this.

Most of the example files included with the Simulation module also demonstrate how this works. You can find these examples in the C:\Program Files\LabVIEW 7.1\examples\simulation\ folder.

Regards,

Nick F.
Applications Engineer
National Instruments

1-866-275-6964
~~
Message 2 of 3
(3,922 Views)
thanks
so I see there is no need to connect the output to the simulation loop and get the input from the loop again.I can just connect directly the output and input
0 Kudos
Message 3 of 3
(3,912 Views)