Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 01:25 22 Nov 2024 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Windmills : "OPTION AUTORUN ON" disappears

Author Message
v.lenzer
Regular Member

Joined: 04/05/2024
Location: Germany
Posts: 49
Posted: 11:10am 22 Sep 2024
Copy link to clipboard 
Print this post

Has this happened to other users too, that the option "autorun on" disappears? This is of course unpleasant because then the entire circuit fails.
If the problem is already known, is there a solution?

(PicoMite MMBasic Version 5.08.00 on RP2040)
Best wishes! Joachim
 
phil99

Guru

Joined: 11/02/2018
Location: Australia
Posts: 2129
Posted: 09:53pm 22 Sep 2024
Copy link to clipboard 
Print this post

  Quote  the option "autorun on" disappears...If the problem is already known, is there a solution?
My understanding is it isn't a problem, it is a deliberate escape mechanism.
People have encountered problems when a program crashes and causes a reboot. The Pico gets stuck in an endless cycle of crash - reboot - autorun - crash from which there is no escape other than using clear-flash.
By removing autorun it reboots to the prompt so you can fix the problem without loosing everything.

If you want to override this add this Sub to the start of the program.
Sub MM.Startup
 Pause 2000 'An opportunity to use Ctrl-C should there be a reboot loop problem.
 RUN
End Sub

Edit.
More people would see your post if it was on the "Microcontrollers and PC projects" page.
Edited 2024-09-23 09:25 by phil99
 
v.lenzer
Regular Member

Joined: 04/05/2024
Location: Germany
Posts: 49
Posted: 08:01am 24 Sep 2024
Copy link to clipboard 
Print this post

Thank you for the explanation! I will add the sub.

I have no idea how I got into the "Windmill thread". What do I have to do to change that? I'm afraid only the admin can do that. If that's the case, I would ask the admin to move this thread to the Microcontroller forum.
Best wishes! Joachim
 
phil99

Guru

Joined: 11/02/2018
Location: Australia
Posts: 2129
Posted: 08:31am 24 Sep 2024
Copy link to clipboard 
Print this post

  Quote  I have no idea how I got into the "Windmill thread".
This may have happened by selecting "Start new thread" while in "Active Topics". Windmills is the first in the Forum Index list so that is where your post went.

Next time go to Forum Index and open Microcontrollers before starting a thread.

As for moving a thread, I am not sure even admin can do that.
 
v.lenzer
Regular Member

Joined: 04/05/2024
Location: Germany
Posts: 49
Posted: 09:07am 24 Sep 2024
Copy link to clipboard 
Print this post

Thank You! Next time I will watch out.
Best wishes! Joachim
 
Print this page


To reply to this topic, you need to log in.

© JAQ Software 2024