From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Critical Bug with Interfaces on Real Time: Failed Deployment

The RT deployment will consistently fail to deploy if a class has an interface inside of its private data.

 

The following steps will reference the attached example when referring to concrete VIs, classes, and interfaces. This can be done from scratch as well, however.

 

Under an RT Target (currently using a cRIO-9048 Linux RT intel x64)

1. Create a simple class (class 1.lvclass)

2. Create a simple interface (interface 1.lvclass)

3. Update the class 1 private data to include the "interface 1" interface

4. Create a separate VI, outside of either class or interface (tester.vi)

4a. Drop the class 1 class constant on the block diagram of the tester.vi

5. Run the tester and observe deployment error "tester.vi loaded with errors on the target and was closed"

6. Remove the interface from the private data of the class

6a. Run the tester and observe successful deployment

 

rt interface bug.png

 

Unfortunately, this issue has caused us to eliminate the use of interfaces from our design for this project 😞

0 Kudos
Message 1 of 2
(1,743 Views)

After formatting the cRIO and reinstalling the software set the issue is no longer reproducible.

 

While good news that it is not happening 100% of the time, we are still opting out of using interfaces for this project as we do not want to entertain the risk of this issue presenting itself down the line.

0 Kudos
Message 2 of 2
(1,670 Views)