ConOpSys V2970  P004.07
ANVILEX control operating system
Public Member Functions | Public Attributes | Private Types | Private Attributes | List of all members
TFunction_Block_LVRT_FSM Class Reference

Class declaration description. More...

#include <Function_Block_LVRT_FSM.h>

Inheritance diagram for TFunction_Block_LVRT_FSM:
Inheritance graph
Collaboration diagram for TFunction_Block_LVRT_FSM:
Collaboration graph

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)
 

Public Attributes

TBlock_Input_Connector object_f32_Sample_Time
 Function block sample time. More...
 
TBlock_Input_Connector object_f32_LVRT_Enter_Level
 Enter LVRT operation voltage level. More...
 
TBlock_Input_Connector object_f32_LVRT_Sag_Level
 Minimal sag voltage during LVRT operation. More...
 
TBlock_Input_Connector object_f32_LVRT_Exit_Level
 Exit LVRT operation voltage level. More...
 
TBlock_Input_Connector object_f32_LVRT_Asymmetry_Level
 
TBlock_Input_Connector object_f32_LVRT_Asymmetry_Detection_Time
 Phase voltage asymmetry level. More...
 
TBlock_Input_Connector object_f32_LVRT_Sag_Time
 Asymmetry detection time in seconds. More...
 
TBlock_Input_Connector object_f32_LVRT_Ramp_Time
 Ramp up time after voltage sag in seconds. More...
 
TBlock_Input_Connector object_f32_LVRT_Trail_Time
 Trail time after voltage sag in seconds. More...
 
TBlock_Input_Connector object_bool_Enable
 Enable LVRT Function block operation. More...
 
TBlock_Input_Connector object_bool_Reset
 Reset LVRT Function block. More...
 
TBlock_Input_Connector object_f32_Grid_Phase_Voltage_L1
 Actual phase-neutral grid voltage L1 (r.m.s.) More...
 
TBlock_Input_Connector object_f32_Grid_Phase_Voltage_L2
 Actual phase-neutral grid voltage L2 (r.m.s.) More...
 
TBlock_Input_Connector object_f32_Grid_Phase_Voltage_L3
 Actual phase-neutral grid voltage L3 (r.m.s.) More...
 
TBlock_Output_Connector object_bool_Operation
 LVRT in operation status output. More...
 
TBlock_Output_Connector object_bool_Asymmetry
 LVRT with asymmetry status output. More...
 
TBlock_Output_Connector object_bool_Trip
 LVRT trip request output. More...
 
TBlock_Output_Connector object_bool_Error
 LVRT error status output. More...
 
- Public Attributes inherited from TFunction_Block_Base
TListStorageOfBlocks = (TList*)NULL
 
int BlockID
 
int InputConnectorsCount
 
int OutputConnectorsCount
 
TListStorageOfInputConnectors
 
TListStorageOfOutputConnectors
 
TCore_Template * Core
 
TFooter_Template * Footer
 
TParameters_Template * Parameters
 
bool AutoSize
 
Graphics::TBitmap * Icon
 
__property TNotifyEvent OnInputConnectorSelected = { read = FOnInputConnectorSelected, write = FOnInputConnectorSelected }
 
__property TNotifyEvent OnOutputConnectorSelected = { read = FOnOutputConnectorSelected, write = FOnOutputConnectorSelected }
 
__property TNotifyEvent OnCoreSelected = { read = FOnCoreSelected, write = FOnCoreSelected }
 
__property TNotifyEvent OnModified = { read = FModified, write = FModified }
 
__property TNotifyEvent OnNeedToUpdate = { read = FNeedToUpdate, write = FNeedToUpdate }
 
__property TResolveConnectorAddressEvent OnResolveConnectorAddress = { read = FOnResolveConnectorAddress, write = FOnResolveConnectorAddress }
 
__property AnsiString Label = { read = FLabel, write = FLabel }
 
__property BOOL Border = { read = FBorder, write = FBorder, default = true }
 
__property BOOL Selected = { read = FSelected, write = SetSelectedFlag, default = false }
 
__property BOOL Flipped = { read = FFlipped, write = SetFlippedFlag, default = false }
 

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
 

Detailed Description

Class declaration description.

Member Enumeration Documentation

◆ TLVRT_FSM_State

Enumerator
enum_Init 

LVRT FSM initialisation state.

enum_Standby 

LVRT FSM standby state.

enum_Sag 

LVRT FSM processeg voltage sag region state.

enum_Ramp 

LVRT FSM processed voltage ramp region state.

enum_Trail 

LVRT FSM processed voltage trail region state.

enum_Trip 

LVRT FSM trip state.

enum_Error 

LVRT FSM error state.

Constructor & Destructor Documentation

◆ TFunction_Block_LVRT_FSM()

TFunction_Block_LVRT_FSM::TFunction_Block_LVRT_FSM ( )

◆ ~TFunction_Block_LVRT_FSM()

TFunction_Block_LVRT_FSM::~TFunction_Block_LVRT_FSM ( )
virtual

Class destructor method.

Object destructor.


Note
None
Override
Not allowed
Attention
Don't call this method directly.
Returns
None
Note
None

Member Function Documentation

◆ Execute()

VOID TFunction_Block_LVRT_FSM::Execute ( )
virtual

Function block execution method.

Function block processing method.


Note
None
Override
Not allowed
Attention
None
Returns
None
Note
None

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.

◆ Init()

VOID TFunction_Block_LVRT_FSM::Init ( )
virtual

◆ Send_Information()

VOID TFunction_Block_LVRT_FSM::Send_Information ( TProtocol_Base object_Protocol)
virtual

Send information about Function block over communication link protocol.

Send detailed information about functional block.


Note
This method sends information about Function block over specified communication link protocol.
Parameters
[in]TProtocol_Base*object_Protocol - Pointer to the communication link protocol
Returns
None
Override
Not allowed
Attention
None
Parameters
[in]object_ProtocolPointer to the communication protocol object
Returns
None
Note
None

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.

Here is the call graph for this function:

Member Data Documentation

◆ bool_Asymmetry

BOOL TFunction_Block_LVRT_FSM::bool_Asymmetry
private

Asymmetry flag.

Referenced by Execute(), and TFunction_Block_LVRT_FSM().

◆ bool_Asymmetry_Valid

BOOL TFunction_Block_LVRT_FSM::bool_Asymmetry_Valid
private

Voltage asymmetry valid flag.

Referenced by Execute(), and TFunction_Block_LVRT_FSM().

◆ enum_FSM_State

TLVRT_FSM_State TFunction_Block_LVRT_FSM::enum_FSM_State
private

FSM state.

Referenced by Execute(), Send_Information(), and TFunction_Block_LVRT_FSM().

◆ f32_Ramp_Slope

F32 TFunction_Block_LVRT_FSM::f32_Ramp_Slope
private

Ramp slope parameter.

Referenced by Execute(), Init(), Send_Information(), and TFunction_Block_LVRT_FSM().

◆ object_bool_Asymmetry

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().

◆ object_bool_Enable

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().

◆ object_bool_Error

TBlock_Output_Connector TFunction_Block_LVRT_FSM::object_bool_Error

LVRT error status output.

Referenced by Execute(), Send_Information(), and TFunction_Block_LVRT_FSM().

◆ object_bool_Operation

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().

◆ object_bool_Reset

TBlock_Input_Connector TFunction_Block_LVRT_FSM::object_bool_Reset

Reset LVRT Function block.

Referenced by Execute(), Send_Information(), and TFunction_Block_LVRT_FSM().

◆ object_bool_Trip

TBlock_Output_Connector TFunction_Block_LVRT_FSM::object_bool_Trip

LVRT trip request output.

Referenced by Execute(), Send_Information(), and TFunction_Block_LVRT_FSM().

◆ object_f32_Grid_Phase_Voltage_L1

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().

◆ object_f32_Grid_Phase_Voltage_L2

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().

◆ object_f32_Grid_Phase_Voltage_L3

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().

◆ object_f32_LVRT_Asymmetry_Detection_Time

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().

◆ object_f32_LVRT_Asymmetry_Level

TBlock_Input_Connector TFunction_Block_LVRT_FSM::object_f32_LVRT_Asymmetry_Level

◆ object_f32_LVRT_Enter_Level

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().

◆ object_f32_LVRT_Exit_Level

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().

◆ object_f32_LVRT_Ramp_Time

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().

◆ object_f32_LVRT_Sag_Level

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().

◆ object_f32_LVRT_Sag_Time

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().

◆ object_f32_LVRT_Trail_Time

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().

◆ object_f32_Sample_Time

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().

◆ u32_Asymmetrical_LVRT_Cycle_Counter

U32 TFunction_Block_LVRT_FSM::u32_Asymmetrical_LVRT_Cycle_Counter
private

Count of detected asymmetrical LVRT cycles.

Referenced by Send_Information(), and TFunction_Block_LVRT_FSM().

◆ u32_LVRT_Asymmetry_Detection_Counter

U32 TFunction_Block_LVRT_FSM::u32_LVRT_Asymmetry_Detection_Counter
private

Voltage asymmetry detection counter.

Referenced by Execute(), and TFunction_Block_LVRT_FSM().

◆ u32_LVRT_Asymmetry_Detection_Time

U32 TFunction_Block_LVRT_FSM::u32_LVRT_Asymmetry_Detection_Time
private

Voltage asymmetry detection time, given in task counts.

Referenced by Execute(), and Init().

◆ u32_LVRT_Cycle_Counter

U32 TFunction_Block_LVRT_FSM::u32_LVRT_Cycle_Counter
private

Count of detected LVRT cycles.

Referenced by Execute(), Send_Information(), and TFunction_Block_LVRT_FSM().

◆ u32_LVRT_Ramp_Time

U32 TFunction_Block_LVRT_FSM::u32_LVRT_Ramp_Time
private

Rump up time after voltage sag, given in task counts.

Referenced by Execute(), Init(), and Send_Information().

◆ u32_LVRT_Sag_Time

U32 TFunction_Block_LVRT_FSM::u32_LVRT_Sag_Time
private

Maximal voltage sag time, given in task counts.

Referenced by Execute(), Init(), and Send_Information().

◆ u32_LVRT_Trail_Time

U32 TFunction_Block_LVRT_FSM::u32_LVRT_Trail_Time
private

Trail time after LVRT, given in task counts.

Referenced by Execute(), Init(), and Send_Information().

◆ u32_Ramp_Slope_Counter

U32 TFunction_Block_LVRT_FSM::u32_Ramp_Slope_Counter
private

Ramp slope counter.

Referenced by Execute(), Send_Information(), and TFunction_Block_LVRT_FSM().

◆ u32_Symmetrical_LVRT_Cycle_Counter

U32 TFunction_Block_LVRT_FSM::u32_Symmetrical_LVRT_Cycle_Counter
private

Count of detected symmetrical LVRT cycles.

Referenced by Send_Information(), and TFunction_Block_LVRT_FSM().

◆ u32_Timeout_Counter

U32 TFunction_Block_LVRT_FSM::u32_Timeout_Counter
private

Timeout counter.

Referenced by Execute(), and TFunction_Block_LVRT_FSM().


The documentation for this class was generated from the following files: