LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to Read data LAUNCHXL-F28379D (TMS320F28379D) from Labview?

hello, i have some problem.

 

1. i code simple program about counting 1,2,3,4,... in Matlab Simulink and then upload it to LAUNCHXL-F28379D (TMS320F28379D). 

2. Next, i want to read data that i already upload it to LAUNCHXL-F28379D (TMS320F28379D) in Labview using VISA.

 

My question is how to read that data?

 

thanks

0 Kudos
Message 1 of 4
(2,599 Views)

Hi mustafa,

 


@mustamin27 wrote:

i want to read data that i already upload it to LAUNCHXL-F28379D (TMS320F28379D) in Labview using VISA.

My question is how to read that data?


Use VISA functions as you wanted to do!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(2,591 Views)

Hello GerdW,

 

Here what i already made, still confuse about how to read the data. 

Could you give me some clue?

Download All
0 Kudos
Message 3 of 4
(2,576 Views)

Hi mustafa,

 


@mustamin27 wrote:

still confuse about how to read the data. 

Could you give me some clue?


Why do you want to read "i" bytes? Don't you expect a message with afixed (or maximum) number of bytes? Don't you rely on the TermChar you enabled at VISASerialPortConfig?

Does your device send human-readable text or "binary" data? Is the conversion from string to number correct?

Do you get any error message?

Why are you "confused"?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(2,572 Views)