archpro stop action

Questions about the BASICtools and MakeItC
Post Reply
olzeke51
Posts: 414
Joined: Sat May 17, 2014 4:22 pm
Location: South Carolina

archpro stop action

Post by olzeke51 »

to stop the archpro.med type of s/w - you are prompted to pusht the reset switch.
'
this erases all of the variables information !!!
putting in a STOP command (in the program) won't allow me to look at the Tools/Variables windows

from the STOP command help page"
When the STOP is executed the BASIC program halts execution, but allows BASICtools to dump variable values.

olzeke51 - off to work
PS - I'll try the END command (when I get home) for giggles. the mbed might have a different interface with the chip and such.



basicchip
Posts: 1090
Joined: Fri Oct 19, 2012 2:39 am
Location: Weeki Watchee, FL
Contact:

Re: archpro stop action

Post by basicchip »

mbed and ArchPRO do no give us access to the reset which is needed for executing a STOP button, so we have to prompt the user to push the button.

Variable dumps should work in STOP, but I believe there is an issue with the INSTALL firmware menu item that erases the Variable dump command.

AMDlloydsp
Posts: 99
Joined: Mon Apr 15, 2013 3:51 pm
Location: NE Central FL

Re: archpro stop action

Post by AMDlloydsp »

olzeke51 - off to work
PS - I'll try the END command (when I get home) for giggles. the mbed might have a different interface with the chip and such.

--------
Well, Gary... The button issue (by itself) sounds like it's amenable to being solved by your prior suggestion for my reset issue.

LLoyd

Post Reply