Go to Post I can neither confirm nor deny that I've worked on alot of pretty cool stuff. - Gary Dillard [more]
Home
Go Back   Chief Delphi > Technical > Programming
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Spotlight this post!  
Unread 08-02-2007, 19:17
marccenter's Avatar
marccenter marccenter is offline
Registered User
FRC #3548 (RoboRavens2)
Team Role: Coach
 
Join Date: Sep 2004
Rookie Year: 2004
Location: Royal Oak
Posts: 406
marccenter has a spectacular aura aboutmarccenter has a spectacular aura about
Reading Pan Angle from terminal.c

I am confused as to how to properly read Pan Angle in the terminal.c file inside of auto user_routines.c. Do I define
the Pan_Angle parameter inside of terminal.c or
inside of user_routines.c Do I use an extern static unsigned int statement inside of terminal.c and still
use another statement in user_routines.c? I tried to look
through the code and did not find examples.

1) I have added a statement right below where Kevin is outputting Pan Angle in the print statement to calculate
Pan_Angle.

printf(" Pan Angle (degrees) = %d\r\n", (((int)N_SERVO - 124) * 65)/124);
(Pan_Angle= (((int)PAN_SERVO - 124) * 65)/124);

2) Inside of terminal.c I have added
static unsigned int Pan_Angle = 0;

3) What about inside user_routines.c where I actually
want to be able to read the Pan Angle?

A little confused with C-coding standards,
__________________
Marc Center
FIRST FRC Mentor/Coach - Team 3548 Royal Oak RoboRavens#2 - on Sabbatical 2017 season
marc.center@gmail.com
Mobile: 248-255-7377
 


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
Camera Pan Angle Problem JohnC Programming 3 29-01-2007 12:25
Help needed with finding stud terminal block from KOP amirjpl Electrical 11 25-01-2006 19:32
Reading binary data from a file and writing it in VB complete Programming 1 02-01-2006 21:21
reading negative numbers from a file in VB complete Programming 4 27-12-2005 19:24
Angle from X,Y Astronouth7303 Programming 18 19-04-2004 22:08


All times are GMT -5. The time now is 22:01.

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