shut_down_in

5 replies [Last post]
ahfagg
Title: NooBot
Joined: 01/16/2013
Posts:
BotPoints: 13
User offline. Last seen 9 years 6 weeks ago.

Any updates coming for shut_down_in (beyond 1.9.2)? It seems to handle the process running on the link, but does not send a stop to the create.

The code below is cut off before the msleep completes, but the create continues to turn.

  1. int main()
  2. {
  3. create_connect();
  4. printf("this is a test of to shut down in \n");
  5. shut_down_in(5);
  6. create_drive_direct(200,-200);
  7. msleep(10000);
  8. printf("Shutting down myself...\n");
  9. create_stop();
  10. create_disconnect();
  11. return 0;
  12. }

Beta
Beta's picture
Title: The Magnificent
Joined: 02/24/2012
Posts:
BotPoints: 266
User offline. Last seen 9 years 6 weeks ago.

It's a bit too late for 1.9.4 (currently uploading.) I'll try and get it in a 1.9.5 release tomorrow, however. I understand this is crunch time for teams, so I'll try and get it done in a timely manner.

Thanks.

Braden McDorman

Developer of the KIPR Link, KISS IDE, KIPR's 2D Simulator, and CBCJVM.

Reach me at bmcdorman(cat)kipr(dog)org where (cat)=@ and (dog)=. if you need assistance of any kind.

dgoree
Title: NooBot
Joined: 02/13/2012
Posts:
BotPoints: 130
User offline. Last seen 6 years 21 weeks ago.

If you have an extra mini servo you can mount it to shut off the create when your program is done. We have done that, and also use it to turn it on for us which has been convenient.

-Daniel Goree
Former...
Senior Project Manager
President
Norman Advanced Robotics (13-0113)

Beta
Beta's picture
Title: The Magnificent
Joined: 02/24/2012
Posts:
BotPoints: 266
User offline. Last seen 9 years 6 weeks ago.

Uploading 1.9.5 right now. Sorry for its lateness. Hopefully you can bang on it a bit tonight before the competition. File manager is also fixed.

Braden McDorman

Developer of the KIPR Link, KISS IDE, KIPR's 2D Simulator, and CBCJVM.

Reach me at bmcdorman(cat)kipr(dog)org where (cat)=@ and (dog)=. if you need assistance of any kind.

Hawk
Title: NooBot
Joined: 03/08/2013
Posts:
BotPoints: 2
User offline. Last seen 10 years 3 weeks ago.

Where can I download 1.9.5?

Beta
Beta's picture
Title: The Magnificent
Joined: 02/24/2012
Posts:
BotPoints: 266
User offline. Last seen 9 years 6 weeks ago.

It is now available on The KIPR Link Firmware Page

Braden McDorman

Developer of the KIPR Link, KISS IDE, KIPR's 2D Simulator, and CBCJVM.

Reach me at bmcdorman(cat)kipr(dog)org where (cat)=@ and (dog)=. if you need assistance of any kind.