LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview and STM32 microcontroller

Hi everyone,are there any one in group try to connect between labview and STM32?.If you did,please give me some intructions.Many thanks

Message 1 of 5
(5,973 Views)

Hi Hieu,

 

how do you want to "connect" LabVIEW (which is a programming IDE) with your STM32 (which is a microprocessor)?

Do you want to transfer data from your STM32 (which runs a program made by you?) to your computer using a LabVIEW tool (created also by you)? Which kind of communication bus do you want to use?

Or do you want to create software in LabVIEW to have it run on your STM32 processor?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 5
(5,944 Views)

Hello guys,

I have the same question. My point is:

I want to use a ready library on labview (Like when using Arduino board) in order to read from the serial  interface some analog and digital data.

Is there any ready interface for stm32 modules (Like Nucleo board)

 

Many thanks in advance

Message 3 of 5
(5,788 Views)

HELLO dear, i have the same problem we created a program in labview and we want to have it run on STM32 processor with serial port (USB) can u help us please, we would be so thankful, thanks in advance 

0 Kudos
Message 4 of 5
(4,218 Views)

@Eng_Muhendis wrote:

Hello guys,

I have the same question. My point is:

I want to use a ready library on labview (Like when using Arduino board) in order to read from the serial  interface some analog and digital data.

Is there any ready interface for stm32 modules (Like Nucleo board)

 

Many thanks in advance


No there isn't, strictly speaking. Or rather there is in the form of the LabVIEW native TCP nodes, if your STM32 board has an Ethernet connector and your program you run on the STM board supports TCP communication, or you have NI-VISA if you connect your STM32 board over a (virtual) serial port to the computer and your program on the STM32 board supports serial communication.

 

What exactly to send over the TCP or serial port connection totally depends on the program you are running on the STM32 so there is no way that you could have a ready made library that would communicate with your STM32 board.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 5 of 5
(4,209 Views)