View Single Post
  #1   Spotlight this post!  
Unread 01-02-2014, 16:14
William Kunkel William Kunkel is offline
Programming Lead
AKA: Kunkel
FRC #0422 (Mech Tech Dragons)
Team Role: Programmer
 
Join Date: Jan 2013
Rookie Year: 2011
Location: Richmond, VA
Posts: 94
William Kunkel is an unknown quantity at this point
Error in NT Client.vi

I've written some vision code that will run on the driver station computer and communicate with the robot via Network Tables. Whenever I start the VI, I get this error:

Quote:
Error 1 occurred at Wait on Notification in NT Client.vi->target-detection.vi

Possible reason(s):

LabVIEW: An input parameter is invalid. For example if the input is a path, the path might contain a character not allowed by the OS such as ? or @.
If I select "Continue", the program behaves as expected and communication works fine, but I'd like to know if I can stop this error from occurring. The only inputs I've given to NT Client.vi are Server IP Address (10.4.22.2), Automatic Restart (T), and Update Time (20). The error seems to be related to the "Cancel Ref" input, but I don't know what that does, and I can't find any documentation.
Reply With Quote