LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW FPGA Read/Write Module - Changing data types

Solved!
Go to solution

Hi All,

 

I'm using the FPGA read/write modules to communicate between my host computer and an FPGA, but I'm having trouble changing the data type of the data I'm trying to send. It seems like such a simple thing, but I can't figure it out. I've looked through the settings when I right click on it and I've restarted the computer. When I left click on the tabs, I can choose from the data types that were used previously in the example, but string isn't an option.

 

loomisa6_0-1678990271637.png

 

0 Kudos
Message 1 of 2
(654 Views)
Solution
Accepted by topic author loomisa6

First of all, the I/O shows Unselected. You need to select which front panel items to write to.

Secondly, String data type is not supported in FPGA. By definition,strings are variable in size. An FPGA is pure hardware and therefore can't handle variable sized data types.

You can use Enum which couples an integer data with a string display.

-------------------------------------------------------
Control Lead | Intelline Inc
Message 2 of 2
(650 Views)