View Single Post
  #54   Spotlight this post!  
Unread 17-03-2013, 21:44
Alan Anderson's Avatar
Alan Anderson Alan Anderson is offline
Software Architect
FRC #0045 (TechnoKats)
Team Role: Mentor
 
Join Date: Feb 2004
Rookie Year: 2004
Location: Kokomo, Indiana
Posts: 9,113
Alan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond repute
Re: Which programming language does your team use?

Quote:
Originally Posted by mlbernardoni View Post
Try it out yourself and post any different result. As I said, the programs are very simple.
I've written and run "very simple" tank drive FRC robot programs in both C and LabVIEW. I saw absolutely no difference in performance between them. You'll need to show us the program that you say has poor responsiveness, so we can try it ourselves and try to understand what's wrong with it.

Until I see what you're referring to, I'm not going to guess at what might be at the root of the problem. What I will do is point out something you said that confuses me:

Quote:
Originally Posted by mlbernardoni View Post
all classes in the labview program are based upon the victor motor control block
LabVIEW classes are not a typical tool used by FRC teams, they certainly wouldn't be used in a "very simple" program, and I'm not sure you could even base one on the Motor functions. Perhaps you meant something else?