LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

No VIs in the project

Solved!
Go to solution

govindsankar_1-1712125594800.png

I got a project send to me after down versioning from 2017 to 2016 because the original project was in 2017, and I only have LabVIEW 2016. But after downloading the project and unzipping then opening the project, this is how it is. None of the files are present. I have all the files in the folder and I can open them individually, but they are not present in the project. Why is that? Please help me solve this. Thank you. 

0 Kudos
Message 1 of 20
(330 Views)
Solution
Accepted by topic author govindsankar

You need the Real-Time Module (and probably FPGA Module) to view files under RT and FPGA targets.

 

Yellow Exclamation Mark Next to Real-Time Target in LabVIEW Project

0 Kudos
Message 2 of 20
(321 Views)

Ok but what about all the other VIs. There are so many VIs in the project folder not all of them come under the RT and FPGA. But why are those VIs not present in the LV project. Thank you. 

0 Kudos
Message 3 of 20
(309 Views)

Are you sure that there should be files under My Computer ? 

 

Just because there are many vi's in the project folder, that does not mean that they are to be run on the PC. 

How do you know what files goes were?

0 Kudos
Message 4 of 20
(305 Views)

Yes because for example they are files for saving data to a log file. I can open the VI easily. It doesnt need any real time module or something like that. So these VIs should come under my comuter. There are VIs like that. 

0 Kudos
Message 5 of 20
(300 Views)
Solution
Accepted by topic author govindsankar

Hi govindsankar,

 


@govindsankar wrote:

Yes because for example they are files for saving data to a log file. I can open the VI easily. It doesnt need any real time module or something like that. So these VIs should come under my comuter.


Just because VIs "don't need any special RT features" doesn't mean they need to be located under "My computer" in your project.

They still can be executed on the (RT) target and so belong into under target item in your project!

 

That's one of the LabVIEW advantages: you can create VIs executable on several different targets!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 20
(272 Views)

The distinction is between which files run on your local computer (everything under "My Computer") and which will run on the RT target ("RT Compact RIO target"), which is its own, independent machine. If you open a VI under an RT target and press run, it will execute on the RT target. You cannot do that without the RT module or the physical target.

0 Kudos
Message 7 of 20
(254 Views)

You are correct, I talked to the person who send me the project. And yes all the files were under the RT target. Thank you.

0 Kudos
Message 8 of 20
(236 Views)

Pakets installed 2.jpg

Pakets installed.jpg

 

So I thought I can only access the VIs if I have an actual device connected. My mistake since I have never worked in real time targets before. But I found out I can access the VIs if download and install all the modules in my PC. If you look in the screenshots you will see all the RT targets I have installed. FPGA, compactRIO and Real Time. I have installed all and still I cannot access the VI. Why is that? Is it because of the version. The labview is 2016, FPGA and RT I installed are 2024. What is the problem. Thank you. 

  

0 Kudos
Message 9 of 20
(106 Views)

Hi govindsankar,

 

did you install the support for the devices you want to use?

Each device (category) comes with a "support" package that is needed for Realtime targets…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 10 of 20
(100 Views)