From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, 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: 

LabVIEW core 1 modularity

Solved!
Go to solution

Hello everybody, this is my first approach to LabVIEW so I apologize in advance if I miss some basic understanding of the program.

I am taking the Labview core 1 and everything was smooth until modularity section. I can't understand how to deal with input and output of the subVI in exercise 7.1. 

Instructions says:

 

"1. Open Weather Warnings.lvproj in the <Exercises>\LabVIEW Core 1\Weather Warnings directory.
2. Open Temperature Warnings VI from the Project Explorer window.
3. Connect the inputs and outputs to the connector pane as shown in Figure 7-1.

Using the Wiring tool, click the upper-left terminal of the connector pane.
 Click the corresponding front panel control, Weather Data In.
 Notice that the connector pane terminal fills in with a color to match the data type of the control connected to it.
 Click the bottom-left terminal of the connector pane.
 Click the corresponding front panel control, Error In.
 Continue wiring the connector pane until all controls and indicators are wired, and the Context Help window matches that shown in Figure 7-1."

 

The main problem is that the control panel of the VI is represented as per file attached. Where is weather data In as input? and weather out? I can find error in and out but I am really confused about the other inputs and outputs, hope someone can be patient with me and explain me what I am missing.

 

0 Kudos
Message 1 of 8
(3,402 Views)

@annapisa92 wrote:

Hello everybody, this is my first approach to LabVIEW so I apologize in advance if I miss some basic understanding of the program.

I am taking the Labview core 1 and everything was smooth until modularity section. I can't understand how to deal with input and output of the subVI in exercise 7.1. 

Instructions says:

 

"1. Open Weather Warnings.lvproj in the <Exercises>\LabVIEW Core 1\Weather Warnings directory.
2. Open Temperature Warnings VI from the Project Explorer window.
3. Connect the inputs and outputs to the connector pane as shown in Figure 7-1.

Using the Wiring tool, click the upper-left terminal of the connector pane.
 Click the corresponding front panel control, Weather Data In.
 Notice that the connector pane terminal fills in with a color to match the data type of the control connected to it.
 Click the bottom-left terminal of the connector pane.
 Click the corresponding front panel control, Error In.
 Continue wiring the connector pane until all controls and indicators are wired, and the Context Help window matches that shown in Figure 7-1."

 

The main problem is that the control panel of the VI is represented as per file attached. Where is weather data In as input? and weather out? I can find error in and out but I am really confused about the other inputs and outputs, hope someone can be patient with me and explain me what I am missing.

 


Maybe the instructions specified the wrong file?

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 8
(3,389 Views)

I've tried all the files inside the project, I think maybe it's a bug of the training? 

0 Kudos
Message 3 of 8
(3,372 Views)

In spite of the documentation error - that's what we'll call it for now - can you hook it up the way Figure 7-1 shows?  Hopefully you can and then you can continue.

 

You might also "look ahead" - maybe you can figure out what it is they really want.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 4 of 8
(3,366 Views)

The exercise is asking you to "Connect the inputs and outputs to the connector pane". Where is the confusion?

 

image.png

 

 

---------------------------------------------
Certified LabVIEW Developer (CLD)
There are two ways to tell somebody thanks: Kudos and Marked Solutions
0 Kudos
Message 5 of 8
(3,351 Views)
Solution
Accepted by annapisa92

Hello,

 

The VI it asks you to open should have been edited in a previous exercise (Exercise 5-2). "current temperature", "max temperature", "min Temperature" were put into a cluster called "Weather Data In". The same with the "warning" and "Warning Text" being in "Weather Data Out".

These clusters are then configured to be the input and output of the VI in the instructions that you posted.

 

I'd recommend going back to exercise 5-2, make sure you have saved the VI, then try this exercise again.

 

Best regards,

Jonah W

Technical Support Engineer

National Instruments

CLD.pngCTD.png

Message 6 of 8
(3,326 Views)

@Jonah_TSE wrote:

Hello,

 

The VI it asks you to open should have been edited in a previous exercise (Exercise 5-2). "current temperature", "max temperature", "min Temperature" were put into a cluster called "Weather Data In". The same with the "warning" and "Warning Text" being in "Weather Data Out".

These clusters are then configured to be the input and output of the VI in the instructions that you posted.

 

I'd recommend going back to exercise 5-2, make sure you have saved the VI, then try this exercise again.

 

Best regards,

Jonah W

Technical Support Engineer

National Instruments

CLD.pngCTD.png


Hello JonahW96, thanks you are right! I was jumping between the modules! my bad. Thanks again hope my next post would be less trivial!

0 Kudos
Message 7 of 8
(3,318 Views)

Quite frankly, I hope your next post is to proudly display your Core 1 cert.  🙂

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 8 of 8
(3,299 Views)