03-06-2019 10:10 PM
We are programming in LabView 2018 which is for FRC 2019.
We have a custom Dashboard which passes setting to the RoborRIo via NT Write and displays info from the RoboRio via NT Read blocks for the WPI Library pallet. Everything was working fine under RoboRio image ver 12. We update to image ver 14 and things did not behave properly. It took a while to figure out what was going on.
The standard Dashboard comes with an indicator (Boolean light) that shows if the NT tables are connected. After the update they do not connect and do not send/receive data to the RoboRio. We do occasionally get an error in the Dashboard dialog box that says
03-07-2019 09:17 AM
Hello 3344_Robocopz,
I understand you just see error 1003 after updating to v14. I presume it is due to some component not being updated correctly. Can you please:
Thanks,
03-07-2019 09:52 AM
Oscar,
I just want to clarify one point. You mentioned the 2019.2 update. I assume that is FRCUpdateSuite_2019.2.0. I will follow the instructions. I believe the issue may be that the students updated the RoboRio Imaging tool ONLY and did not complete the entire update. I will not know until we arrive at competition late tonight, but I will report back then.
Thank you.
03-07-2019 09:59 AM
Hello 3344_Robocopz,
That is correct, I am referring to the FRCUpdateSuite_2019.2.0 with roboRIO v14 inside of it. I apologize that was not very clear.
Please fetch for a CSA if these steps don't work for you. They will be faster answering questions than us in the forums.
All the best at your event,
03-07-2019 09:38 PM
No worries. That fixed it.
Everything works fone now except for the Camera woes that we all are having.
03-08-2019 09:20 AM
Thanks for letting us know this helped you, 3344_Robocopz
As you mention, the cameras are known for causing some troubles, so you can find more steps to debug them here: Robot Camera Images Not Appearing in FRC Dashboard
All the best,
03-31-2019 04:20 PM
I had similar problems, and updating labview to 2019.2.0, updating Roborio to 2019_V14, and making sure I set the robot main VI "enable vision" button ON and making that the default condition worked.
Thanks All