Flowcode Project File Parser

Ben Rowland 2019 (C) Matrix TSL


Target Device

PIC.16F.16F1934

Constants

BOOL false     BOOL true    

Globals

FLOAT test     BYTE I2C_LSB     BYTE I2C_MSB     FLOAT old_temp     HANDLE console_handle    

EV_Drag    /    ReadInt    /    Ev_Initialise    /    ReadFloat    /    Ev_Property    /    SetMinMax    /    ReadByte    /    SetConsoleHandle    /    SetTemperature    /    Main    /    Ev_Click

EV_Drag

Return:     UNSIGNED LONG
Params:     HANDLE Component     FLOAT X     FLOAT Y     FLOAT Z    
Vars:     FLOAT Value    

Your browser does not support the HTML5 canvas tag.

EV_Drag    /    ReadInt    /    Ev_Initialise    /    ReadFloat    /    Ev_Property    /    SetMinMax    /    ReadByte    /    SetConsoleHandle    /    SetTemperature    /    Main    /    Ev_Click

ReadInt

Return:     SIGNED INT
Params:     BYTE Address    
Vars:     STRING hex_str    

Your browser does not support the HTML5 canvas tag.

EV_Drag    /    ReadInt    /    Ev_Initialise    /    ReadFloat    /    Ev_Property    /    SetMinMax    /    ReadByte    /    SetConsoleHandle    /    SetTemperature    /    Main    /    Ev_Click

Ev_Initialise

Return:     UNSIGNED LONG
Vars:     STRING temp_str    

Your browser does not support the HTML5 canvas tag.

EV_Drag    /    ReadInt    /    Ev_Initialise    /    ReadFloat    /    Ev_Property    /    SetMinMax    /    ReadByte    /    SetConsoleHandle    /    SetTemperature    /    Main    /    Ev_Click

ReadFloat

Return:     FLOAT
Vars:     STRING hex_str    

Your browser does not support the HTML5 canvas tag.

EV_Drag    /    ReadInt    /    Ev_Initialise    /    ReadFloat    /    Ev_Property    /    SetMinMax    /    ReadByte    /    SetConsoleHandle    /    SetTemperature    /    Main    /    Ev_Click

Ev_Property

Return:     UNSIGNED LONG
Vars:     STRING temp_str    

Your browser does not support the HTML5 canvas tag.

EV_Drag    /    ReadInt    /    Ev_Initialise    /    ReadFloat    /    Ev_Property    /    SetMinMax    /    ReadByte    /    SetConsoleHandle    /    SetTemperature    /    Main    /    Ev_Click

SetMinMax

Return:     VOID
Params:     FLOAT Min     FLOAT Max    

Your browser does not support the HTML5 canvas tag.

EV_Drag    /    ReadInt    /    Ev_Initialise    /    ReadFloat    /    Ev_Property    /    SetMinMax    /    ReadByte    /    SetConsoleHandle    /    SetTemperature    /    Main    /    Ev_Click

ReadByte

Return:     BYTE
Params:     BYTE Address    
Vars:     STRING hex_str    

Your browser does not support the HTML5 canvas tag.

EV_Drag    /    ReadInt    /    Ev_Initialise    /    ReadFloat    /    Ev_Property    /    SetMinMax    /    ReadByte    /    SetConsoleHandle    /    SetTemperature    /    Main    /    Ev_Click

SetConsoleHandle

Return:     VOID
Params:     HANDLE Handle    

Your browser does not support the HTML5 canvas tag.

EV_Drag    /    ReadInt    /    Ev_Initialise    /    ReadFloat    /    Ev_Property    /    SetMinMax    /    ReadByte    /    SetConsoleHandle    /    SetTemperature    /    Main    /    Ev_Click

SetTemperature

Return:     VOID
Params:     FLOAT Temperature    
Vars:     FLOAT thermo_on_length     FLOAT thermo_off_length     FLOAT thermo_on_mid     FLOAT thermo_off_mid     STRING temp_str     SIGNED INT register_val     FLOAT ratio    

Your browser does not support the HTML5 canvas tag.

EV_Drag    /    ReadInt    /    Ev_Initialise    /    ReadFloat    /    Ev_Property    /    SetMinMax    /    ReadByte    /    SetConsoleHandle    /    SetTemperature    /    Main    /    Ev_Click

Main

Return:     VOID

Your browser does not support the HTML5 canvas tag.

EV_Drag    /    ReadInt    /    Ev_Initialise    /    ReadFloat    /    Ev_Property    /    SetMinMax    /    ReadByte    /    SetConsoleHandle    /    SetTemperature    /    Main    /    Ev_Click

Ev_Click

Return:     UNSIGNED LONG
Params:     HANDLE Component     FLOAT X     FLOAT Y     FLOAT Z    
Vars:     FLOAT Value    

Your browser does not support the HTML5 canvas tag.

Verison History

Version 0.6
12/09/19 BR - Created initial recursive parser
14/09/19 BR - Added support for disabled icons
18/09/19 BR - Fixed decision icon parsing
19/09/19 BR - Added switch icon support
23/09/19 BR - Fixed recursive loop spacing
27/09/19 BR - Further tweaked spacing and added Macro menu
30/09/19 BR - Improved all string spacing
01/10/19 BR - Improved While icon support