Flowcode Project File Parser

Ben Rowland 2019 (C) Matrix TSL


Target Device

PIC.16F.BL0011

Constants

BOOL false     BOOL true    

Globals

SIGNED INT Counter     HANDLE ScopeH     HANDLE StreamH    

GetIntegerTemperature    /    Ev_Initialise    /    Ev_PostInitialise    /    Ev_Property    /    IO_ReadAnalogAsInt    /    IO_ReadAnalogAsInt_Sim    /    GetRealTemperature    /    IO_ReadAnalogAsByte_Sim    /    IO_ReadAnalogAsByte    /    Main

GetIntegerTemperature

Return:     SIGNED INT

Your browser does not support the HTML5 canvas tag.

GetIntegerTemperature    /    Ev_Initialise    /    Ev_PostInitialise    /    Ev_Property    /    IO_ReadAnalogAsInt    /    IO_ReadAnalogAsInt_Sim    /    GetRealTemperature    /    IO_ReadAnalogAsByte_Sim    /    IO_ReadAnalogAsByte    /    Main

Ev_Initialise

Return:     UNSIGNED LONG
Vars:     STRING temp     BYTE comp     STRING dev_name    

Your browser does not support the HTML5 canvas tag.

GetIntegerTemperature    /    Ev_Initialise    /    Ev_PostInitialise    /    Ev_Property    /    IO_ReadAnalogAsInt    /    IO_ReadAnalogAsInt_Sim    /    GetRealTemperature    /    IO_ReadAnalogAsByte_Sim    /    IO_ReadAnalogAsByte    /    Main

Ev_PostInitialise

Return:     UNSIGNED LONG
Vars:     SIGNED INT RemappedPort     STRING Str     STRING PortStr     STRING FCD_Name     BOOL AutoNumber     SIGNED INT Mapping     SIGNED INT Port    

Your browser does not support the HTML5 canvas tag.

GetIntegerTemperature    /    Ev_Initialise    /    Ev_PostInitialise    /    Ev_Property    /    IO_ReadAnalogAsInt    /    IO_ReadAnalogAsInt_Sim    /    GetRealTemperature    /    IO_ReadAnalogAsByte_Sim    /    IO_ReadAnalogAsByte    /    Main

Ev_Property

Return:     UNSIGNED LONG
Vars:     HANDLE handle     BYTE idx     STRING tempstr    

Your browser does not support the HTML5 canvas tag.

GetIntegerTemperature    /    Ev_Initialise    /    Ev_PostInitialise    /    Ev_Property    /    IO_ReadAnalogAsInt    /    IO_ReadAnalogAsInt_Sim    /    GetRealTemperature    /    IO_ReadAnalogAsByte_Sim    /    IO_ReadAnalogAsByte    /    Main

IO_ReadAnalogAsInt

Return:     SIGNED INT
Params:     BYTE Channel    

Your browser does not support the HTML5 canvas tag.

GetIntegerTemperature    /    Ev_Initialise    /    Ev_PostInitialise    /    Ev_Property    /    IO_ReadAnalogAsInt    /    IO_ReadAnalogAsInt_Sim    /    GetRealTemperature    /    IO_ReadAnalogAsByte_Sim    /    IO_ReadAnalogAsByte    /    Main

IO_ReadAnalogAsInt_Sim

Return:     SIGNED INT
Params:     BYTE Channel    
Vars:     FLOAT val    

Your browser does not support the HTML5 canvas tag.

GetIntegerTemperature    /    Ev_Initialise    /    Ev_PostInitialise    /    Ev_Property    /    IO_ReadAnalogAsInt    /    IO_ReadAnalogAsInt_Sim    /    GetRealTemperature    /    IO_ReadAnalogAsByte_Sim    /    IO_ReadAnalogAsByte    /    Main

GetRealTemperature

Return:     FLOAT

Your browser does not support the HTML5 canvas tag.

GetIntegerTemperature    /    Ev_Initialise    /    Ev_PostInitialise    /    Ev_Property    /    IO_ReadAnalogAsInt    /    IO_ReadAnalogAsInt_Sim    /    GetRealTemperature    /    IO_ReadAnalogAsByte_Sim    /    IO_ReadAnalogAsByte    /    Main

IO_ReadAnalogAsByte_Sim

Return:     BYTE
Params:     BYTE Channel    
Vars:     FLOAT val    

Your browser does not support the HTML5 canvas tag.

GetIntegerTemperature    /    Ev_Initialise    /    Ev_PostInitialise    /    Ev_Property    /    IO_ReadAnalogAsInt    /    IO_ReadAnalogAsInt_Sim    /    GetRealTemperature    /    IO_ReadAnalogAsByte_Sim    /    IO_ReadAnalogAsByte    /    Main

IO_ReadAnalogAsByte

Return:     BYTE
Params:     BYTE Channel    

Your browser does not support the HTML5 canvas tag.

GetIntegerTemperature    /    Ev_Initialise    /    Ev_PostInitialise    /    Ev_Property    /    IO_ReadAnalogAsInt    /    IO_ReadAnalogAsInt_Sim    /    GetRealTemperature    /    IO_ReadAnalogAsByte_Sim    /    IO_ReadAnalogAsByte    /    Main

Main

Return:     VOID
Vars:     SIGNED INT Var1     SIGNED INT Var2    

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