06-27-2007 10:27 AM
06-27-2007 10:47 AM - edited 06-27-2007 10:47 AM
I'm not sure I understand.. Are you talking about a topic such as discussed in this thread?
As for doing a search, simply ask a question in the box left of the GO button above, as shown in the attached image.
A seach on PID can be found HERE
Message Edited by JoeLabView on 06-27-2007 11:50 AM
06-27-2007 12:14 PM
ok, here is what i have, by the way i dont know if im at the right forum, but if you have knowledge, the pls help, thank you.
i have a pid.vi, but how do i change it into an icon to put in the circuit.?
06-27-2007 12:20 PM
Do you mean how to place it within a block diagram?
If so, there are 2 ways: 1 (simplest?) open the VI you attached below. Have the destination block diagram opened. Use the mouse cursor and click on the connector pane (icon of this vi) and drag it into the destination block diagram.
2. (more comprehensive) : From your block diagram, in the Functions Palette, click on "Select a VI". Browse and select your vi. It will place it one your block diagram.
06-27-2007 12:23 PM
06-27-2007 12:23 PM - edited 06-27-2007 12:23 PM
Message Edited by JoeLabView on 06-27-2007 01:24 PM
06-27-2007 12:24 PM
@NW wrote:
i have a pid.vi, but how do i change it into an icon to put in the circuit.?
"Circuit" is not a LabVIEW term. Most likely you want to use it as subVI in another diagram. You're almost there. All your connectors are hooked up.
There are many ways to place it on another diagram:
06-27-2007 02:53 PM
06-27-2007 02:58 PM
I am pretty sure that's intentional. PID needs current and previous values to decide how to regulate (not that I am an expert here). Also the loop only runs once per call. 😉
@JoeLabView wrote:
are you intentionally leaving the shift registers uninitialized?
06-28-2007 08:40 AM - edited 06-28-2007 08:40 AM
Message Edited by JoeLabView on 06-28-2007 09:41 AM