07-06-2018 02:40 PM - edited 07-06-2018 02:41 PM
We're currently using the PXI systems with the VeriStand engine, where the models and FPGAs communicate via DMA FIFO. The custom FPGA projects were created and the DMA FIFO was described with the XML-fpgaconfig. But you can define the type SGL in the FPGA project of the DMA FIFO. The transfer of the data with LabVIEW Realtime is thus possible, but how can the type be placed on SGL in the XML-fpgaconfig for the veristand-project. Does VeriStand support that?
Possible DMA type in FPGA project and xml-fpgaconfig.
System Explorer of the veristand project
VeriStand 2016, LabVIEW 2016 SP1 with FPGA module
07-08-2018 06:52 PM
Looking at Creating a Custom FPGA Configuration File, there is no tag related to SGL so,
you can handle the SGL data as INT and then use "Scale" and "Offset".