03-18-2023 02:13 AM
Hello
I am a noob when it comes to NI tech so please bear with me. We have a cRIO installed on one of our machines. I need to make an adjustment to one of the timer values that triggers a certain alarm. Which software should I use to access such data?
Thank You in advance
03-18-2023 07:51 AM
cRIO is custom programmed to your application. Ideally, you need to get the LabVIEW FPGA source code, open in LabVIEW understand where the timer related part is and also check if there is any host-side code, edit it, recompile and load to cRIO back.
03-20-2023 06:51 AM
A cRIO has both a RT OS and an FPGA. You pretty much must use LabVIEW RT. You can program the cRIO without LabVIEW FPGA, but you lose a lot of capability.