|
MotorWare f2806x Module API Documentation
|
Data Structures | |
| struct | ST_PlanError_t |
| Defines the ST_PlanError_t data. More... | |
| struct | ST_PosPlan_t |
| Defines the ST_PosPlan_t data. More... | |
Macros | |
| #define | ST_POS_PLAN_ACT_DWORDS (5) |
| Defines the amount of memory that needs to be allocated for each component. More... | |
| #define | ST_POS_PLAN_COND_DWORDS (3) |
| Each configured Condition takes 3 double words of memory. More... | |
| #define | ST_POS_PLAN_VAR_DWORDS (2) |
| Each configured Variable takes 2 double words of memory. More... | |
| #define | ST_POS_PLAN_TRAN_DWORDS (7) |
| Each configured Transition takes 7 double words of memory. More... | |
| #define | ST_POS_PLAN_STATE_DWORDS (7) |
| Each configured State takes 7 double words of memory. More... | |
| #define | __ST_PLAN_ENUM__ |
| #define | __ST_PLAN_ERROR__ |
Typedefs | |
| typedef struct _ST_POSPLAN_Handle_ * | ST_POSPLAN_Handle |
Functions | |
| static void | STPOSPLAN_getPositionStep_mrev (ST_POSPLAN_Handle handle, int32_t *posStepInt_mrev, _iq24 *posStepFrac_mrev) |
| Gets the Position Step (posStepInt_mrev, posStepFrac_mrev) for SpinTAC Position Plan. More... | |
| static _iq24 | STPOSPLAN_getVelocityLimit (ST_POSPLAN_Handle handle) |
| Gets the Velocity Limit (VelLim) for SpinTAC Position Plan. More... | |
| static _iq24 | STPOSPLAN_getAccelerationLimit (ST_POSPLAN_Handle handle) |
| Gets the Acceleration Limit (AccLim) for SpinTAC Position Plan. More... | |
| static _iq24 | STPOSPLAN_getDecelerationLimit (ST_POSPLAN_Handle handle) |
| Gets the Deceleration Limit (DecLim) for SpinTAC Position Plan. More... | |
| static _iq20 | STPOSPLAN_getJerkLimit (ST_POSPLAN_Handle handle) |
| Gets the Jerk Limit (JrkLim) for SpinTAC Position Plan. More... | |
| static void | STPOSPLAN_setEnable (ST_POSPLAN_Handle handle, bool enb) |
| Sets the Enable signal (ENB) for SpinTAC Position Plan. More... | |
| static bool | STPOSPLAN_getEnable (ST_POSPLAN_Handle handle) |
| Gets the Enable signal (ENB) for SpinTAC Position Plan. More... | |
| static void | STPOSPLAN_setReset (ST_POSPLAN_Handle handle, bool res) |
| Sets the Reset signal (RES) for SpinTAC Position Plan. More... | |
| static bool | STPOSPLAN_getReset (ST_POSPLAN_Handle handle) |
| Gets the Reset signal (RES) for SpinTAC Position Plan. More... | |
| static ST_PlanStatus_e | STPOSPLAN_getStatus (ST_POSPLAN_Handle handle) |
| Gets the Status value (STATUS) for SpinTAC Position Plan. More... | |
| static uint16_t | STPOSPLAN_getCurrentState (ST_POSPLAN_Handle handle) |
| Gets the Current State (CurState) for SpinTAC Position Plan. More... | |
| static uint16_t | STPOSPLAN_getCurrentTransition (ST_POSPLAN_Handle handle) |
| Gets the Current Transition (CurTran) for SpinTAC Position Plan. More... | |
| static ST_PlanFsmState_e | STPOSPLAN_getFsmState (ST_POSPLAN_Handle handle) |
| Gets the State Machine State (FsmState) for SpinTAC Position Plan. More... | |
| static int32_t | STPOSPLAN_getCurrentTimerValue_tick (ST_POSPLAN_Handle handle) |
| Gets the Current Time Value (Timer_tick) for SpinTAC Position Plan. More... | |
| static uint16_t | STPOSPLAN_getCfgError (ST_POSPLAN_Handle handle, uint16_t *ERR_idx, uint16_t *ERR_code) |
| Gets the Configuration Error for SpinTAC Position Plan. More... | |
| static uint16_t | STPOSPLAN_getErrorID (ST_POSPLAN_Handle handle) |
| Gets the Error value (ERR_ID) for SpinTAC Position Plan. More... | |
| void | STPOSPLAN_getCfgStateNum (ST_POSPLAN_Handle handle, uint16_t *StateNum) |
| Returns the number of configured States in SpinTAC Position Plan. More... | |
| void | STPOSPLAN_getCfgVarNum (ST_POSPLAN_Handle handle, uint16_t *VarNum) |
| Returns the number of configured Variables in SpinTAC Position Plan. More... | |
| void | STPOSPLAN_getCfgCondNum (ST_POSPLAN_Handle handle, uint16_t *CondNum) |
| Returns the number of configured Conditions in SpinTAC Position Plan. More... | |
| void | STPOSPLAN_getCfgTranNum (ST_POSPLAN_Handle handle, uint16_t *TranNum) |
| Returns the number of configured Transitions in SpinTAC Position Plan. More... | |
| void | STPOSPLAN_getCfgActNum (ST_POSPLAN_Handle handle, uint16_t *ActNum) |
| Returns the number of configured Actions in SpinTAC Position Plan. More... | |
| void | STPOSPLAN_addCfgCond (ST_POSPLAN_Handle handle, uint16_t VarIdx, ST_PlanComp_e Comp, _iq24 Value1, _iq24 Value2) |
| Adds a Condition to the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_delCfgCond (ST_POSPLAN_Handle handle, uint16_t CondIdx) |
| Deletes a Condition from the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_setCfgCond (ST_POSPLAN_Handle handle, uint16_t CondIdx, uint16_t VarIdx, ST_PlanComp_e Comp, _iq24 Value1, _iq24 Value2) |
| Modifies a Condition in the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_getCfgCond (ST_POSPLAN_Handle handle, uint16_t CondIdx, uint16_t *VarIdx, ST_PlanComp_e *Comp, _iq24 *Value1, _iq24 *Value2) |
| Returns a Condition from the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_addCfgVarCond (ST_POSPLAN_Handle handle, uint16_t VarIdx1, uint16_t VarIdx2, ST_PlanComp_e Comp) |
| Adds a Variable Condition to the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_delCfgVarCond (ST_POSPLAN_Handle handle, uint16_t CondIdx) |
| Deletes a Variable Condition from the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_setCfgVarCond (ST_POSPLAN_Handle handle, uint16_t CondIdx, uint16_t VarIdx1, uint16_t VarIdx2, ST_PlanComp_e Comp) |
| Modifies a Variable Condition to the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_getCfgVarCond (ST_POSPLAN_Handle handle, uint16_t CondIdx, uint16_t *VarIdx1, uint16_t *VarIdx2, ST_PlanComp_e *Comp) |
| Returns a Variable Condition from the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_addCfgTran (ST_POSPLAN_Handle handle, uint16_t FromState, uint16_t ToState, ST_PlanCond_e AndOr, uint16_t CondIdx1, uint16_t CondIdx2, _iq24 VelLim, _iq24 AccLim, _iq24 DecLim, _iq20 JrkLim) |
| Adds a Transition to the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_delCfgTran (ST_POSPLAN_Handle handle, uint16_t TranIdx) |
| Deletes a Transition from the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_setCfgTran (ST_POSPLAN_Handle handle, uint16_t TranIdx, uint16_t FromState, uint16_t ToState, ST_PlanCond_e AndOr, uint16_t CondIdx1, uint16_t CondIdx2, _iq24 VelLim, _iq24 AccLim, _iq24 DecLim, _iq20 JrkLim) |
| Modifies a Transition in the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_getCfgTran (ST_POSPLAN_Handle handle, uint16_t TranIdx, uint16_t *FromState, uint16_t *ToState, ST_PlanCond_e *AndOr, uint16_t *CondIdx1, uint16_t *CondIdx2, _iq24 *VelLim, _iq24 *AccLim, _iq24 *DecLim, _iq20 *JrkLim) |
| Get a Transition from the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_addCfgAct (ST_POSPLAN_Handle handle, uint16_t State, ST_PlanCond_e AndOr, uint16_t CondIdx1, uint16_t CondIdx2, uint16_t VarIdx, ST_PlanActOptn_e Opt, _iq24 Value, ST_PlanActTrgr_e EnterExit) |
| Adds an action to the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_delCfgAct (ST_POSPLAN_Handle handle, uint16_t ActIdx) |
| Deletes an action from the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_setCfgAct (ST_POSPLAN_Handle handle, uint16_t ActIdx, uint16_t State, ST_PlanCond_e AndOr, uint16_t CondIdx1, uint16_t CondIdx2, uint16_t VarIdx, ST_PlanActOptn_e Opt, _iq24 Value, ST_PlanActTrgr_e EnterExit) |
| Modifies an action in the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_getCfgAct (ST_POSPLAN_Handle handle, uint16_t ActIdx, uint16_t *State, ST_PlanCond_e *AndOr, uint16_t *CondIdx1, uint16_t *CondIdx2, uint16_t *VarIdx, ST_PlanActOptn_e *Opt, _iq24 *Value, ST_PlanActTrgr_e *EnterExit) |
| Returns an action from the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_addCfgVar (ST_POSPLAN_Handle handle, ST_PlanVar_e Type, _iq24 Value) |
| Adds a variable to the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_delCfgVar (ST_POSPLAN_Handle handle, uint16_t VarIdx) |
| Deletes a Variable from the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_setCfgVar (ST_POSPLAN_Handle handle, uint16_t VarIdx, ST_PlanVar_e Type, _iq24 Value) |
| Modifies a variable in the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_getCfgVar (ST_POSPLAN_Handle handle, uint16_t VarIdx, ST_PlanVar_e *Type, _iq24 *Value) |
| Returns a variable from the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_setVar (ST_POSPLAN_Handle handle, uint16_t VarIdx, _iq24 Value) |
| Sets the value of a SpinTAC Position Plan variable. More... | |
| void | STPOSPLAN_getVar (ST_POSPLAN_Handle handle, uint16_t VarIdx, _iq24 *Value) |
| Gets the value of a SpinTAC Position Plan variable. More... | |
| void | STPOSPLAN_setUnitProfDone (ST_POSPLAN_Handle handle, bool ProDON) |
| Sets a flag in SpinTAC Position Plan to indicate if the unit profile is complete. More... | |
| void | STPOSPLAN_setCfg (ST_POSPLAN_Handle handle, _iq24 T_sec, bool LoopENB) |
| Configures SpinTAC Position Plan. More... | |
| void | STPOSPLAN_getCfg (ST_POSPLAN_Handle handle, _iq24 *T_sec, bool *LoopENB) |
| Gets the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_setCfgHaltState (ST_POSPLAN_Handle handle, int32_t PosStepInt_mrev, _iq24 PosStepFrac_mrev, _iq24 VelLim, _iq24 AccLim, _iq20 JrkLim, int32_t Timer_tick) |
| Configures the SpinTAC Position Plan Halt state. More... | |
| void | STPOSPLAN_getCfgHaltState (ST_POSPLAN_Handle handle, int32_t *PosStepInt_mrev, _iq24 *PosStepFrac_mrev, _iq24 *VelLim, _iq24 *AccLim, _iq20 *JrkLim, int32_t *Timer_tick) |
| Gets the SpinTAC Position Plan Halt state. More... | |
| void | STPOSPLAN_addCfgState (ST_POSPLAN_Handle handle, int32_t PosStepInt_mrev, _iq24 PosStep_Fracmrev, int32_t Timer_tick) |
| Adds a State to the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_delCfgState (ST_POSPLAN_Handle handle, uint16_t StateIdx) |
| Deletes a state from the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_setCfgState (ST_POSPLAN_Handle handle, uint16_t StateIdx, int32_t PosStepInt_mrev, _iq24 PosStepFrac_mrev, int32_t Timer_tick) |
| Modifies a state in the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_getCfgState (ST_POSPLAN_Handle handle, uint16_t StateIdx, int32_t *PosStepInt_mrev, _iq24 *PosStepFrac_mrev, int32_t *Timer_tick) |
| Returns a state from the SpinTAC Position Plan configuration. More... | |
| void | STPOSPLAN_reset (ST_POSPLAN_Handle handle) |
| Resets the SpinAC Position Plan component. More... | |
| ST_POSPLAN_Handle | STPOSPLAN_init (void *pMemory, const size_t numBytes) |
| Initializes the SpinTAC Position Plan component. More... | |
| void | STPOSPLAN_run (ST_POSPLAN_Handle handle) |
| Runs SpinTAC Position Plan calculation. More... | |
| void | STPOSPLAN_runTick (ST_POSPLAN_Handle handle) |
| Runs SpinTAC Position Plan Timing. Call this only from an ISR. More... | |
| void | STPOSPLAN_setCfgArray (ST_POSPLAN_Handle handle, uint32_t *cfgArray, const size_t numBytes, uint16_t MaxActNum, uint16_t MaxCondNum, uint16_t MaxVarNum, uint16_t MaxTranNum, uint16_t MaxStateNum) |
| Prepares SpinTAC Position Plan data structure. More... | |
| struct ST_PlanError_t |
Defines the ST_PlanError_t data.
The ST_PlanError_t object contains error debugging information for the Position Plan component
The ST_PlanError_t object contains error debugging information for the Velocity Plan component
Definition at line 139 of file spintac_pos_plan.h.
| Data Fields | ||
|---|---|---|
| uint16_t | ERR_code | Function specific condition that caused the error. |
| uint16_t | ERR_idx | Plan component index that caused the error. |
| struct ST_PosPlan_t |
Defines the ST_PosPlan_t data.
The ST_PosPlan_t object contains all configuration parameters of the Position Plan component
Definition at line 148 of file spintac_pos_plan.h.
| Data Fields | ||
|---|---|---|
| _iq24 | AccLim | Acceleration limit { unit: [pu/s^2], value range: [0.001, 120.0] }. |
| ST_PlanError_t | CfgError | Error decoding structure. |
| uint16_t | CurState | Current state of the state machine. |
| uint16_t | CurTran | Current transition of the state machine. |
| _iq24 | DecLim | Deceleration limit { unit: [pu/s^2], value range: [0.001, 120.0] }. |
| bool | ENB | Enable bit { false: disabled; true: enabled }. |
| uint16_t | ERR_ID | Error ID { 0: no error; others: see error code }. |
| ST_PlanFsmState_e | FsmState | State of the state machine. |
| _iq20 | JrkLim | Jerk Limit { unit: [pu/s^3], value range: [0.0005, 2000.0] }. |
| _iq24 | PosStepFrac_mrev | Position Step fraction part { unit: [MRev], value range: (-1.0, 1.0)}. |
| int32_t | PosStepInt_mrev | Position Step Integer part { unit: [MRev] }. |
| bool | RES | Reset bit { false: not reset; true: reset }. |
| uint32_t | s0[31] | |
| ST_PlanStatus_e | STATUS | Plan status { ST_PLAN_IDLE, ST_PLAN_INIT, ST_PLAN_BUSY, ST_PLAN_HALT, ST_PLAN_WAIT}. |
| int32_t | Timer_tick | State Timer { unit: [tick] }. |
| _iq24 | VelLim | Velocity limit { unit: [pu/s], value range: (0.0, 1.0] }. |
| #define __ST_PLAN_ENUM__ |
Definition at line 63 of file spintac_pos_plan.h.
| #define __ST_PLAN_ERROR__ |
Definition at line 135 of file spintac_pos_plan.h.
| #define ST_POS_PLAN_ACT_DWORDS (5) |
Defines the amount of memory that needs to be allocated for each component.
Each configured Action takes 3 double words of memory
Definition at line 51 of file spintac_pos_plan.h.
| #define ST_POS_PLAN_COND_DWORDS (3) |
Each configured Condition takes 3 double words of memory.
Definition at line 53 of file spintac_pos_plan.h.
| #define ST_POS_PLAN_STATE_DWORDS (7) |
Each configured State takes 7 double words of memory.
Definition at line 59 of file spintac_pos_plan.h.
| #define ST_POS_PLAN_TRAN_DWORDS (7) |
Each configured Transition takes 7 double words of memory.
Definition at line 57 of file spintac_pos_plan.h.
| #define ST_POS_PLAN_VAR_DWORDS (2) |
Each configured Variable takes 2 double words of memory.
Definition at line 55 of file spintac_pos_plan.h.
| typedef struct _ST_POSPLAN_Handle_* ST_POSPLAN_Handle |
Definition at line 172 of file spintac_pos_plan.h.
| enum ST_PlanActOptn_e |
Enumeration for the Plan Action Options.
Definition at line 105 of file spintac_pos_plan.h.
| enum ST_PlanActTrgr_e |
Enumeration for the Plan Action trigger point types.
Definition at line 112 of file spintac_pos_plan.h.
| enum ST_PlanComp_e |
Enumeration for the Plan Compare options.
Definition at line 85 of file spintac_pos_plan.h.
| enum ST_PlanCond_e |
Enumeration for the Plan Condition options.
Definition at line 76 of file spintac_pos_plan.h.
| enum ST_PlanFsmState_e |
Enumeration for the Plan FSM states.
Definition at line 119 of file spintac_pos_plan.h.
| enum ST_PlanStatus_e |
Enumeration for the Plan Status States.
Definition at line 66 of file spintac_pos_plan.h.
| enum ST_PlanVar_e |
Enumeration for the Plan variable types.
Definition at line 127 of file spintac_pos_plan.h.
| void STPOSPLAN_addCfgAct | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | State, | ||
| ST_PlanCond_e | AndOr, | ||
| uint16_t | CondIdx1, | ||
| uint16_t | CondIdx2, | ||
| uint16_t | VarIdx, | ||
| ST_PlanActOptn_e | Opt, | ||
| _iq24 | Value, | ||
| ST_PlanActTrgr_e | EnterExit | ||
| ) |
Adds an action to the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | State | Index of the State the Action happens in |
| [in] | AndOr | Condition option for the Action |
| [in] | CondIdx1 | Index of the first Condition to consider for the Action |
| [in] | CondIdx2 | Index of the second Condition to consider for the Action |
| [in] | VarIdx | Index of the Varaible to be acted upon |
| [in] | Opt | Type of Action to perform on the Varaible |
| [in] | Value | Value to use in the Action |
| [in] | EnterExit | State event that will trigger the Action |
| void STPOSPLAN_addCfgCond | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | VarIdx, | ||
| ST_PlanComp_e | Comp, | ||
| _iq24 | Value1, | ||
| _iq24 | Value2 | ||
| ) |
Adds a Condition to the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | VarIdx | Index of the Plan Variable that will be compared |
| [in] | Comp | Type of comparison that will be done |
| [in] | Value1 | First value to use in the comparison |
| [in] | Value2 | Second value to use in the comparison |
| void STPOSPLAN_addCfgState | ( | ST_POSPLAN_Handle | handle, |
| int32_t | PosStepInt_mrev, | ||
| _iq24 | PosStep_Fracmrev, | ||
| int32_t | Timer_tick | ||
| ) |
Adds a State to the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | PosStepInt_mrev | Position step integer part in State { unit: [MRev], value range: 32 bit integer (-2^31, 2^31) } |
| [in] | PosStepFrac_mrev | Position step fraction part in State { unit: [MRev], value range: (-1.0, 1.0) } |
| [in] | Timer_tick | Minimum time to stay in State { unit: [tick] } |
| void STPOSPLAN_addCfgTran | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | FromState, | ||
| uint16_t | ToState, | ||
| ST_PlanCond_e | AndOr, | ||
| uint16_t | CondIdx1, | ||
| uint16_t | CondIdx2, | ||
| _iq24 | VelLim, | ||
| _iq24 | AccLim, | ||
| _iq24 | DecLim, | ||
| _iq20 | JrkLim | ||
| ) |
Adds a Transition to the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | FromState | Index of the from State |
| [in] | ToState | Index of the to State |
| [in] | AndOr | Condition option for the Transition |
| [in] | CondIdx1 | Index of the first Condition to consider for the Transition |
| [in] | CondIdx2 | Index of the second Condition to consider for the Transition |
| [in] | VelLim | Velocity limit for the Transition { unit: [pu/s], value range: (0.0, 1.0] } |
| [in] | AccLim | Acceleration limit for the Transition { unit: [pu/s^2], value range: [0.001, 120.0] } |
| [in] | DecLim | Deceleration limit for the Transition { unit: [pu/s^2], value range: [0.001, 120.0] } |
| [in] | JrkLim | Jerk limit for the Transition { unit: [pu/s^3], value range: [0.0005, 2000.0] } |
| void STPOSPLAN_addCfgVar | ( | ST_POSPLAN_Handle | handle, |
| ST_PlanVar_e | Type, | ||
| _iq24 | Value | ||
| ) |
Adds a variable to the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | Type | Type of Variable |
| [in] | Value | Initial value of the Variable |
| void STPOSPLAN_addCfgVarCond | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | VarIdx1, | ||
| uint16_t | VarIdx2, | ||
| ST_PlanComp_e | Comp | ||
| ) |
Adds a Variable Condition to the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | VarIdx1 | Index of the first Plan Variable that will be compared |
| [in] | VarIdx2 | Index of the second Plan Variable that will be compared |
| [in] | Comp | Type of comparison that will be done |
| void STPOSPLAN_delCfgAct | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | ActIdx | ||
| ) |
Deletes an action from the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | ActIdx | Index of the Action to delete |
| void STPOSPLAN_delCfgCond | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | CondIdx | ||
| ) |
Deletes a Condition from the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | CondIdx | Index of the Plan Condition to delete |
| void STPOSPLAN_delCfgState | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | StateIdx | ||
| ) |
Deletes a state from the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | StateIdx | Index of the State to delete |
| void STPOSPLAN_delCfgTran | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | TranIdx | ||
| ) |
Deletes a Transition from the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | TranIdx | Index of the Transition to delete |
| void STPOSPLAN_delCfgVar | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | VarIdx | ||
| ) |
Deletes a Variable from the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | VarIdx | Index of the Variable to delete |
| void STPOSPLAN_delCfgVarCond | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | CondIdx | ||
| ) |
Deletes a Variable Condition from the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | CondIdx | Index of the Plan Condition to delete |
|
inlinestatic |
Gets the Acceleration Limit (AccLim) for SpinTAC Position Plan.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
Definition at line 197 of file spintac_pos_plan.h.
References ST_PosPlan_t::AccLim.
| void STPOSPLAN_getCfg | ( | ST_POSPLAN_Handle | handle, |
| _iq24 * | T_sec, | ||
| bool * | LoopENB | ||
| ) |
Gets the SpinTAC Position Plan configuration.
| [in] | handle | handle The handle for the SpinTAC Position Plan Object |
| [out] | *T_sec | Sample Time { unit: [sec], value range: (0, 0.01] } |
| [out] | *LoopENB | Sets if SpinTAC Position Plan should continuously run after it reaches the end { false: Do not continuously run Plan; true: Continuously run Plan } |
| void STPOSPLAN_getCfgAct | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | ActIdx, | ||
| uint16_t * | State, | ||
| ST_PlanCond_e * | AndOr, | ||
| uint16_t * | CondIdx1, | ||
| uint16_t * | CondIdx2, | ||
| uint16_t * | VarIdx, | ||
| ST_PlanActOptn_e * | Opt, | ||
| _iq24 * | Value, | ||
| ST_PlanActTrgr_e * | EnterExit | ||
| ) |
Returns an action from the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | ActIdx | Index of the Action to return |
| [out] | *State | Index of the State the Action happens in |
| [out] | *AndOr | Condition option for the Action |
| [out] | *CondIdx1 | Index of the first Condition to consider for the Action |
| [out] | *CondIdx2 | Index of the second Condition to consider for the Action |
| [out] | *VarIdx | Index of the Varaible to be acted upon |
| [out] | *Opt | Type of Action to perform on the Varaible |
| [out] | *Value | Value to use in the Action |
| [out] | *EnterExit | State event that will trigger the Action |
| void STPOSPLAN_getCfgActNum | ( | ST_POSPLAN_Handle | handle, |
| uint16_t * | ActNum | ||
| ) |
Returns the number of configured Actions in SpinTAC Position Plan.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [out] | *ActNum | The number of configured Actions in SpinTAC Position Plan |
| void STPOSPLAN_getCfgCond | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | CondIdx, | ||
| uint16_t * | VarIdx, | ||
| ST_PlanComp_e * | Comp, | ||
| _iq24 * | Value1, | ||
| _iq24 * | Value2 | ||
| ) |
Returns a Condition from the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | CondIdx | Index of the Plan Condition to return |
| [out] | *VarIdx | Index of the Plan Variable that will be compared |
| [out] | *Comp | Type of comparison that will be done |
| [out] | *Value1 | First value to use in the comparison |
| [out] | *Value2 | Second value to use in the comparison |
| void STPOSPLAN_getCfgCondNum | ( | ST_POSPLAN_Handle | handle, |
| uint16_t * | CondNum | ||
| ) |
Returns the number of configured Conditions in SpinTAC Position Plan.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [out] | *CondNum | The number of configured Conditions in SpinTAC Position Plan |
|
inlinestatic |
Gets the Configuration Error for SpinTAC Position Plan.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [out] | *ERR_idx | Component index where error occurred { 0: no index; others: see error code } |
| [out] | *ERR_code | Specific configuration error { 0: no additional information; others: see error code } |
Definition at line 312 of file spintac_pos_plan.h.
References ST_PosPlan_t::CfgError, ST_PlanError_t::ERR_code, ST_PosPlan_t::ERR_ID, and ST_PlanError_t::ERR_idx.
| void STPOSPLAN_getCfgHaltState | ( | ST_POSPLAN_Handle | handle, |
| int32_t * | PosStepInt_mrev, | ||
| _iq24 * | PosStepFrac_mrev, | ||
| _iq24 * | VelLim, | ||
| _iq24 * | AccLim, | ||
| _iq20 * | JrkLim, | ||
| int32_t * | Timer_tick | ||
| ) |
Gets the SpinTAC Position Plan Halt state.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [out] | *PosStepInt_mrev | Position step integer part for Halt State { unit: [MRev] } |
| [out] | *PosStepFrac_mrev | Position step fraction part for Halt State { unit: [MRev], value range: (-1.0, 1.0) } |
| [out] | *VelLim | Velocity limit during Halt state { unit: [pu/s], value range: (0, 1] } |
| [out] | *AccLim | Acceleration limit for Halt state { unit: [pu/s^2], value range: [0.001, 120.0] } |
| void STPOSPLAN_getCfgState | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | StateIdx, | ||
| int32_t * | PosStepInt_mrev, | ||
| _iq24 * | PosStepFrac_mrev, | ||
| int32_t * | Timer_tick | ||
| ) |
Returns a state from the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | StateIdx | Index of the State to modify |
| [out] | *PosStepInt_mrev | Position step integer part in State { unit: [MRev] } |
| [out] | *PosStepFrac_mrev | Position step fraction part in State { unit: [MRev] } |
| [out] | *Timer_tick | Minimum time to stay in State { unit: [tick] } |
| void STPOSPLAN_getCfgStateNum | ( | ST_POSPLAN_Handle | handle, |
| uint16_t * | StateNum | ||
| ) |
Returns the number of configured States in SpinTAC Position Plan.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [out] | *StateNum | The number of configured States in SpinTAC Position Plan |
| void STPOSPLAN_getCfgTran | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | TranIdx, | ||
| uint16_t * | FromState, | ||
| uint16_t * | ToState, | ||
| ST_PlanCond_e * | AndOr, | ||
| uint16_t * | CondIdx1, | ||
| uint16_t * | CondIdx2, | ||
| _iq24 * | VelLim, | ||
| _iq24 * | AccLim, | ||
| _iq24 * | DecLim, | ||
| _iq20 * | JrkLim | ||
| ) |
Get a Transition from the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | TranIdx | Index of the Transition to return |
| [out] | *FromState | Index of the from State |
| [out] | *ToState | Index of the to State |
| [out] | *AndOr | Condition option for the Transition |
| [out] | *CondIdx1 | Index of the first Condition to consider for the Transition |
| [out] | *CondIdx2 | Index of the second Condition to consider for the Transition |
| [out] | *VelLim | Velocity limit for the Transition { unit: [pu/s], value range: (0.0, 1.0] } |
| [out] | *AccLim | Acceleration limit for the Transition { unit: [pu/s^2], value range: [0.001, 120.0] } |
| [out] | *DecLim | Deceleration limit for the Transition { unit: [pu/s^2], value range: [0.001, 120.0] } |
| [out] | *JrkLim | Jerk limit for the Transition { unit: [pu/s^3], value range: [0.0005, 2000.0] } |
| void STPOSPLAN_getCfgTranNum | ( | ST_POSPLAN_Handle | handle, |
| uint16_t * | TranNum | ||
| ) |
Returns the number of configured Transitions in SpinTAC Position Plan.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [out] | *TranNum | The number of configured Transitions in SpinTAC Position Plan |
| void STPOSPLAN_getCfgVar | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | VarIdx, | ||
| ST_PlanVar_e * | Type, | ||
| _iq24 * | Value | ||
| ) |
Returns a variable from the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | VarIdx | Index of the Variable to return |
| [out] | *Type | Type of Variable |
| [out] | *Value | Initial value of the Variable |
| void STPOSPLAN_getCfgVarCond | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | CondIdx, | ||
| uint16_t * | VarIdx1, | ||
| uint16_t * | VarIdx2, | ||
| ST_PlanComp_e * | Comp | ||
| ) |
Returns a Variable Condition from the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | CondIdx | Index of the Plan Condition to return |
| [out] | *VarIdx1 | Index of the first Plan Variable that will be compared |
| [out] | *VarIdx2 | Index of the second Plan Variable that will be compared |
| [out] | *Comp | Type of comparison that will be done |
| void STPOSPLAN_getCfgVarNum | ( | ST_POSPLAN_Handle | handle, |
| uint16_t * | VarNum | ||
| ) |
Returns the number of configured Variables in SpinTAC Position Plan.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [out] | *VarNum | The number of configured Variables in SpinTAC Position Plan |
|
inlinestatic |
Gets the Current State (CurState) for SpinTAC Position Plan.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
Definition at line 274 of file spintac_pos_plan.h.
References ST_PosPlan_t::CurState.
|
inlinestatic |
Gets the Current Time Value (Timer_tick) for SpinTAC Position Plan.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
Definition at line 301 of file spintac_pos_plan.h.
References ST_PosPlan_t::Timer_tick.
|
inlinestatic |
Gets the Current Transition (CurTran) for SpinTAC Position Plan.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
Definition at line 283 of file spintac_pos_plan.h.
References ST_PosPlan_t::CurTran.
|
inlinestatic |
Gets the Deceleration Limit (DecLim) for SpinTAC Position Plan.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
Definition at line 206 of file spintac_pos_plan.h.
References ST_PosPlan_t::DecLim.
|
inlinestatic |
Gets the Enable signal (ENB) for SpinTAC Position Plan.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
Definition at line 235 of file spintac_pos_plan.h.
References ST_PosPlan_t::ENB.
|
inlinestatic |
Gets the Error value (ERR_ID) for SpinTAC Position Plan.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
Definition at line 324 of file spintac_pos_plan.h.
References ST_PosPlan_t::ERR_ID.
|
inlinestatic |
Gets the State Machine State (FsmState) for SpinTAC Position Plan.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
Definition at line 292 of file spintac_pos_plan.h.
References ST_PosPlan_t::FsmState.
|
inlinestatic |
Gets the Jerk Limit (JrkLim) for SpinTAC Position Plan.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
Definition at line 215 of file spintac_pos_plan.h.
References ST_PosPlan_t::JrkLim.
|
inlinestatic |
Gets the Position Step (posStepInt_mrev, posStepFrac_mrev) for SpinTAC Position Plan.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [out] | *posStepInt_mrev | Position Step integer part value { unit: [MRev], value range: 32-bit integer } |
| [out] | *posStepFrac_mrev | Position Step fraction part value { unit: [MRev], value range: (-1.0, 1.0) } |
Definition at line 178 of file spintac_pos_plan.h.
References ST_PosPlan_t::PosStepFrac_mrev, and ST_PosPlan_t::PosStepInt_mrev.
|
inlinestatic |
Gets the Reset signal (RES) for SpinTAC Position Plan.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
Definition at line 255 of file spintac_pos_plan.h.
References ST_PosPlan_t::RES.
|
inlinestatic |
Gets the Status value (STATUS) for SpinTAC Position Plan.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
Definition at line 264 of file spintac_pos_plan.h.
References ST_PosPlan_t::STATUS.
| void STPOSPLAN_getVar | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | VarIdx, | ||
| _iq24 * | Value | ||
| ) |
Gets the value of a SpinTAC Position Plan variable.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | VarIdx | Index of the Variable to get |
| [out] | *Value | Value to get from the Variable |
|
inlinestatic |
Gets the Velocity Limit (VelLim) for SpinTAC Position Plan.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
Definition at line 188 of file spintac_pos_plan.h.
References ST_PosPlan_t::VelLim.
| ST_POSPLAN_Handle STPOSPLAN_init | ( | void * | pMemory, |
| const size_t | numBytes | ||
| ) |
Initializes the SpinTAC Position Plan component.
| [in] | *pMemory | Pointer to the memory for ST_PosPlan_t |
| [in] | numBytes | The number of bytes in the ST_PosPlan_t |
| void STPOSPLAN_reset | ( | ST_POSPLAN_Handle | handle | ) |
Resets the SpinAC Position Plan component.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| void STPOSPLAN_run | ( | ST_POSPLAN_Handle | handle | ) |
Runs SpinTAC Position Plan calculation.
| [in] | handle | The handle for the Position Plan structure |
| void STPOSPLAN_runTick | ( | ST_POSPLAN_Handle | handle | ) |
Runs SpinTAC Position Plan Timing. Call this only from an ISR.
| [in] | handle | The handle for the Position Plan structure |
| void STPOSPLAN_setCfg | ( | ST_POSPLAN_Handle | handle, |
| _iq24 | T_sec, | ||
| bool | LoopENB | ||
| ) |
Configures SpinTAC Position Plan.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | T_sec | Sample Time { unit: [sec], value range: (0, 0.01] } |
| [in] | LoopENB | Sets if SpinTAC Position Plan should continuously run after it reaches the end { false: Do not continuously run Plan; true: Continuously run Plan } |
| void STPOSPLAN_setCfgAct | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | ActIdx, | ||
| uint16_t | State, | ||
| ST_PlanCond_e | AndOr, | ||
| uint16_t | CondIdx1, | ||
| uint16_t | CondIdx2, | ||
| uint16_t | VarIdx, | ||
| ST_PlanActOptn_e | Opt, | ||
| _iq24 | Value, | ||
| ST_PlanActTrgr_e | EnterExit | ||
| ) |
Modifies an action in the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | ActIdx | Index of the Action to modify |
| [in] | State | Index of the State the Action happens in |
| [in] | AndOr | Condition option for the Action |
| [in] | CondIdx1 | Index of the first Condition to consider for the Action |
| [in] | CondIdx2 | Index of the second Condition to consider for the Action |
| [in] | VarIdx | Index of the Varaible to be acted upon |
| [in] | Opt | Type of Action to perform on the Varaible |
| [in] | Value | Value to use in the Action |
| [in] | EnterExit | State event that will trigger the Action |
| void STPOSPLAN_setCfgArray | ( | ST_POSPLAN_Handle | handle, |
| uint32_t * | cfgArray, | ||
| const size_t | numBytes, | ||
| uint16_t | MaxActNum, | ||
| uint16_t | MaxCondNum, | ||
| uint16_t | MaxVarNum, | ||
| uint16_t | MaxTranNum, | ||
| uint16_t | MaxStateNum | ||
| ) |
Prepares SpinTAC Position Plan data structure.
| [in] | handle | The handle for the Position Plan structure |
| [in] | *cfgArray | Pointer to the SpinTAC Position Plan configuration array |
| [in] | numBytes | The number of bytes in the SpinTAC Position Plan configuration array |
| [in] | MaxActNum | Number of Actions |
| [in] | MaxCondNum | Number of Conditions |
| [in] | MaxVarNum | Number of Variables |
| [in] | MaxTranNum | Number of Transitions |
| [in] | MaxStateNum | Number of States |
| void STPOSPLAN_setCfgCond | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | CondIdx, | ||
| uint16_t | VarIdx, | ||
| ST_PlanComp_e | Comp, | ||
| _iq24 | Value1, | ||
| _iq24 | Value2 | ||
| ) |
Modifies a Condition in the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | CondIdx | Index of the Plan Condition to modify |
| [in] | VarIdx | Index of the Plan Variable that will be compared |
| [in] | Comp | Type of comparison that will be done |
| [in] | Value1 | First value to use in the comparison |
| [in] | Value2 | Second value to use in the comparison |
| void STPOSPLAN_setCfgHaltState | ( | ST_POSPLAN_Handle | handle, |
| int32_t | PosStepInt_mrev, | ||
| _iq24 | PosStepFrac_mrev, | ||
| _iq24 | VelLim, | ||
| _iq24 | AccLim, | ||
| _iq20 | JrkLim, | ||
| int32_t | Timer_tick | ||
| ) |
Configures the SpinTAC Position Plan Halt state.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | PosStepInt_mrev | Position step integer part for Halt State { unit: [MRev], value range: 32 bit integer [-2, 2] } |
| [in] | PosStepFrac_mrev | Position step fraction part for Halt State { unit: [MRev], value range: (-1.0, 1.0) } |
| [in] | VelLim | Velocity limit during Halt state { unit: [pu/s], value range: (0, 1] } |
| [in] | AccLim | Acceleration limit for Halt state { unit: [pu/s^2], value range: [0.001, 120.0] } |
| [in] | JrkLim | Jerk limit for Halt state { unit: [pu/s^3], value range: [0.0005, 2000.0] } |
| [in] | Timer_tick | Minimum amount of time to stay in Halt state { unit: [tick] } |
| void STPOSPLAN_setCfgState | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | StateIdx, | ||
| int32_t | PosStepInt_mrev, | ||
| _iq24 | PosStepFrac_mrev, | ||
| int32_t | Timer_tick | ||
| ) |
Modifies a state in the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | StateIdx | Index of the State to modify |
| [in] | PosStepInt_mrev | Position step integer part in State { unit: [MRev], value range: 32 bit integer (-2^31, 2^31) } |
| [in] | PosStepFrac_mrev | Position step fraction part in State { unit: [MRev], value range: (-1.0, 1.0) } |
| [in] | Timer_tick | Minimum time to stay in State { unit: [tick] } |
| void STPOSPLAN_setCfgTran | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | TranIdx, | ||
| uint16_t | FromState, | ||
| uint16_t | ToState, | ||
| ST_PlanCond_e | AndOr, | ||
| uint16_t | CondIdx1, | ||
| uint16_t | CondIdx2, | ||
| _iq24 | VelLim, | ||
| _iq24 | AccLim, | ||
| _iq24 | DecLim, | ||
| _iq20 | JrkLim | ||
| ) |
Modifies a Transition in the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | TranIdx | Index of the Transition to modify |
| [in] | FromState | Index of the from State |
| [in] | ToState | Index of the to State |
| [in] | AndOr | Condition option for the Transition |
| [in] | CondIdx1 | Index of the first Condition to consider for the Transition |
| [in] | CondIdx2 | Index of the second Condition to consider for the Transition |
| [in] | VelLim | Velocity limit for the Transition { unit: [pu/s], value range: [-1.0, 1.0] } |
| [in] | AccLim | Acceleration limit for the Transition { unit: [pu/s^2], value range: [0.001, 120.0] } |
| [in] | DecLim | Deceleration limit for the Transition { unit: [pu/s^2], value range: [0.001, 120.0] } |
| [in] | JrkLim | Jerk limit for the Transition { unit: [pu/s^3], value range: [0.0005, 2000.0] } |
| void STPOSPLAN_setCfgVar | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | VarIdx, | ||
| ST_PlanVar_e | Type, | ||
| _iq24 | Value | ||
| ) |
Modifies a variable in the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | VarIdx | Index of the Variable to modify |
| [in] | Type | Type of Variable |
| [in] | Value | Initial value of the Variable |
| void STPOSPLAN_setCfgVarCond | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | CondIdx, | ||
| uint16_t | VarIdx1, | ||
| uint16_t | VarIdx2, | ||
| ST_PlanComp_e | Comp | ||
| ) |
Modifies a Variable Condition to the SpinTAC Position Plan configuration.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | CondIdx | Index of the Plan Condition to modify |
| [in] | VarIdx1 | Index of the first Plan Variable that will be compared |
| [in] | VarIdx2 | Index of the second Plan Variable that will be compared |
| [in] | Comp | Type of comparison that will be done |
|
inlinestatic |
Sets the Enable signal (ENB) for SpinTAC Position Plan.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | enb | Enable bit { false: disable; true: enable } |
Definition at line 224 of file spintac_pos_plan.h.
References ST_PosPlan_t::ENB.
|
inlinestatic |
Sets the Reset signal (RES) for SpinTAC Position Plan.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | res | Reset bit { false: reset; true: not reset } |
Definition at line 244 of file spintac_pos_plan.h.
References ST_PosPlan_t::RES.
| void STPOSPLAN_setUnitProfDone | ( | ST_POSPLAN_Handle | handle, |
| bool | ProDON | ||
| ) |
Sets a flag in SpinTAC Position Plan to indicate if the unit profile is complete.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | ProDON | Indicates if the unit profile is completed |
| void STPOSPLAN_setVar | ( | ST_POSPLAN_Handle | handle, |
| uint16_t | VarIdx, | ||
| _iq24 | Value | ||
| ) |
Sets the value of a SpinTAC Position Plan variable.
| [in] | handle | The handle for the SpinTAC Position Plan Object |
| [in] | VarIdx | Index of the Variable to set |
| [in] | Value | Value to set to the Variable |
1.8.9.1