LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview

hello

i have attached a VI file and i want to convert this file into .EXE file but there are so many error related to read/write control i.e.unwired or bad terminal.

please help me ,i have to finish this as soon as possible.

 

0 Kudos
Message 1 of 9
(2,128 Views)
  • This is the LabVIEW forum, so every single thread is about LabVIEW. Try to pick a more unique subject next time.
  • Do you just want to make it runnable or do you want to turn it into an exe? These are two different things.
  • Before you can turn it into an exe, you need to first need to be able to get it running in the development environment.
  • What is the intended target hardware (looks like there is FPGA involved)
  • who wrote the code?
  • Was it ever unbroken?
  • What is it supposed to do?

 

Message 2 of 9
(2,119 Views)

Yes, i want to make it runnable and also .exe file.

And yes there is fpga involved. This code is written by company ecosense for wind turbine emulator. 

But i don't know how to set fpga with this code. 

Thank you for the reply 

And please give me the solution of this problem 

0 Kudos
Message 3 of 9
(2,106 Views)

Hi ashok,

 

This code is written by company ecosense for wind turbine emulator.

Then why don't you ask that "company ecosense" for support?

 

For FPGA code you need the whole project, including the lvproj file and all FPGA related stuff. Your current VI only shows the Realtime part.

(Btw. that VI contains race conditions and Rube-Goldbergs - and doesn't follow StyleGuide at all. You should ask for a better VI from EcoSense!)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 9
(2,101 Views)

@ashok16232 wrote:

But i don't know how to set fpga with this code. 

  1. Do you have the exact hardware?
  2. Do you have the entire project with everything?
  3. Do you have all the documentation?

This is not something anyone here can fix for you. My assumption is that it is distributed without error. Follow the documentation and contact the company who made it if needed.

0 Kudos
Message 5 of 9
(2,097 Views)

Somehow,i have solved problems regarding FPGA .but there are some problem like

"The Governing Library for this node cannot be found."there are still 9 errors ,all are same error.

what to do next?

thanks

0 Kudos
Message 6 of 9
(2,073 Views)

Did you ask the supplier?

They should support their code…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 7 of 9
(2,071 Views)

hello

i have attached a file and screenshot,i am facing some error regarding "Xnode is not executable".please help me out to solve this problem.

Download All
0 Kudos
Message 8 of 9
(2,080 Views)

Hi ashok,

 

the last error in the list is more interesting: you are missing some suport for the selected FPGA device - and I guess the missing XNode is part of that support…

Did you ask the creator of that code(s) for support?

 

(As you are basically still tackling the same problem I merged your threads. Lets keep relevant information in just one place!)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 9 of 9
(2,038 Views)