12-14-2023 08:32 PM - edited 12-14-2023 08:57 PM
Labview 2021 sp1 / myrio-1900 / myrio software bundle
After compiling FPGA vi(It works well), an error occurred in the RT main vi.
An internal software error has occurred. Contact National Instruments technical support at ni.com/support. Error details:
1320 : Property Node (arg 2) in FPGA_IntfRefDatatypeFromTypeDef.vi:3390002->FPGA_IntfInputRefInfo.vi->nirviCallRefInfoPlugins.vi:7220002->nirviSpecifyOpen.vi:7230001->nirviDoOpenUpdateState.vi:500002->nirviOpenFPGA.xnode:nirviOpenFPGA_UpdateStateWithRef.vi->nirviOpenFPGA.xnode:nirviOpenFPGA_UpdateStateWithRef.vi.ProxyCaller
How can I fix this?
12-15-2023 09:26 PM
cyj21c6352@gmail.com wrote:
Labview 2021 sp1 / myrio-1900 / myrio software bundle
After compiling FPGA vi(It works well), an error occurred in the RT main vi.
An internal software error has occurred. Contact National Instruments technical support at ni.com/support. Error details:
1320 : Property Node (arg 2) in FPGA_IntfRefDatatypeFromTypeDef.vi:3390002->FPGA_IntfInputRefInfo.vi->nirviCallRefInfoPlugins.vi:7220002->nirviSpecifyOpen.vi:7230001->nirviDoOpenUpdateState.vi:500002->nirviOpenFPGA.xnode:nirviOpenFPGA_UpdateStateWithRef.vi->nirviOpenFPGA.xnode:nirviOpenFPGA_UpdateStateWithRef.vi.ProxyCaller
How can I fix this?
The "problem" is either hardware or software. To rule out hardware (i.e. a "bad chip" in your myRIO), try connecting a different myRIO to your PC and see if you get exactly the same error. [I'm guessing that you will see exactly the same failure]. If you see exactly the same failure, the problem is almost certainly a problem with the software, either the FPGA code or the non-fpga code you are trying to run on the myRIO.
Without seeing the code (including the FPGA code), it is challenging to "guess" why you get the error message you show. Also, just because the FPGA compiles properly doesn't mean that it will run without problems, particularly when you try to interact with it on the "Real-Time" part of the myRIO code.
Installing LabVIEW and the modules to properly support the myRIO can be tricky. Are you certain the software has been properly installed? Do you know that the myRIO's firmware and software are all present?
Is there a possibility that there is a bug in your code, that maybe the code is doing what you asked/told it to do, rather than what you want it to do? Of course, we neither know what your code should do, and definitely have no idea how you tried to do it as you failed to post it! And please, post actual LabVIEW 2021 VIs (or, perhaps, an entire Project, compressed by right-clicking the folder, "Send to:", "Compressed (zipped) folder" and attaching the resulting .zip file.
Oh! I just re-read your first line -- you installed LabVIEW 2021 SP1 along with some unknown myRIO Software Bundle. I apologize for missing that. When did you install it? What version of the myRIO Software Bundle did you install? Precisely how did you install it? When you start LabVIEW 2021, does the Splash Screen look like this (showing the myRIO Toolkit)?
[Note -- getting that picture took me well almost until the end of 2022 to accomplish. This was definitely the most frustrating LabVIEW installation I have ever attempted.]
Bob Schor