From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Need help identifying a LabVIEW symbol

Solved!
Go to solution

I'm working through Bishop's Modern Control System Design with LabVIEW by reproducing all his samples.  In Ch.1 he shows a Transfer function with a VI "G1(s) + G2(s) Transfer Function".   The picture is attached.G1+G2 Transfer Function.PNG

I cannot find this VI in the pallets.  There is no Help selection when I right-click it but there is a Description:  "<B> Equation</B> draws a picture of the model equation..." 

What is this?  Is it part of the control system or system identification tools?  Is it something that Bishop has created?  And how to I figure this out the next time it happens so I don't have to bother you good folks?

Max

Message 1 of 9
(3,678 Views)
Solution
Accepted by topic author MaxYaffe

It looks like a picture control terminal.  You will have to put a picture indicator on your front panel and then you should have a corresponding terminal you can use on the block diagram.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 9
(3,672 Views)

This is not a VI, just the terminal of a 2D picture indicator. Place a 2D picture indicator on the front panel, uncheck "show as icon" and you get exactly what you have.

 

It is a passive indicator that does not do any math. The math would happen before that, so look at the entire diagram.

0 Kudos
Message 3 of 9
(3,668 Views)

Thanks for your help.  I figured it out just now.  Yes, it is a 2D Picture.  The author had thoughtfully replaced all the context help with info about his usage.  Then I realized Display as Icon was checked.  Only when I went to Detailed Help on his sample code, did get "Using the 2D Picture Control".  Whew!

Is there any easy way to see the derivation of a VI, what I'd call the base class, in an Object oriented program?

Message 4 of 9
(3,653 Views)

 


@MaxYaffe wrote:

Is there any easy way to see the derivation of a VI, what I'd call the base class, in an Object oriented program?


 

I guess you are looking at the actual VIs from the book (not just code pictures). Not sure what you are asking, but ctrl+h gives you the context help when hovering over any item. If you are unfamiliar with LabVIEW in general, I would recommend to start with some tutorials.

0 Kudos
Message 5 of 9
(3,648 Views)

Believe me, I am doing tutorials.  In this case the context sensitive help has been replaced. I'm looking for what was there before it was replaced.

Message 6 of 9
(3,643 Views)

@MaxYaffe wrote:

In this case the context sensitive help has been replaced. I'm looking for what was there before it was replaced.


Sorry, I don't understand. Replaced by what?

0 Kudos
Message 7 of 9
(3,638 Views)

The Documentation Description and the Label have been changed.  The Context sensitive help reports these new fields.  There is nothing that I can find that says the VI is a 2-D Picture until I get to the Detailed Help screen.

Message 8 of 9
(3,630 Views)

Yes, it just says "picture". This is probably a legacy issue, because very long ago (i.e. before there was also a 3D picture) there was only one type of picture and that was it. I guess they should have updated the type from "Picture" to "2D picture", but that might have caused backward compatibility issues. I'll ask around if this can be changed.

 

itsapicture.png

 

Of course the 3D picture shows "scene node refnum" there, also not very descriptive. 😄

0 Kudos
Message 9 of 9
(3,617 Views)