ConOpSys V2970
P004.07
ANVILEX control operating system
|
KG3 digital I/O board (P021.23 / KG3 EVIO T1) type 1 class. More...
#include <P021_23_KG3_EVIO.h>
Classes | |
union | TControl |
Control register struct. More... | |
struct | TP021_23_KG3_EVIO_Registers |
Register structure for digital I/O access. More... | |
union | TStatus |
Status register struct. More... | |
Public Member Functions | |
TP021_23_KG3_EVIO_T1 () | |
Function block class constructor method. More... | |
virtual | ~TP021_23_KG3_EVIO_T1 () |
Function block class destructor method. More... | |
VOID | Map (TP021_23_KG3_EVIO_Registers *struct_Registers_Base_Address) |
Hardware mapping method. More... | |
virtual VOID | Init () |
Function block initialisation method. More... | |
virtual VOID | Execute () |
Function block execution method. More... | |
BOOL | Write_EVSEDateTime () |
Write EVSEDateTime register operation. More... | |
BOOL | Write_EVSEDCStatus () |
Write EVSEDCStatus register operation. More... | |
BOOL | Read_EVMacAddress () |
Write EVMacAddress register operation. More... | |
BOOL | Write_EVSEDCMaxLimits () |
Write EVSEDCMaxLimits register operation. More... | |
BOOL | Write_EVSEDCRegulationLimits () |
Write EVSEDCRegulationLimits register operation. More... | |
BOOL | Read_EVDCMaxLimits () |
Read EVDCMaxLimits register operation. More... | |
BOOL | Read_EVStatusDisplay () |
Read EVStatusDisplay register operation. More... | |
BOOL | Read_EVDCEnergyLimits () |
Read EVDCEnergyLimits register operation. More... | |
BOOL | Read_EVDCChargeTargets () |
Read EVDCChargeTargets register operation. More... | |
VOID | Send_Writing_Frame (U16 u16_Register_Address) |
Send data frame for writing operation. More... | |
VOID | Send_Reading_Frame (U16 u16_Register_Address) |
Send data frame for reading operation. More... | |
BOOL | Check_Register_Writing_Response () |
Check register writing response operation. More... | |
BOOL | Receive_Message () |
Receive message operation. More... | |
U32 | Get_Module_ID () |
virtual VOID | Send_Information (TProtocol_Base *object_Protocol) |
Send information about digital I/O baortd driver 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 Attributes | |
volatile TP021_23_KG3_EVIO_Registers * | struct_Registers |
Pointer to the memory area in FPGA address space. More... | |
TFSM_State | object_FSM_State |
TCME_Register | object_CME_Write_Register |
object CME write register More... | |
TCME_Register | object_CME_Read_Register |
object CME read register More... | |
U64 | u64_Receive_Data = (U64)0 |
Receive data. More... | |
BOOL | bool_Ready_To_Send = (BOOL)false |
Ready to send data flag. More... | |
BOOL | bool_Received_Data = (BOOL)false |
Received data flag. More... | |
U16 | u16_Read_Register_Address = (U16)0 |
Read register address. More... | |
U16 | u16_Write_Read_Data = (U16)0 |
Write or read data. More... | |
BOOL | bool_Communication_Transaction_In_Progress = (BOOL)false |
Communication transaction in progress flag. 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 |
KG3 digital I/O board (P021.23 / KG3 EVIO T1) type 1 class.
|
private |
FSM state definitions.
|
private |
FSM state definitions.
|
private |
Register definitions.
TP021_23_KG3_EVIO_T1::TP021_23_KG3_EVIO_T1 | ( | ) |
Function block class constructor method.
0x300 : EVSEDCMaxLimits register
0x301 : EVSEDCRegulationLimits register
0x302 : EVSEDCStatus register
0x303 : EVSEPlugStatus register
0x304 : EVSESchedule register
0x305 : EVSEScheduleTime register
0x306 : EVSEID register
0x307 : EVSESessionID register
0x308 : EVSEDateTime register
0x309 : EVSEChargeControl register
0x100 : ChargeInfo register
0x101 : SoftwareInfo register
0x102 : ErrorCodes register
0x200 : EVDCMaxLimits register
0x201 : EVDCChargeTargets register
0x202 : EVStatusDisplay register
0x203 : EVDCEnergyLimits register
0x204 : EVMACAddress register
References object_u16_Error_Info_0, object_u16_Error_Info_1, object_u16_Error_Info_2, object_u16_Error_Info_3, object_u16_EV_Energy_Capacity, object_u16_EV_Energy_Request, object_u16_EV_Max_Current, object_u16_EV_Max_Power, object_u16_EV_Max_Voltage, object_u16_EV_Pre_Charge_Voltage, object_u16_EV_Target_Current, object_u16_EV_Target_Voltage, object_u16_EVSE_Current_Limit, object_u16_EVSE_Energy_To_Be_Delivered, object_u16_EVSE_Max_Current, object_u16_EVSE_Max_Power, object_u16_EVSE_Max_Voltage, object_u16_EVSE_Min_Current, object_u16_EVSE_Min_Voltage, object_u16_EVSE_PMax_Schedule_ID, object_u16_EVSE_PMax_Schedule_Power, object_u16_EVSEPresentCurrent, object_u16_EVSEPresentVoltage, object_u32_EV_Time_To_Bulk_SoC, object_u32_EV_Time_To_Full_SoC, object_u32_EVSE_PMax_Schedule_Duration, object_u32_EVSE_PMax_Schedule_Start, object_u64_EV_Mac_Address, object_u64_EVSE_Date_Time_Now, object_u64_EVSE_ID, object_u64_EVSE_Session_ID, object_u8_Actual_Charge_Protocol, object_u8_Alive_Counter, object_u8_Control_Pilot_Duty_Cycle, object_u8_Control_Pilot_State, object_u8_Diode_Present, object_u8_EV_Bulk_Charging_Complete, object_u8_EV_Bulk_SOC, object_u8_EV_Cabin_Conditioning, object_u8_EV_Charging_Complete, object_u8_EV_Compatible, object_u8_EV_Error_Code, object_u8_EV_Full_SOC, object_u8_EV_Ready, object_u8_EV_RESS_Conditioning, object_u8_EV_SoC, object_u8_EVSE_Control_Pilot_Duty_Cycle, object_u8_EVSE_Control_Pilot_State, object_u8_EVSE_Current_Regulation_Tolerance, object_u8_EVSE_CurrentLimit_Achieved, object_u8_EVSE_Free_Service, object_u8_EVSE_Isolation_Status, object_u8_EVSE_Peak_Current_Ripple, object_u8_EVSE_PowerLimit_Achieved, object_u8_EVSE_Processing_CA, object_u8_EVSE_Processing_CC, object_u8_EVSE_Processing_CPD, object_u8_EVSE_Proximity_Pin_State, object_u8_EVSE_SA_Schedule_Tuple_ID, object_u8_EVSE_Status_Code, object_u8_EVSE_Voltage_Limit_Achieved, object_u8_ProximityPinState, object_u8_SLAC_Link_Status, object_u8_Software_Version_Config, object_u8_Software_Version_Major, object_u8_Software_Version_Minor, object_u8_Software_Version_Patch, object_u8_StateMachineState, object_u8_TCP_Status, TBlock_Connector::Set_Type_U16(), TBlock_Input_Connector::Set_Type_U16(), TBlock_Connector::Set_Type_U32(), TBlock_Input_Connector::Set_Type_U32(), TBlock_Connector::Set_Type_U64(), TBlock_Input_Connector::Set_Type_U64(), TBlock_Connector::Set_Type_U8(), and TBlock_Input_Connector::Set_Type_U8().
|
virtual |
Function block class destructor method.
BOOL TP021_23_KG3_EVIO_T1::Check_Register_Writing_Response | ( | ) |
Check register writing response operation.
false | - Operation not done |
true | - Operation done successfuly |
References struct_Registers, TFunction_Block_Base::struct_Status, true, and TP021_23_KG3_EVIO_T1::TP021_23_KG3_EVIO_Registers::u16_Status_Word.
Referenced by Write_EVSEDateTime(), Write_EVSEDCMaxLimits(), Write_EVSEDCRegulationLimits(), and Write_EVSEDCStatus().
|
virtual |
Function block execution method.
Implements TFunction_Block_Base.
References TConOpSys_Variant_Data::bool_Value, enum_Decode, enum_Done, enum_Init_Write_EVSEDateTime, false, object_bool_Command_Processing_Done, object_bool_Command_Processing_Start, object_FSM_State, TBlock_Input_Connector::object_Pointer, TBlock_Connector::object_Storage, object_u8_Command, TConOpSys_Variant_Data::pu8_Value, Read_EVDCChargeTargets(), Read_EVDCEnergyLimits(), Read_EVDCMaxLimits(), Read_EVMacAddress(), Read_EVStatusDisplay(), TConOpSys_Variant::struct_Data, Write_EVSEDateTime(), Write_EVSEDCMaxLimits(), Write_EVSEDCRegulationLimits(), and Write_EVSEDCStatus().
U32 TP021_23_KG3_EVIO_T1::Get_Module_ID | ( | ) |
References Compose_U32(), struct_Registers, TP021_23_KG3_EVIO_T1::TP021_23_KG3_EVIO_Registers::u16_Unit_ID_H, and TP021_23_KG3_EVIO_T1::TP021_23_KG3_EVIO_Registers::u16_Unit_ID_L.
|
virtual |
Function block initialisation method.
References struct_Registers, TP021_23_KG3_EVIO_T1::TControl::u16_Control, TP021_23_KG3_EVIO_T1::TP021_23_KG3_EVIO_Registers::u16_Control_Word, TP021_23_KG3_EVIO_T1::TControl::u16_SPE, and TFunction_Block_Base::Update_Connected_Status().
VOID TP021_23_KG3_EVIO_T1::Map | ( | TP021_23_KG3_EVIO_Registers * | struct_Registers_Base_Address | ) |
Hardware mapping method.
[in] | *struct_Registers_Base_Address | - Base adress to register structure mapping |
References struct_Registers.
BOOL TP021_23_KG3_EVIO_T1::Read_EVDCChargeTargets | ( | ) |
Read EVDCChargeTargets register operation.
false | - Operation not done |
true | - Operation done successfuly |
References bool_Communication_Transaction_In_Progress, enum_EVDCChargeTargets, false, object_CME_Read_Register, TBlock_Connector::object_Storage, object_u16_EV_Pre_Charge_Voltage, object_u16_EV_Target_Current, object_u16_EV_Target_Voltage, Receive_Message(), Send_Reading_Frame(), TConOpSys_Variant::struct_Data, and TConOpSys_Variant_Data::u16_Value.
Referenced by Execute().
BOOL TP021_23_KG3_EVIO_T1::Read_EVDCEnergyLimits | ( | ) |
Read EVDCEnergyLimits register operation.
false | - Operation not done |
true | - Operation done successfuly |
References bool_Communication_Transaction_In_Progress, enum_EVDCEnergyLimits, false, object_CME_Read_Register, TBlock_Connector::object_Storage, object_u16_EV_Energy_Capacity, object_u16_EV_Energy_Request, Receive_Message(), Send_Reading_Frame(), TConOpSys_Variant::struct_Data, and TConOpSys_Variant_Data::u16_Value.
Referenced by Execute().
BOOL TP021_23_KG3_EVIO_T1::Read_EVDCMaxLimits | ( | ) |
Read EVDCMaxLimits register operation.
false | - Operation not done |
true | - Operation done successfuly |
References bool_Communication_Transaction_In_Progress, enum_EVDCMaxLimits, false, object_CME_Read_Register, TBlock_Connector::object_Storage, object_u16_EV_Max_Current, object_u16_EV_Max_Power, object_u16_EV_Max_Voltage, object_u8_EV_Bulk_SOC, object_u8_EV_Full_SOC, Receive_Message(), Send_Reading_Frame(), TConOpSys_Variant::struct_Data, TConOpSys_Variant_Data::u16_Value, and TConOpSys_Variant_Data::u8_Value.
Referenced by Execute().
BOOL TP021_23_KG3_EVIO_T1::Read_EVMacAddress | ( | ) |
Write EVMacAddress register operation.
false | - Operation not done |
true | - Operation done successfuly |
References bool_Communication_Transaction_In_Progress, enum_EVMACAddress, false, object_CME_Read_Register, TBlock_Connector::object_Storage, object_u64_EV_Mac_Address, Receive_Message(), Send_Reading_Frame(), TConOpSys_Variant::struct_Data, and TConOpSys_Variant_Data::u64_Value.
Referenced by Execute().
BOOL TP021_23_KG3_EVIO_T1::Read_EVStatusDisplay | ( | ) |
Read EVStatusDisplay register operation.
false | - Operation not done |
true | - Operation done successfuly |
References bool_Communication_Transaction_In_Progress, enum_EVStatusDisplay, false, object_CME_Read_Register, TBlock_Connector::object_Storage, object_u32_EV_Time_To_Bulk_SoC, object_u32_EV_Time_To_Full_SoC, object_u8_EV_Bulk_Charging_Complete, object_u8_EV_Cabin_Conditioning, object_u8_EV_Charging_Complete, object_u8_EV_Error_Code, object_u8_EV_Ready, object_u8_EV_RESS_Conditioning, object_u8_EV_SoC, object_u8_SLAC_Link_Status, Receive_Message(), Send_Reading_Frame(), TConOpSys_Variant::struct_Data, TConOpSys_Variant_Data::u32_Value, and TConOpSys_Variant_Data::u8_Value.
Referenced by Execute().
BOOL TP021_23_KG3_EVIO_T1::Receive_Message | ( | ) |
Receive message operation.
false | - Operation not done |
true | - Operation done successfuly |
References object_CME_Write_Register, struct_Registers, TFunction_Block_Base::struct_Status, TP021_23_KG3_EVIO_T1::TP021_23_KG3_EVIO_Registers::u16_Data, and TP021_23_KG3_EVIO_T1::TP021_23_KG3_EVIO_Registers::u16_Status_Word.
Referenced by Read_EVDCChargeTargets(), Read_EVDCEnergyLimits(), Read_EVDCMaxLimits(), Read_EVMacAddress(), and Read_EVStatusDisplay().
|
virtual |
Send information about digital I/O baortd driver over communication link protocol.
[in] | *object_Protocol | - Pointer to the communication link protocol |
Reimplemented from TFunction_Block_Base.
References struct_Registers, TProtocol_Base::Transmit_String(), TProtocol_Base::Transmit_U32_Value_As_Hex(), TP021_23_KG3_EVIO_T1::TP021_23_KG3_EVIO_Registers::u16_Unit_ID_H, and TP021_23_KG3_EVIO_T1::TP021_23_KG3_EVIO_Registers::u16_Unit_ID_L.
Send data frame for reading operation.
[in] | u16_Register_Address | - Register address |
References struct_Registers, TP021_23_KG3_EVIO_T1::TControl::u16_Control, TP021_23_KG3_EVIO_T1::TP021_23_KG3_EVIO_Registers::u16_Control_Word, TP021_23_KG3_EVIO_T1::TP021_23_KG3_EVIO_Registers::u16_Data, TP021_23_KG3_EVIO_T1::TControl::u16_Data_Direction, TP021_23_KG3_EVIO_T1::TP021_23_KG3_EVIO_Registers::u16_Register_Address, and TP021_23_KG3_EVIO_T1::TControl::u16_Start_Transmit.
Referenced by Read_EVDCChargeTargets(), Read_EVDCEnergyLimits(), Read_EVDCMaxLimits(), Read_EVMacAddress(), and Read_EVStatusDisplay().
Send data frame for writing operation.
[in] | u16_Register_Address | - Register address |
References object_CME_Write_Register, struct_Registers, TP021_23_KG3_EVIO_T1::TControl::u16_Control, TP021_23_KG3_EVIO_T1::TP021_23_KG3_EVIO_Registers::u16_Control_Word, TP021_23_KG3_EVIO_T1::TP021_23_KG3_EVIO_Registers::u16_Data, TP021_23_KG3_EVIO_T1::TControl::u16_Data_Direction, TP021_23_KG3_EVIO_T1::TP021_23_KG3_EVIO_Registers::u16_Register_Address, and TP021_23_KG3_EVIO_T1::TControl::u16_Start_Transmit.
Referenced by Write_EVSEDateTime(), Write_EVSEDCMaxLimits(), Write_EVSEDCRegulationLimits(), and Write_EVSEDCStatus().
BOOL TP021_23_KG3_EVIO_T1::Write_EVSEDateTime | ( | ) |
Write EVSEDateTime register operation.
false | - Operation not done |
true | - Operation done successfuly |
References bool_Communication_Transaction_In_Progress, Check_Register_Writing_Response(), enum_EVSEDateTime, false, object_CME_Write_Register, TBlock_Input_Connector::object_Pointer, object_u64_EVSE_Date_Time_Now, TConOpSys_Variant_Data::pu64_Value, Send_Writing_Frame(), and TConOpSys_Variant::struct_Data.
Referenced by Execute().
BOOL TP021_23_KG3_EVIO_T1::Write_EVSEDCMaxLimits | ( | ) |
Write EVSEDCMaxLimits register operation.
false | - Operation not done |
true | - Operation done successfuly |
References bool_Communication_Transaction_In_Progress, Check_Register_Writing_Response(), enum_EVSEDCMaxLimits, false, object_CME_Write_Register, TBlock_Input_Connector::object_Pointer, object_u16_EVSE_Energy_To_Be_Delivered, object_u16_EVSE_Max_Current, object_u16_EVSE_Max_Power, object_u16_EVSE_Max_Voltage, TConOpSys_Variant_Data::pu16_Value, Send_Writing_Frame(), and TConOpSys_Variant::struct_Data.
Referenced by Execute().
BOOL TP021_23_KG3_EVIO_T1::Write_EVSEDCRegulationLimits | ( | ) |
Write EVSEDCRegulationLimits register operation.
false | - Operation not done |
true | - Operation done successfuly |
References bool_Communication_Transaction_In_Progress, Check_Register_Writing_Response(), enum_EVSEDCRegulationLimits, false, object_CME_Write_Register, TBlock_Input_Connector::object_Pointer, object_u16_EVSE_Min_Current, object_u16_EVSE_Min_Voltage, object_u8_EVSE_Current_Regulation_Tolerance, object_u8_EVSE_Peak_Current_Ripple, TConOpSys_Variant_Data::pu16_Value, TConOpSys_Variant_Data::pu8_Value, Send_Writing_Frame(), and TConOpSys_Variant::struct_Data.
Referenced by Execute().
BOOL TP021_23_KG3_EVIO_T1::Write_EVSEDCStatus | ( | ) |
Write EVSEDCStatus register operation.
false | - Operation not done |
true | - Operation done successfuly |
References bool_Communication_Transaction_In_Progress, Check_Register_Writing_Response(), enum_EVSEDCStatus, false, object_CME_Write_Register, TBlock_Input_Connector::object_Pointer, object_u16_EVSEPresentCurrent, object_u16_EVSEPresentVoltage, object_u8_EVSE_CurrentLimit_Achieved, object_u8_EVSE_Free_Service, object_u8_EVSE_Isolation_Status, object_u8_EVSE_PowerLimit_Achieved, object_u8_EVSE_Processing_CA, object_u8_EVSE_Processing_CPD, object_u8_EVSE_Status_Code, object_u8_EVSE_Voltage_Limit_Achieved, TConOpSys_Variant_Data::pu16_Value, TConOpSys_Variant_Data::pu8_Value, Send_Writing_Frame(), and TConOpSys_Variant::struct_Data.
Referenced by Execute().
Communication transaction in progress flag.
Referenced by Read_EVDCChargeTargets(), Read_EVDCEnergyLimits(), Read_EVDCMaxLimits(), Read_EVMacAddress(), Read_EVStatusDisplay(), Write_EVSEDateTime(), Write_EVSEDCMaxLimits(), Write_EVSEDCRegulationLimits(), and Write_EVSEDCStatus().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_bool_Command_Processing_Done |
Referenced by Execute().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_bool_Command_Processing_Error |
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_bool_Command_Processing_Start |
Referenced by Execute().
|
private |
object CME read register
Referenced by Read_EVDCChargeTargets(), Read_EVDCEnergyLimits(), Read_EVDCMaxLimits(), Read_EVMacAddress(), and Read_EVStatusDisplay().
|
private |
object CME write register
Referenced by Receive_Message(), Send_Writing_Frame(), Write_EVSEDateTime(), Write_EVSEDCMaxLimits(), Write_EVSEDCRegulationLimits(), and Write_EVSEDCStatus().
|
private |
Referenced by Execute().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u16_Error_Info_0 |
0x102 : ErrorCodes register
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u16_Error_Info_1 |
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u16_Error_Info_2 |
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u16_Error_Info_3 |
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u16_EV_Energy_Capacity |
0x203 : EVDCEnergyLimits register
Referenced by Read_EVDCEnergyLimits(), and TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u16_EV_Energy_Request |
Referenced by Read_EVDCEnergyLimits(), and TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u16_EV_Max_Current |
0x200 : EVDCMaxLimits register
Referenced by Read_EVDCMaxLimits(), and TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u16_EV_Max_Power |
Referenced by Read_EVDCMaxLimits(), and TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u16_EV_Max_Voltage |
Referenced by Read_EVDCMaxLimits(), and TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u16_EV_Pre_Charge_Voltage |
Referenced by Read_EVDCChargeTargets(), and TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u16_EV_Target_Current |
0x201 : EVDCChargeTargets register
Referenced by Read_EVDCChargeTargets(), and TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u16_EV_Target_Voltage |
Referenced by Read_EVDCChargeTargets(), and TP021_23_KG3_EVIO_T1().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u16_EVSE_Current_Limit |
0x309 : EVSEChargeControl register
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u16_EVSE_Energy_To_Be_Delivered |
Referenced by TP021_23_KG3_EVIO_T1(), and Write_EVSEDCMaxLimits().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u16_EVSE_Max_Current |
0x300 : EVSEDCMaxLimits register
Referenced by TP021_23_KG3_EVIO_T1(), and Write_EVSEDCMaxLimits().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u16_EVSE_Max_Power |
Referenced by TP021_23_KG3_EVIO_T1(), and Write_EVSEDCMaxLimits().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u16_EVSE_Max_Voltage |
Referenced by TP021_23_KG3_EVIO_T1(), and Write_EVSEDCMaxLimits().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u16_EVSE_Min_Current |
0x301 : EVSEDCRegulationLimits register
Referenced by TP021_23_KG3_EVIO_T1(), and Write_EVSEDCRegulationLimits().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u16_EVSE_Min_Voltage |
Referenced by TP021_23_KG3_EVIO_T1(), and Write_EVSEDCRegulationLimits().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u16_EVSE_PMax_Schedule_ID |
0x304 : EVSESchedule register
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u16_EVSE_PMax_Schedule_Power |
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u16_EVSEPresentCurrent |
0x302 : EVSEDCStatus register
Referenced by TP021_23_KG3_EVIO_T1(), and Write_EVSEDCStatus().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u16_EVSEPresentVoltage |
Referenced by TP021_23_KG3_EVIO_T1(), and Write_EVSEDCStatus().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u32_EV_Time_To_Bulk_SoC |
Referenced by Read_EVStatusDisplay(), and TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u32_EV_Time_To_Full_SoC |
Referenced by Read_EVStatusDisplay(), and TP021_23_KG3_EVIO_T1().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u32_EVSE_PMax_Schedule_Duration |
0x305 : EVSEScheduleTime register
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u32_EVSE_PMax_Schedule_Start |
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u64_EV_Mac_Address |
0x204 : EVMACAddress register
Referenced by Read_EVMacAddress(), and TP021_23_KG3_EVIO_T1().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u64_EVSE_Date_Time_Now |
0x308 : EVSEDateTime register
Referenced by TP021_23_KG3_EVIO_T1(), and Write_EVSEDateTime().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u64_EVSE_ID |
0x306 : EVSEID register
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u64_EVSE_Session_ID |
0x307 : EVSESessionID register
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u8_Actual_Charge_Protocol |
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u8_Alive_Counter |
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u8_Command |
Referenced by Execute().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u8_Control_Pilot_Duty_Cycle |
0x100 : ChargeInfo register
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u8_Control_Pilot_State |
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u8_Diode_Present |
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u8_EV_Bulk_Charging_Complete |
Referenced by Read_EVStatusDisplay(), and TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u8_EV_Bulk_SOC |
Referenced by Read_EVDCMaxLimits(), and TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u8_EV_Cabin_Conditioning |
Referenced by Read_EVStatusDisplay(), and TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u8_EV_Charging_Complete |
Referenced by Read_EVStatusDisplay(), and TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u8_EV_Compatible |
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u8_EV_Error_Code |
Referenced by Read_EVStatusDisplay(), and TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u8_EV_Full_SOC |
Referenced by Read_EVDCMaxLimits(), and TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u8_EV_Ready |
Referenced by Read_EVStatusDisplay(), and TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u8_EV_RESS_Conditioning |
Referenced by Read_EVStatusDisplay(), and TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u8_EV_SoC |
0x202 : EVStatusDisplay register
Referenced by Read_EVStatusDisplay(), and TP021_23_KG3_EVIO_T1().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u8_EVSE_Control_Pilot_Duty_Cycle |
0x303 : EVSEPlugStatus register
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u8_EVSE_Control_Pilot_State |
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u8_EVSE_Current_Regulation_Tolerance |
Referenced by TP021_23_KG3_EVIO_T1(), and Write_EVSEDCRegulationLimits().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u8_EVSE_CurrentLimit_Achieved |
Referenced by TP021_23_KG3_EVIO_T1(), and Write_EVSEDCStatus().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u8_EVSE_Free_Service |
Referenced by TP021_23_KG3_EVIO_T1(), and Write_EVSEDCStatus().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u8_EVSE_Isolation_Status |
Referenced by TP021_23_KG3_EVIO_T1(), and Write_EVSEDCStatus().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u8_EVSE_Peak_Current_Ripple |
Referenced by TP021_23_KG3_EVIO_T1(), and Write_EVSEDCRegulationLimits().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u8_EVSE_PowerLimit_Achieved |
Referenced by TP021_23_KG3_EVIO_T1(), and Write_EVSEDCStatus().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u8_EVSE_Processing_CA |
Referenced by TP021_23_KG3_EVIO_T1(), and Write_EVSEDCStatus().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u8_EVSE_Processing_CC |
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u8_EVSE_Processing_CPD |
Referenced by TP021_23_KG3_EVIO_T1(), and Write_EVSEDCStatus().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u8_EVSE_Proximity_Pin_State |
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u8_EVSE_SA_Schedule_Tuple_ID |
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u8_EVSE_Status_Code |
Referenced by TP021_23_KG3_EVIO_T1(), and Write_EVSEDCStatus().
TBlock_Input_Connector TP021_23_KG3_EVIO_T1::object_u8_EVSE_Voltage_Limit_Achieved |
Referenced by TP021_23_KG3_EVIO_T1(), and Write_EVSEDCStatus().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u8_ProximityPinState |
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u8_SLAC_Link_Status |
Referenced by Read_EVStatusDisplay(), and TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u8_Software_Version_Config |
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u8_Software_Version_Major |
0x101 : SoftwareInfo register
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u8_Software_Version_Minor |
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u8_Software_Version_Patch |
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u8_StateMachineState |
Referenced by TP021_23_KG3_EVIO_T1().
TBlock_Output_Connector TP021_23_KG3_EVIO_T1::object_u8_TCP_Status |
Referenced by TP021_23_KG3_EVIO_T1().
|
private |
Pointer to the memory area in FPGA address space.
Referenced by Check_Register_Writing_Response(), Get_Module_ID(), Init(), Map(), Receive_Message(), Send_Information(), Send_Reading_Frame(), and Send_Writing_Frame().