ConOpSys V2970
P004.07
ANVILEX control operating system
|
Class declaration description. More...
#include <Function_Block_LVRT_FSM.h>
Public Member Functions | |
TFunction_Block_LVRT_FSM () | |
Class constructor method. More... | |
virtual | ~TFunction_Block_LVRT_FSM () |
Class destructor method. More... | |
virtual VOID | Init () |
Function block initialisation method. More... | |
virtual VOID | Execute () |
Function block execution method. More... | |
virtual VOID | Send_Information (TProtocol_Base *object_Protocol) |
Send information about Function block over communication link protocol. More... | |
Public Member Functions inherited from TFunction_Block_Base | |
TFunction_Block_Base (U32 u32_Function_ID) | |
Class constructor method. More... | |
virtual | ~TFunction_Block_Base () |
Class destructor method. More... | |
VOID | Connect () |
Function block connect method. More... | |
VOID | Init () |
Function block initialisation method. More... | |
virtual VOID | Done () |
Function block finalisation method. More... | |
virtual VOID | Update () |
Update parameters at runtime method. More... | |
virtual VOID | Trip () |
Function block trip method. More... | |
U32 | Get_Function_Block_ID () |
Get function block dentifier. More... | |
VOID | Set_Initialisation_Error () |
Set function block initialisation error. More... | |
BOOL | Is_Initialisation_Error () |
Return function block initialisation error status. More... | |
VOID | Append_Connected_Status (BOOL *bool_Connected_Status) |
Append interconnection status of the function block. More... | |
BOOL | Is_Connected () |
Returns status of the function block interconnection. More... | |
BOOL | Is_Initialised () |
Returns status of the function block interconnection. More... | |
BOOL | Get_Input_Connector (U32 u32_Connector_Index, TBlock_Input_Connector **object_Input_Connector) |
Get pointer to the input connector. More... | |
BOOL | Get_Output_Connector (U32 u32_Connector_Index, TBlock_Output_Connector **object_Output_Connector) |
Get pointer to the output connector. More... | |
TFunction_Block_Status | Get_Status () |
Get function block status method. More... | |
__fastcall | TBlock_Template (TComponent *Owner, TList *Storage) |
__fastcall | ~TBlock_Template () |
void __fastcall | CreateBlock () |
virtual void __fastcall | Paint () |
virtual bool __fastcall | PropertiesDialog () |
virtual void __fastcall | SaveToProjectFile (TMemIniFile *ProjectFile, AnsiString ParentSection) |
virtual void __fastcall | LoadFromProjectFile (TMemIniFile *ProjectFile, AnsiString ParentSection) |
virtual void __fastcall | SwapBlocks () |
virtual void __fastcall | RepaintAllBlocks () |
VOID __fastcall | Load_Block_From_List (TStringList *object_File_Source_CPP, TStringList *object_File_Source_H) |
VOID __fastcall | Get_SQL_Queries (TStringList *object_SQL_Queries) |
Private Types | |
enum | TLVRT_FSM_State { enum_Init , enum_Standby , enum_Sag , enum_Ramp , enum_Trail , enum_Trip , enum_Error } |
Private Attributes | |
TLVRT_FSM_State | enum_FSM_State |
FSM state. More... | |
F32 | f32_Ramp_Slope |
Ramp slope parameter. More... | |
U32 | u32_Timeout_Counter |
Timeout counter. More... | |
U32 | u32_Ramp_Slope_Counter |
Ramp slope counter. More... | |
U32 | u32_LVRT_Asymmetry_Detection_Counter |
Voltage asymmetry detection counter. More... | |
U32 | u32_LVRT_Asymmetry_Detection_Time |
Voltage asymmetry detection time, given in task counts. More... | |
U32 | u32_LVRT_Sag_Time |
Maximal voltage sag time, given in task counts. More... | |
U32 | u32_LVRT_Ramp_Time |
Rump up time after voltage sag, given in task counts. More... | |
U32 | u32_LVRT_Trail_Time |
Trail time after LVRT, given in task counts. More... | |
BOOL | bool_Asymmetry_Valid |
Voltage asymmetry valid flag. More... | |
BOOL | bool_Asymmetry |
Asymmetry flag. More... | |
U32 | u32_LVRT_Cycle_Counter |
Count of detected LVRT cycles. More... | |
U32 | u32_Symmetrical_LVRT_Cycle_Counter |
Count of detected symmetrical LVRT cycles. More... | |
U32 | u32_Asymmetrical_LVRT_Cycle_Counter |
Count of detected asymmetrical LVRT cycles. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from TFunction_Block_Base | |
VOID | Update_Connected_Status (BOOL bool_New_Connected_Status) |
Updates function block interconnection status. More... | |
VOID | Create_Event (U32 u32_Event_ID) |
Create event method. More... | |
void __fastcall | SetSelectedFlag (bool Value) |
void __fastcall | SetFlippedFlag (bool Value) |
virtual void __fastcall | SetNamesOfConnectors () |
void __fastcall | CorePaint (TObject *Sender) |
Protected Attributes inherited from TFunction_Block_Base | |
TNotifyEvent | FModified |
TNotifyEvent | FNeedToUpdate |
TNotifyEvent | FOnInputConnectorSelected |
TNotifyEvent | FOnOutputConnectorSelected |
TNotifyEvent | FOnCoreSelected |
TResolveConnectorAddressEvent | FOnResolveConnectorAddress |
AnsiString | FLabel = "" |
Function block label of the core string. More... | |
BOOL | FBorder = (BOOL)true |
Function block border status. More... | |
BOOL | FSelected = (BOOL)false |
Function block seleted status. More... | |
BOOL | FFlipped = (BOOL)false |
Function block flipped status. More... | |
BOOL | LockedMode = (BOOL)false |
BOOL | DobbleClicked = (BOOL)false |
U32 | u32_Locked_Position_X = (U32)0 |
U32 | u32_Locked_Position_Y = (U32)0 |
Class declaration description.
|
private |
TFunction_Block_LVRT_FSM::TFunction_Block_LVRT_FSM | ( | ) |
Class constructor method.
Object conctructor.
References bool_Asymmetry, bool_Asymmetry_Valid, enum_BOOL, enum_F32, enum_FSM_State, enum_Init, f32_Ramp_Slope, object_bool_Asymmetry, object_bool_Enable, object_bool_Error, object_bool_Operation, object_bool_Reset, object_bool_Trip, object_f32_Grid_Phase_Voltage_L1, object_f32_Grid_Phase_Voltage_L2, object_f32_Grid_Phase_Voltage_L3, object_f32_LVRT_Asymmetry_Detection_Time, object_f32_LVRT_Asymmetry_Level, object_f32_LVRT_Enter_Level, object_f32_LVRT_Exit_Level, object_f32_LVRT_Ramp_Time, object_f32_LVRT_Sag_Level, object_f32_LVRT_Sag_Time, object_f32_LVRT_Trail_Time, object_f32_Sample_Time, TBlock_Connector::Set_Type(), TBlock_Input_Connector::Set_Type(), u32_Asymmetrical_LVRT_Cycle_Counter, u32_LVRT_Asymmetry_Detection_Counter, u32_LVRT_Cycle_Counter, u32_Ramp_Slope_Counter, u32_Symmetrical_LVRT_Cycle_Counter, and u32_Timeout_Counter.
|
virtual |
Class destructor method.
Object destructor.
|
virtual |
Function block execution method.
Function block processing method.
Implements TFunction_Block_Base.
References bool_Asymmetry, bool_Asymmetry_Valid, TConOpSys_Variant_Data::bool_Value, enum_Error, enum_FSM_State, enum_Init, enum_Ramp, enum_Sag, enum_Standby, enum_Trail, enum_Trip, event_SYSTEM_FB_LVRT_FSM_CHANGE_TO_ERROR_STATE, event_SYSTEM_FB_LVRT_FSM_CHANGE_TO_IDLE_STATE, event_SYSTEM_FB_LVRT_FSM_CHANGE_TO_RAMP_STATE, event_SYSTEM_FB_LVRT_FSM_CHANGE_TO_SAG_STATE, event_SYSTEM_FB_LVRT_FSM_CHANGE_TO_TRAIL_STATE, event_SYSTEM_FB_LVRT_FSM_CHANGE_TO_TRIP_STATE, event_SYSTEM_FB_LVRT_FSM_ENABLE_INPUT_DEACTIVATED, event_SYSTEM_FB_LVRT_FSM_RESET_INPUT_ACTIVATED, event_SYSTEM_FB_LVRT_FSM_TRIP_CONDITION_DETECTED, event_SYSTEM_FB_LVRT_FSM_VOLTAGE_RAMP_REGION_END_DETECTED, event_SYSTEM_FB_LVRT_FSM_VOLTAGE_SAG_DETECTED, event_SYSTEM_FB_LVRT_FSM_VOLTAGE_TRAIL_REGION_END_DETECTED, f32_Ramp_Slope, false, object_bool_Asymmetry, object_bool_Enable, object_bool_Error, object_bool_Operation, object_bool_Reset, object_bool_Trip, object_f32_Grid_Phase_Voltage_L1, object_f32_Grid_Phase_Voltage_L2, object_f32_Grid_Phase_Voltage_L3, object_f32_LVRT_Asymmetry_Level, object_f32_LVRT_Enter_Level, object_f32_LVRT_Sag_Level, TBlock_Input_Connector::object_Pointer, TBlock_Connector::object_Storage, TConOpSys_Variant_Data::pbool_Value, TConOpSys_Variant_Data::pf32_Value, TConOpSys_Variant::struct_Data, u32_LVRT_Asymmetry_Detection_Counter, u32_LVRT_Asymmetry_Detection_Time, u32_LVRT_Cycle_Counter, u32_LVRT_Ramp_Time, u32_LVRT_Sag_Time, u32_LVRT_Trail_Time, u32_Ramp_Slope_Counter, and u32_Timeout_Counter.
|
virtual |
Function block initialisation method.
Function block initialisation.
References f32_Ramp_Slope, object_f32_LVRT_Asymmetry_Detection_Time, object_f32_LVRT_Exit_Level, object_f32_LVRT_Ramp_Time, object_f32_LVRT_Sag_Level, object_f32_LVRT_Sag_Time, object_f32_LVRT_Trail_Time, object_f32_Sample_Time, TBlock_Input_Connector::object_Pointer, TConOpSys_Variant_Data::pf32_Value, TConOpSys_Variant::struct_Data, u32_LVRT_Asymmetry_Detection_Time, u32_LVRT_Ramp_Time, u32_LVRT_Sag_Time, and u32_LVRT_Trail_Time.
|
virtual |
Send information about Function block over communication link protocol.
Send detailed information about functional block.
[in] | TProtocol_Base | *object_Protocol - Pointer to the communication link protocol |
[in] | object_Protocol | Pointer to the communication protocol object |
Reimplemented from TFunction_Block_Base.
References enum_Error, enum_FSM_State, enum_Init, enum_Ramp, enum_Sag, enum_Standby, enum_Trail, enum_Trip, f32_Ramp_Slope, object_bool_Asymmetry, object_bool_Enable, object_bool_Error, object_bool_Operation, object_bool_Reset, object_bool_Trip, object_f32_Grid_Phase_Voltage_L1, object_f32_Grid_Phase_Voltage_L2, object_f32_Grid_Phase_Voltage_L3, object_f32_LVRT_Asymmetry_Level, object_f32_LVRT_Enter_Level, object_f32_LVRT_Exit_Level, object_f32_LVRT_Ramp_Time, object_f32_LVRT_Sag_Level, object_f32_LVRT_Sag_Time, object_f32_LVRT_Trail_Time, object_f32_Sample_Time, TProtocol_Base::Transmit_Connector_Value_As_Decimal(), TProtocol_Base::Transmit_F32_Value_As_Decimal(), TProtocol_Base::Transmit_New_Line(), TProtocol_Base::Transmit_String(), TProtocol_Base::Transmit_U32_Value_As_Decimal(), u32_Asymmetrical_LVRT_Cycle_Counter, u32_LVRT_Cycle_Counter, u32_LVRT_Ramp_Time, u32_LVRT_Sag_Time, u32_LVRT_Trail_Time, u32_Ramp_Slope_Counter, and u32_Symmetrical_LVRT_Cycle_Counter.
|
private |
Asymmetry flag.
Referenced by Execute(), and TFunction_Block_LVRT_FSM().
|
private |
Voltage asymmetry valid flag.
Referenced by Execute(), and TFunction_Block_LVRT_FSM().
|
private |
FSM state.
Referenced by Execute(), Send_Information(), and TFunction_Block_LVRT_FSM().
|
private |
Ramp slope parameter.
Referenced by Execute(), Init(), Send_Information(), and TFunction_Block_LVRT_FSM().
TBlock_Output_Connector TFunction_Block_LVRT_FSM::object_bool_Asymmetry |
LVRT with asymmetry status output.
Referenced by Execute(), Send_Information(), and TFunction_Block_LVRT_FSM().
TBlock_Input_Connector TFunction_Block_LVRT_FSM::object_bool_Enable |
Enable LVRT Function block operation.
Referenced by Execute(), Send_Information(), and TFunction_Block_LVRT_FSM().
TBlock_Output_Connector TFunction_Block_LVRT_FSM::object_bool_Error |
LVRT error status output.
Referenced by Execute(), Send_Information(), and TFunction_Block_LVRT_FSM().
TBlock_Output_Connector TFunction_Block_LVRT_FSM::object_bool_Operation |
LVRT in operation status output.
Referenced by Execute(), Send_Information(), and TFunction_Block_LVRT_FSM().
TBlock_Input_Connector TFunction_Block_LVRT_FSM::object_bool_Reset |
Reset LVRT Function block.
Referenced by Execute(), Send_Information(), and TFunction_Block_LVRT_FSM().
TBlock_Output_Connector TFunction_Block_LVRT_FSM::object_bool_Trip |
LVRT trip request output.
Referenced by Execute(), Send_Information(), and TFunction_Block_LVRT_FSM().
TBlock_Input_Connector TFunction_Block_LVRT_FSM::object_f32_Grid_Phase_Voltage_L1 |
Actual phase-neutral grid voltage L1 (r.m.s.)
Referenced by Execute(), Send_Information(), and TFunction_Block_LVRT_FSM().
TBlock_Input_Connector TFunction_Block_LVRT_FSM::object_f32_Grid_Phase_Voltage_L2 |
Actual phase-neutral grid voltage L2 (r.m.s.)
Referenced by Execute(), Send_Information(), and TFunction_Block_LVRT_FSM().
TBlock_Input_Connector TFunction_Block_LVRT_FSM::object_f32_Grid_Phase_Voltage_L3 |
Actual phase-neutral grid voltage L3 (r.m.s.)
Referenced by Execute(), Send_Information(), and TFunction_Block_LVRT_FSM().
TBlock_Input_Connector TFunction_Block_LVRT_FSM::object_f32_LVRT_Asymmetry_Detection_Time |
Phase voltage asymmetry level.
Referenced by Init(), and TFunction_Block_LVRT_FSM().
TBlock_Input_Connector TFunction_Block_LVRT_FSM::object_f32_LVRT_Asymmetry_Level |
Referenced by Execute(), Send_Information(), and TFunction_Block_LVRT_FSM().
TBlock_Input_Connector TFunction_Block_LVRT_FSM::object_f32_LVRT_Enter_Level |
Enter LVRT operation voltage level.
Referenced by Execute(), Send_Information(), and TFunction_Block_LVRT_FSM().
TBlock_Input_Connector TFunction_Block_LVRT_FSM::object_f32_LVRT_Exit_Level |
Exit LVRT operation voltage level.
Referenced by Init(), Send_Information(), and TFunction_Block_LVRT_FSM().
TBlock_Input_Connector TFunction_Block_LVRT_FSM::object_f32_LVRT_Ramp_Time |
Ramp up time after voltage sag in seconds.
Referenced by Init(), Send_Information(), and TFunction_Block_LVRT_FSM().
TBlock_Input_Connector TFunction_Block_LVRT_FSM::object_f32_LVRT_Sag_Level |
Minimal sag voltage during LVRT operation.
Referenced by Execute(), Init(), Send_Information(), and TFunction_Block_LVRT_FSM().
TBlock_Input_Connector TFunction_Block_LVRT_FSM::object_f32_LVRT_Sag_Time |
Asymmetry detection time in seconds.
Maximal voltage sag time in seconds
Referenced by Init(), Send_Information(), and TFunction_Block_LVRT_FSM().
TBlock_Input_Connector TFunction_Block_LVRT_FSM::object_f32_LVRT_Trail_Time |
Trail time after voltage sag in seconds.
Referenced by Init(), Send_Information(), and TFunction_Block_LVRT_FSM().
TBlock_Input_Connector TFunction_Block_LVRT_FSM::object_f32_Sample_Time |
Function block sample time.
Referenced by Init(), Send_Information(), and TFunction_Block_LVRT_FSM().
|
private |
Count of detected asymmetrical LVRT cycles.
Referenced by Send_Information(), and TFunction_Block_LVRT_FSM().
|
private |
Voltage asymmetry detection counter.
Referenced by Execute(), and TFunction_Block_LVRT_FSM().
|
private |
|
private |
Count of detected LVRT cycles.
Referenced by Execute(), Send_Information(), and TFunction_Block_LVRT_FSM().
|
private |
Rump up time after voltage sag, given in task counts.
Referenced by Execute(), Init(), and Send_Information().
|
private |
Maximal voltage sag time, given in task counts.
Referenced by Execute(), Init(), and Send_Information().
|
private |
Trail time after LVRT, given in task counts.
Referenced by Execute(), Init(), and Send_Information().
|
private |
Ramp slope counter.
Referenced by Execute(), Send_Information(), and TFunction_Block_LVRT_FSM().
|
private |
Count of detected symmetrical LVRT cycles.
Referenced by Send_Information(), and TFunction_Block_LVRT_FSM().
|
private |
Timeout counter.
Referenced by Execute(), and TFunction_Block_LVRT_FSM().