LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can LabVIEW be used on Cyclone V soc dev kit?

Hi

 

As topic asked,

If can, what do I need?

 

Reguards.

Alex

0 Kudos
Message 1 of 7
(972 Views)

Hi Alex,

 

after you successfully installed a current Windows version on your dev kit you can also install LabVIEW.

Is this what you are asking for?

 

When it comes to FPGA programming: NI software supports NI hardware…

Best regards,
GerdW


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

Sorry for my question let you confused.

What I meant is that if Labview can communicate with cyclone V soc board(which is the same board provided on this link:Cyclone® V SX SoC Development Kits (intel.com))

 

And how to communicate with HPS in baremetal environment.

0 Kudos
Message 3 of 7
(935 Views)

Hi Alex,

 


@Alex_chun wrote:

What I meant is that if Labview can communicate with cyclone V soc board


When that board offers a supported communication port&protocol you can surely communicate with it using LabVIEW as programming language...

 


@Alex_chun wrote:

And how to communicate with HPS in baremetal environment.


You want to communicate with the CycloneV hard processor system?

Again: when it offers a supported port&protocol then you can communicate...

Best regards,
GerdW


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

Hi,

 

Thank you for your fast response,

so is there any modules needed?

I was heard labview may need some kind of modules to communicate with some devices.

 

reguards.

Alex

0 Kudos
Message 5 of 7
(930 Views)

The HPS has one Ethernet and one UART interface. These are the most interesting you want to look at. For the Ethernet port you can use the built in network nodes to implement whatever protocols the HPS firmware supports. For the UART you would need to use the VISA nodes (and have NI-VISA installed).

 

What messages you need to send depends entirely on the firmware that runs on the HPS. That should be documented in the firmware documentation by the party who provides that firmware.

Rolf Kalbermatter
My Blog
0 Kudos
Message 6 of 7
(909 Views)

Heh, i read Cyclone B ...

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 7 of 7
(900 Views)