PDA

View Full Version : Isomax


alpierce
06-16-02, 12:42 AM
Are there any additional examples of ISOMAX code beyond those in the manual? Is ISOMAX interactive or compiled only? Some real world examples would be great. Maybe just blinking the LEDs by using the timers etc.

Thanks

Al

RMDumse
06-16-02, 01:18 AM
IsoMax(TM) is interactive, and when typed in, it becomes compiled when defined. In this manner, IsoMax(TM) is very similar to Forth.

Even the created machines are interactive after compilation. The state of a machine can be checked interactively from the foreground at any time, and conditions can be checked interactively as well. If necessary, states can even be forced by interactive intervention, for debugging purposes.

In the IsoPod(TM) manual there are examples of the LED's being flashed by counting entries to the routines which are controlled by the scheduling timer.

More examples are being written every day. We have planned a place on our site which will be full of examples as they are created. But for now, have you looked at the latest IsoPod manual?

nmitech
06-16-02, 07:39 AM
Here is the direct link,

( Programming section - Date last modified 7/09/02 )
http://www.newmicros.com/store/product_manual/Programming.pdf

Programming section is also included in the IsoPod manual.

( Manual - Date last modified 7/09/02 )
http://www.newmicros.com/store/product_manual/IsoPod.zip


( IsoMax V0.2 WORDS LISTING posted 06/18/02 )
http://www.newmicros.com/store/product_manual/IsoMax02.pdf

Please click on the link below to get the latest updates.
http://www.newmicros.com/discussion/showthread.php?threadid=223

alpierce
06-18-02, 10:48 PM
Thanks for the new link info. I didn't know there was a new manual. Is it linked to the button on the product page? I checked there before posting and it was the version I already had. Glad to see there is a new topic category for IsoMax now!

Al