Overview
- Object ID : 2096 (2013-05-02)
- Author : Bob Anderson | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Languages : PASM, SPIN
- Category : Tool
- Licence : Other
Content
Use with ViewPort 4.2.5 (or higher)...
This program is an extension to the basic "watch shared variable" capabilities of ViewPort. It executes script statements that can deal with arrays and Spin floats and show variables in the following formats:
int uint float binary hex bit
There is a full expression evaluator that accepts the following operators:
* / div mod & | ^ >> << ~
======================================================================================
Script statements available for "watching" shared variables. These are normally placed in the "Main script" text panel.
- showInt ( "
- showUint ( "
- showHex ( "
- showBinary( "
- showFloat ( "
- showBit ( "
- showStr ( "
- :
= ; Set a local variable (this is "quiet" - no output)