11-12-2024 05:34 AM - edited 11-12-2024 06:01 AM
I'm using a Pexi7841R with NI LabVIEW 2016, and I'm trying to import values into an array and export values from an array to a text file. I attempted to use "Read Text File" to load values from a text file, but encountered an error: *Front Panel Terminal 'file (use dialog)' : Type not supported in current target*. Is there an alternative tool or method that provides similar functionality and is compatible with my target?
or a tool that import an image and convert it into an array?
11-12-2024 06:26 AM
FPGAs do not have access to a file on disk. You need to read the file on the host and use a DMA FIFO to pass the data to the FPGA. Similar for the opposite direction: the FPGA writes to a DMA FIFO that sends the data to the host who can then save the data to a file.