12-24-2015 12:06 AM
the application is like this: a model(dll) is imported to the Veristand, and this model will be running in the RT target. we have another algorithm, and we plan to deploy it into the FPGA.
the model running in the RT taget has one input and one output signal, the algorithm also has one input and output signal. so my question is: how can i deploy the algorithm into the FPGA and mapping the input and output signals?
wenluo
Solved! Go to Solution.
12-24-2015
06:38 AM
- last edited on
10-13-2024
02:11 PM
by
Content Cleaner
Hi wenluo, I am very interested in your question,
and I think you can achieve your desired application using Custom Device of FPGA Personality.
Both of them aren't easy to create but they are very powerful features.
Best,
12-24-2015 08:20 AM
12-24-2015 07:30 PM
hello Tepig, i have tried to use Customer Device, but i do not know how to use Customer Device to add .lvbitx file. if you right click the Customer Device, i can only choose from several models which they have already exist. so could you give me a little more detailed explation about how to use this feature? thanks!
wenluo
12-26-2015
12:48 AM
- last edited on
10-13-2024
02:11 PM
by
Content Cleaner
Custom Device is a VeriStand feature and can implement additional features to the software.
But you should create your own custom device using LabVIEW.
In the custom device, you can call lvbitx file using "Open FPGA VI Reference Function".
I think that the common way to implement FPGA is creating FPGA personality, but you can select whichever you want to use.
Do you familiar with LabVIEW?
You need advanced knowledge about LabVIEW to create FPGA Personality or Custom Device.
12-28-2015 02:13 AM
i have a little familar with the LabVIEW, but i do not have (much) exerprience with using Labview to create FPGA Personality or Custom Device. so could you please tell me how to use Labview to create FPGA Personality or Custom Device. i only need a simple description about how to use it. i will be grateful for your help.
i am not sure if you have any files(.ppt or .doc) for reference. thanks.
wenluo
12-28-2015 02:37 AM
You can create your Custom Device using Custom Device Template.
Go C:\Program Files\National Instruments\LabVIEW 2015\vi.lib\NI Veristand\Custom Device Tools\Custom Device Template Tool
then open and execute "Custom Device Template Tool.vi" with setting some parameters.
This automatically creates Custom Device and you can customize it by yourself.
The detailed can be seen here.
12-28-2015 03:36 AM
you are really farmilar with the Veristand, i will have a try to use this feature, may be i also need spend a little more time to figure out how to use it. anywany, thanks for your help.
wenluo
12-28-2015
04:05 AM
- last edited on
10-13-2024
02:12 PM
by
Content Cleaner
From my prospective the https://www.ni.com/en/shop/data-acquisition-and-control/application-software-for-data-acquisition-an... is exactly what you are looking for...
CLA, CTA
12-28-2015
06:22 PM
- last edited on
10-13-2024
02:12 PM
by
Content Cleaner
Jiri_K, thank you so much for your comment.
Dear wenluo, Custom device isn't only way to implement FPGA to your VeriStand project.
You can select either Custom Device and FPGA Personality.
If you hope to try to create FPGA Personality, some add-ons help you!!
Community: NI VeriStand FPGA-Based I/O Interface Tools
Community: NI VeriStand Add-On - Veristand FPGA Configuration Editor (VCE)