![]() |
Limitations on actions in disabled mode
What are the specific limitations on code when the robot is in disabled mode? I assume (though I don't know for sure), that the robot can't, for instance, run motors while it is disabled, but what are the limitations? Can relay values or solenoids be set? And how is this enforced?
|
Re: Limitations on actions in disabled mode
Quote:
|
Re: Limitations on actions in disabled mode
Nothing can be operated while disabled - relays can't be switched, motor controllers can't be driven, solenoids can't be fired. The intent of disabled is DISABLED - the robot can't "do" anything.
|
Re: Limitations on actions in disabled mode
I don't recall if digital outputs are set during disabled mode and I'm not going to be near the robot for several hours.
Can anyone clarify? |
Re: Limitations on actions in disabled mode
Quote:
This is enforced by the FPGA on the cRIO. You have no ability to override it. The Digital Outputs on the Digital Sidecar do still work when the robot is disabled, so you can control custom circuits. Custom circuits are not permitted to control any robot actuators, so again nothing you do with the program while the robot is disabled will make anything move. |
Re: Limitations on actions in disabled mode
Digital and Analog Inputs are active. We leave the robot disabled and read sensors in the LabVIEW periodic tasks. We have used this to verify operation without having to drive the robot. The Analog inputs are used for the Gyro and Potentiometers. The Digital inputs are used to verify the operation of the Sonic Sensor, input switches and Encoders.
|
Re: Limitations on actions in disabled mode
Sensor inputs through DIO, Analog, I2C, Serial, SPI, Ethernet, for example camera tracking will be operational during Disabled, so decisions can be made in the code that can be acted on immediately when the FPGA enables PWM, Relay, Solenoid outputs during Autonomous or Teleop.
|
| All times are GMT -5. The time now is 02:36. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi