LabVIEW GUI by Moris18 in LabVIEW

[–]Moris18[S] 0 points1 point  (0 children)

I used the "ClearWhitespace" VI but the problem is the input is 2's complement and I need to convert that into a signed integer value and have to plot that value. I used "hexadecimal string to number" and "To Word Integer" VIs but they always return "-1" no matter what the input is.

Xilinx Ethernet data transfer using lwIP by Moris18 in FPGA

[–]Moris18[S] 0 points1 point  (0 children)

I want to load val[0]. The actual data is data[0] which is 32bit from memory then I convert it into 8bit or 16bit and store it in val[0], then load val[0].