01-31-2018 11:57 AM
Hello,
I have a question in my JKI state machine code. I am getting an error 53 as soon as I run my code under a myRIO project. It runs perfectly alone, but I am getting this error in real time. Could you please help me figure this out? What are the items in the JKI state machine that do not work in real time?
Thanks guys!
Serge
Solved! Go to Solution.
01-31-2018 12:00 PM
I believe there is no display in myRIO. You are trying to open up the front panel with that reference. Remove or disable any UI references in your code and it should run fine.
mcduff