View Single Post
  #8   Spotlight this post!  
Unread 09-02-2017, 19:33
flemdogmillion's Avatar
flemdogmillion flemdogmillion is offline
Programmer, Builder, Driver...
FRC #3007
 
Join Date: Nov 2016
Rookie Year: 2015
Location: Minnesota
Posts: 147
flemdogmillion will become famous soon enoughflemdogmillion will become famous soon enough
Quote:
Originally Posted by RoboBucs View Post
Now I'm getting errors. I changed nothing coming into today but as soon as I connect my driver station started pumping out errors like there was no tomorrow. This was the error: ERROR 1043 Register For Events in Calibration Helper2.vi->Vision Processing.vi->Robot Main.viLabVIEW: The property or method is not supported in this version of LabVIEW. ERROR -1074395152 IMAQ Vision: (Hex 0xBFF607F0) Font file not found. ERROR -1074395152 IMAQ Vision: (Hex 0xBFF607F0) Font file not found. ERROR 1043 Register For Events in Calibration Helper2.vi->Vision Processing.vi->Robot Main.viLabVIEW: The property or method is not supported in this version of LabVIEW.





Any ideas?


Font file not found is okay, it means the font for the scoring numbers that are overlayed on the displayed images in the front panel of vision processing.vi isn't on the RoboRIO.
For the other error, you will need to remove the calibration code (or disable it). When targeting the peg, calibration does pretty much nothing.
Make sure that when you want to save changes to values entered in the front panel, right click -> data operations -> make current value default, then save the VI. Otherwise, it will reset the value on you when you close the VI or try to build the project.
__________________
Team 4506: 2015-2016
Team 3007: 2017

Jack of all trades except C++ & Java
Reply With Quote