05-06-2008 08:45 AM
05-06-2008 02:47 PM
vestman,
express vi's are possible in LV FPGA... I have not done it, but take a look at the new PID in LV 8.5, they are simply express vi's. I'm just a little curious about your motivation to create the libarary of sub vi's for for IO. Do these modules have specific functionality along with the IO? ... just wondering... I have created libararies for specific operations that I perform often, but I always just use the NI IO nodes outside the subvis.... they are simple and low overhead.
05-06-2008 03:00 PM
Emil,
If your using LabVIEW FPGA 8.5, check out the following help topic as this might help out:
Using SubVIs on the FPGA (FPGA Module)
The section on specifying I/O Items when calling SubVIs will be very interesting to you....
Basset Hound
05-07-2008 03:14 AM
The reason for creating the subVIs is to make programming easier for the user, most of which have limited experience in
The most preferable solution would be if the user could select I/O from an already created controller... maybe I will have to try to create an Express VI after all.
Basset Hound, I read the article you suggested and figured out what I was doing wrong with the input. Thank you.
Too bad you have to configure every I/O control by itself... Maybe a set of 8 already configured I/O controls can be specified as a custom tool? Any thoughts on this?
/Emil
05-07-2008 05:07 AM