|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Using DS Virtrual switches to select autonomous modes
1. Is it possible?
2. How do you read the values from the Driver Station in the program? 3. To do this for autonomous, where do I need to put the code that says to read the inputs? I THINK it has to be done like this DriverStation *ds; ds = new DriverStation; bool in1 = ds->GetDIO(1); bool in2 = ds->GetDIO(2); (not sure if they are called DIO...) As always, any help is appreciated, alot of times once I figure something simple out, like where to put the code, everything else makes sense! |
|
#2
|
|||||
|
|||||
|
Re: Using DS Virtrual switches to select autonomous modes
Put the code anywhere you want to read the inputs. Unlike previous years, the Driver Station inputs will not be forced to off/neutral during autonomous enabled. The values will not change; they will reflect the states of the switches immediately before autonomous enabled began.
|
|
#3
|
|||
|
|||
|
Re: Using DS Virtrual switches to select autonomous modes
i would put the code either in disabledperiodic, autonomousinit, or just right where you need the value (can't say without knowing more on how your code is structured)
as for reading in the values i want to say its: DriverStation *ds; ds=DriverStation::GetInstance(); ds->GetDigitalIn(1); ds->GetDigitalIn(2); |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| DIP switches for autonomous modes | windell747 | Electrical | 17 | 24-03-2010 18:20 |
| problems with using switches for autonomous | ssica_jj | NI LabVIEW | 21 | 13-03-2010 21:39 |
| Selecting autonomous modes using FRC PC Dashboard | ellisk | C/C++ | 5 | 07-02-2010 10:31 |
| multiple autonomous modes using easyc | cerberus170 | Programming | 3 | 20-02-2007 15:01 |
| Good Switch For Autonomous Mode Select | misterfoo | Electrical | 11 | 19-03-2006 16:37 |