Go to Post You know you're addicted to FIRST when you text your mentors more than your friends from school. - LindsayC [more]
Home
Go Back   Chief Delphi > Technical > Programming > NI LabVIEW
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
Reply
 
Thread Tools Rate Thread Display Modes
  #1   Spotlight this post!  
Unread 21-02-2010, 18:58
Greg McKaskle Greg McKaskle is offline
Registered User
FRC #2468 (Team NI & Appreciate)
 
Join Date: Apr 2008
Rookie Year: 2008
Location: Austin, TX
Posts: 4,751
Greg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond repute
Re: DriverStation Error -44006

Cleaning the cRIO and installing gaskets is a fine idea, but if there is a short, you'll get a blown fuse or worse. You will not simply receive an error about the Cypress I/O trying to read enhanced I/O, but not having enhanced I/O enabled.

Greg McKaskle
Reply With Quote
  #2   Spotlight this post!  
Unread 12-03-2010, 23:37
Ziaholic's Avatar
Ziaholic Ziaholic is offline
Elec/SW Mentor
AKA: Marc
FRC #1164 (Project NEO)
Team Role: Mentor
 
Join Date: Jan 2008
Rookie Year: 2002
Location: Las Cruces, NM
Posts: 194
Ziaholic is a jewel in the roughZiaholic is a jewel in the roughZiaholic is a jewel in the roughZiaholic is a jewel in the rough
Re: DriverStation Error -44006

I'm having this exact error, many times a second, and I'm not even using the Cypress board.

How do we eliminate any/all references to the Cypress if we don't need them? I'm guessing that this error spamming might be related to some of the system watchdog errors we're getting.
__________________
----
There are 10 types of people. Those who understand binary, and those that do not.
Team #1164 - Project NEO Robotics
Reply With Quote
  #3   Spotlight this post!  
Unread 13-03-2010, 23:09
Ziaholic's Avatar
Ziaholic Ziaholic is offline
Elec/SW Mentor
AKA: Marc
FRC #1164 (Project NEO)
Team Role: Mentor
 
Join Date: Jan 2008
Rookie Year: 2002
Location: Las Cruces, NM
Posts: 194
Ziaholic is a jewel in the roughZiaholic is a jewel in the roughZiaholic is a jewel in the roughZiaholic is a jewel in the rough
Re: DriverStation Error -44006

I got some advice yesterday from Doug Norman (from NI) who was in high-demand this weekend at the Arizona Regionals. Mucho Mucho Kudo's to him and his first-hand knowledge of the inner workings of the cRIO.

From what I learned from him, this error is unavoidable at the moment. but you can lessen the impact of it by turning off the internal cRIO error logging.

Here's how you do it:

1) With your project window selected, hit Ctrl-F (find)
2) in the search window type "error" and press Find (or hit Enter)
3) for my results, the 5th one from the top is ErrorsGlobal.vi ... select it and hit "Go To"
4) open up your Begin.VI block diagram and drag-drop the ErrorsGlobal.VI into it ... it appears as a global variable [log errors to file?]
5) wire up a constant to the input and set it to false

Keep in mind that now that "view error messages" button on the DriverStation will no longer result in anything anymore ... that is, until you alter that boolean constant in your Begin.VI.

I still had a few occasional system watchdogs after doing this, but not as many. It's not a perfect fix. The error is still ocurring, it just doesn't "hurt" as much. ... and it's as good as they've got for now.
__________________
----
There are 10 types of people. Those who understand binary, and those that do not.
Team #1164 - Project NEO Robotics

Last edited by Ziaholic : 13-03-2010 at 23:12.
Reply With Quote
  #4   Spotlight this post!  
Unread 21-01-2011, 19:20
Alyssa Reiman Alyssa Reiman is offline
Registered User
FRC #1111
 
Join Date: Oct 2010
Location: Maryland
Posts: 7
Alyssa Reiman is an unknown quantity at this point
Re: DriverStation Error -44006

We were trying what you said, since we had that error too. But we couldn't find errorGlobal.Vi, but we couldn't find it in our code. Any suggestions?
Reply With Quote
  #5   Spotlight this post!  
Unread 12-02-2011, 17:16
Danny Diaz's Avatar
Danny Diaz Danny Diaz is offline
Smooth Operator
AKA: FrankenMentor
None #0418
Team Role: Alumni
 
Join Date: Apr 2005
Rookie Year: 2003
Location: Manchester, NH
Posts: 545
Danny Diaz has a reputation beyond reputeDanny Diaz has a reputation beyond reputeDanny Diaz has a reputation beyond reputeDanny Diaz has a reputation beyond reputeDanny Diaz has a reputation beyond reputeDanny Diaz has a reputation beyond reputeDanny Diaz has a reputation beyond reputeDanny Diaz has a reputation beyond reputeDanny Diaz has a reputation beyond reputeDanny Diaz has a reputation beyond reputeDanny Diaz has a reputation beyond repute
Send a message via AIM to Danny Diaz
Re: DriverStation Error -44006

Quote:
Originally Posted by Greg McKaskle View Post
You will not simply receive an error about the Cypress I/O trying to read enhanced I/O, but not having enhanced I/O enabled.
Gahhh! This plagued us for the last two weeks - I was about to throw the entire control system under a bus until I got curious and said, "What's the difference between 'Compatibility I/O' and 'Enhanced I/O' and when I started using the compatibility I/O we started reading the information correctly. Next version, any way to get an error from the Enhanced I/O error terminal if you've got the stinking Driver Station set up in Compatibility I/O mode?

-Danny
__________________
Danny Diaz
Former Lead Technical Mentor, FRC 418
Reply With Quote
  #6   Spotlight this post!  
Unread 12-02-2011, 21:12
Greg McKaskle Greg McKaskle is offline
Registered User
FRC #2468 (Team NI & Appreciate)
 
Join Date: Apr 2008
Rookie Year: 2008
Location: Austin, TX
Posts: 4,751
Greg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond repute
Re: DriverStation Error -44006

I'm not set up to test very well, but the VIs for Get Digital do seem to return an error if they haven't received any enhanced data. It may need more details to reproduce the issue.

Greg McKaskle
Reply With Quote
  #7   Spotlight this post!  
Unread 13-02-2011, 04:50
Acarid Acarid is offline
<3 Nested Clusters
FRC #2521
Team Role: Programmer
 
Join Date: Jan 2009
Rookie Year: 2009
Location: Eugene, Oregon
Posts: 10
Acarid is an unknown quantity at this point
Re: DriverStation Error -44006

We are getting this as well.

After implementing Mark's solution the robot will now run, but occasionally we do still see the error in the logs.
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Driverstation Pong! byteit101 Programming 12 16-01-2010 16:31
DriverStation::GetAnalogIn - what range? oddjob C/C++ 3 04-03-2009 22:41
question regarding driverstation ringo115 Programming 4 16-02-2009 11:16
driverstation outputs agough C/C++ 3 15-02-2009 22:25
Wiring LED to Driverstation sircedric4 Electrical 11 23-01-2009 08:31


All times are GMT -5. The time now is 00:59.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi