10-23-2015 02:32 PM
Simple question about myRIO: Does it operate in Scan Mode? And how to do it?
10-23-2015
03:05 PM
- last edited on
12-17-2024
03:07 PM
by
Content Cleaner
Chickitty-check out this White Paper
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
10-23-2015 03:21 PM
Thanks a lot James.
I couldn't find anything about myRIO though.
The target when added to a project doesn't give the option to choose between FPGA/Scan mode. It goes directly like this:
10-23-2015
03:56 PM
- last edited on
12-17-2024
03:08 PM
by
Content Cleaner
Oops, misread the title. You can use the MyRIO without customizing the FPGA, but it's not "scan mode", but more similar to DAQmx. This article should help:
https://www.ni.com/en/support/documentation/supplemental/13/required-and-optional-software-to-progra...
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
10-23-2015 08:06 PM
James is correct, and if you look into the express VIs and default FPGA personality you will see that it is just using an FPGA read/write node to get the current value of each input. While it shares the same basic functionality, this means that you will not be able to have a hybrid mode of sorts where you have your own FPGA application and use these express VIs without a lot of drawbacks.