06-01-2016 06:41 AM
Pls help me,i am struck here.
In the attached pic,i have encircled a tool which is mentioned in my docu as a delay that "converted value into integer is to be subracted from its own delayed value"
I could not find this tool in labview,i spent really a lot of time here.
Pls someone who knows this,help me out.
Solved! Go to Solution.
06-01-2016 07:04 AM
LabVIEW has a Control and Simulation Toolkit -- might this Transport Delay be part of it? [I've not seriously used this, but I think one of my students made a Simulink-like model with it].
Bob Schor
06-01-2016 07:28 AM
Hit Ctrl+H to get context help. Then hover your mouse over it. That will tell you the name of it.
Right-click to get the functions palette. Hit the magnifying glass for the search. Type the name in. That'll tell you where it is.
06-01-2016 07:30 AM
06-01-2016 07:45 AM
@krupa wrote:
[...],the software is lost so I am redoing it
This is exactly one use case for source management (control) tools. Consider using one this time....
Norbert
06-01-2016 09:04 AM
The functions encircled is part of the Digital Filter Design Toolkit, which has to be installed separate. That is probably the reason you can't find in your version of LabVIEW. This toolkit is part of the Advanced Signal Processsing Toolkit and, depending of the type of LabVIEW you have, you just need to install it and its license will enable it.
However, keep in mind that, if you are not changing the delay with the VI is running and you don't need to access its states, you can use a 'shift register' or the 'feedback node' function of LabVIEW to apply a delay in the line. Also, the Control Design and Simulation Function has a 'transport delay' operation that would similate the continuous delay (also has discrete delay too).
06-01-2016 01:57 PM
Thanks a ton!!
I do have it installed already,just using it now 🙂 🙂
06-02-2016 02:28 AM - edited 06-02-2016 02:29 AM
Hello Mr.Barp,
Pls let me know if you know any of this.
In the attachment,i have encircled the tools that i do not find in the toolbox.
1.For the Control loop_express VI.jpg,in the docu the encircled tool is mentioned as control loop express vi,but as such i do not find such tool.
2.For the current express vi.jpg,in the docu the encircled tool is mentioned as a current express vi.I found the tool but it is not accepting the cluster input having +/- 2000.Pls let me know on this.
3a.For the graph or chart.jpg,is in mentioned that its a graph which is stacked but as such stacking is possible with chart as i do not see any extra code for the graph stacking.
3b.The Force & Torque,Velcity & Acc are custered,also used as graphs.I really do not understand how to do this.
Pls help me out.
06-02-2016 10:41 AM - last edited on 08-19-2024 11:17 AM by Content Cleaner
Now you are missing NI Softmotion and LabVIEW FPGA on your system. If you have it installed, then you just need to be targeted' to FPGA because those VIs only will show under those targets.
Then, for the cluster question, please look at this tutorial first: https://www.ni.com/docs/en-US/bundle/labview/page/clusters.html This is required for you to start developing anything in LabVIEW.
For stacking graphs, just right click on the 'Chart' and choose 'stack plot'. Notice that this doesn't exist on Waveform Graphs or XY Graphs. If you don't find the option, you most likely don't have a chart.
06-02-2016 11:58 AM - edited 06-02-2016 12:02 PM
Thanks again
I do have softmotion installed and targeted properly.
I still do not see the tool.
.......................................................................................................
After Editing:
I guess its 3 Phase PLL under Conrtol in FPGA Math & Analysis.
Thanks much.