BS2pe
Tumbler
Posts: 323
Hello,
Before i purchase a BS2pe:
Is it possible to program (lets say) bank 0 for moving the boebot and bank 1 for a object detection program and run both programs?
I have 2 such programs but can't prog it on a bs2 (memory full)
regards
Before i purchase a BS2pe:
Is it possible to program (lets say) bank 0 for moving the boebot and bank 1 for a object detection program and run both programs?
I have 2 such programs but can't prog it on a bs2 (memory full)
regards
Comments
Having said that, there ARE bank-switching schemes, using "Run" (NOT Goto, and NOT Gosub) which will let you utilize multiple 2K program eeprom slots.
Lookup "Run" in the help manual for more detail.
Like i said 'before i purchase one'
I know that my 2 programs needs ~2k of memory.
So it's possible than to switch each program.
Example: move boebot to a point, switch to other prog and scan area. Than drive to another point.
And that will also give you access to the 'help' file.
Bottom line -- using the "Run" interface is a little slow (compared to GOTO or GOSUB) but your scenario should work.