Flowcode Project File Parser

Ben Rowland 2019 (C) Matrix TSL


Target Device

ESP.ESP32.Lolin32_Lite

Constants

FLOAT PI     BYTE MAX_AXIS    

Globals

FLOAT Position     FLOAT Rotation     HANDLE LinkBarHandle     FLOAT WorkingMatrix     FLOAT MatrixStep     FLOAT JointValue    

SetGripper    /    SetJoint    /    MatrixMultiply    /    ForwardKinematics    /    Ev_Property    /    GetJointPosition    /    Ev_GetVarSize    /    Ev_PropertyEx    /    GetJointRotation    /    Ev_Start    /    Main

SetGripper

Return:     VOID
Params:     BYTE Position    
Vars:     HANDLE PosHandle     FLOAT Div     FLOAT GripperPos    

Your browser does not support the HTML5 canvas tag.

SetGripper    /    SetJoint    /    MatrixMultiply    /    ForwardKinematics    /    Ev_Property    /    GetJointPosition    /    Ev_GetVarSize    /    Ev_PropertyEx    /    GetJointRotation    /    Ev_Start    /    Main

SetJoint

Return:     VOID
Params:     BYTE Axis     FLOAT Value     BOOL Type    

Your browser does not support the HTML5 canvas tag.

SetGripper    /    SetJoint    /    MatrixMultiply    /    ForwardKinematics    /    Ev_Property    /    GetJointPosition    /    Ev_GetVarSize    /    Ev_PropertyEx    /    GetJointRotation    /    Ev_Start    /    Main

MatrixMultiply

Return:     VOID
Params:     BYTE Index    
Vars:     BYTE Column     BYTE Row     FLOAT CalcMatrix     BYTE ix     FLOAT DotProduct    

Your browser does not support the HTML5 canvas tag.

SetGripper    /    SetJoint    /    MatrixMultiply    /    ForwardKinematics    /    Ev_Property    /    GetJointPosition    /    Ev_GetVarSize    /    Ev_PropertyEx    /    GetJointRotation    /    Ev_Start    /    Main

ForwardKinematics

Return:     VOID
Vars:     BYTE Axis     STRING TempStr     BYTE AxisType     HANDLE ShapeHandle     FLOAT theta     FLOAT alpha     FLOAT d     FLOAT a     FLOAT Rotations     FLOAT Y     FLOAT calc     HANDLE ShapeHandleOld     FLOAT Quat    

Your browser does not support the HTML5 canvas tag.

SetGripper    /    SetJoint    /    MatrixMultiply    /    ForwardKinematics    /    Ev_Property    /    GetJointPosition    /    Ev_GetVarSize    /    Ev_PropertyEx    /    GetJointRotation    /    Ev_Start    /    Main

Ev_Property

Return:     UNSIGNED LONG
Vars:     BYTE Axis     STRING PropStr     STRING ObjStr     HANDLE ObjHandle    

Your browser does not support the HTML5 canvas tag.

SetGripper    /    SetJoint    /    MatrixMultiply    /    ForwardKinematics    /    Ev_Property    /    GetJointPosition    /    Ev_GetVarSize    /    Ev_PropertyEx    /    GetJointRotation    /    Ev_Start    /    Main

GetJointPosition

Return:     VOID
Params:     BYTE Axis     FLOAT XYZ    

Your browser does not support the HTML5 canvas tag.

SetGripper    /    SetJoint    /    MatrixMultiply    /    ForwardKinematics    /    Ev_Property    /    GetJointPosition    /    Ev_GetVarSize    /    Ev_PropertyEx    /    GetJointRotation    /    Ev_Start    /    Main

Ev_GetVarSize

Return:     UNSIGNED LONG
Params:     STRING VarName     Elements    

Your browser does not support the HTML5 canvas tag.

SetGripper    /    SetJoint    /    MatrixMultiply    /    ForwardKinematics    /    Ev_Property    /    GetJointPosition    /    Ev_GetVarSize    /    Ev_PropertyEx    /    GetJointRotation    /    Ev_Start    /    Main

Ev_PropertyEx

Return:     UNSIGNED LONG
Params:     STRING Property     STRING Value    
Vars:     STRING SubString    

Your browser does not support the HTML5 canvas tag.

SetGripper    /    SetJoint    /    MatrixMultiply    /    ForwardKinematics    /    Ev_Property    /    GetJointPosition    /    Ev_GetVarSize    /    Ev_PropertyEx    /    GetJointRotation    /    Ev_Start    /    Main

GetJointRotation

Return:     VOID
Params:     BYTE Axis     FLOAT XYZ    

Your browser does not support the HTML5 canvas tag.

SetGripper    /    SetJoint    /    MatrixMultiply    /    ForwardKinematics    /    Ev_Property    /    GetJointPosition    /    Ev_GetVarSize    /    Ev_PropertyEx    /    GetJointRotation    /    Ev_Start    /    Main

Ev_Start

Return:     UNSIGNED LONG

Your browser does not support the HTML5 canvas tag.

SetGripper    /    SetJoint    /    MatrixMultiply    /    ForwardKinematics    /    Ev_Property    /    GetJointPosition    /    Ev_GetVarSize    /    Ev_PropertyEx    /    GetJointRotation    /    Ev_Start    /    Main

Main

Return:     VOID

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