-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update upax file for app, entry, certs
- Loading branch information
blazej.kuhajda
committed
Dec 11, 2024
1 parent
7623ecf
commit bbd2640
Showing
8 changed files
with
100 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
CONFIGURATION HardwareIDs | ||
VAR_GLOBAL CONSTANT | ||
plc_line_HwID : UINT := UINT#32; | ||
plc_line_Rail_0_HwID : UINT := UINT#257; | ||
plc_line_plc_line_HwID : UINT := UINT#48; | ||
plc_line_plc_line_CPU_display_1_HwID : UINT := UINT#54; | ||
plc_line_plc_line_Card_reader_writer_1_HwID : UINT := UINT#51; | ||
plc_line_plc_line_DP_interface_1_HwID : UINT := UINT#60; | ||
plc_line_plc_line_OPC_UA_1_HwID : UINT := UINT#117; | ||
plc_line_plc_line_profinet_x1_HwID : UINT := UINT#64; | ||
plc_line_plc_line_profinet_x1_Port_1_HwID : UINT := UINT#65; | ||
plc_line_plc_line_profinet_x1_Port_2_HwID : UINT := UINT#66; | ||
plc_line_plc_line_profinet_x2_HwID : UINT := UINT#72; | ||
plc_line_plc_line_profinet_x2_Port_3_HwID : UINT := UINT#73; | ||
plc_line_plc_line_virtual_communication_interface_HwID : UINT := UINT#135; | ||
profinet_plc_line_HwID : UINT := UINT#256; | ||
|
||
END_VAR | ||
END_CONFIGURATION |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
CONFIGURATION IoAddresses | ||
VAR_GLOBAL | ||
|
||
END_VAR | ||
END_CONFIGURATION |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
NAMESPACE AXOpen.Data | ||
TYPE | ||
HwIdentifiers : WORD | ||
( | ||
plc_line_HwID := WORD#32, | ||
plc_line_Rail_0_HwID := WORD#257, | ||
plc_line_plc_line_HwID := WORD#48, | ||
plc_line_plc_line_CPU_display_1_HwID := WORD#54, | ||
plc_line_plc_line_Card_reader_writer_1_HwID := WORD#51, | ||
plc_line_plc_line_DP_interface_1_HwID := WORD#60, | ||
plc_line_plc_line_OPC_UA_1_HwID := WORD#117, | ||
plc_line_plc_line_profinet_x1_HwID := WORD#64, | ||
plc_line_plc_line_profinet_x1_Port_1_HwID := WORD#65, | ||
plc_line_plc_line_profinet_x1_Port_2_HwID := WORD#66, | ||
plc_line_plc_line_profinet_x2_HwID := WORD#72, | ||
plc_line_plc_line_profinet_x2_Port_3_HwID := WORD#73, | ||
plc_line_plc_line_virtual_communication_interface_HwID := WORD#135, | ||
profinet_plc_line_HwID := WORD#256, | ||
|
||
NONE := WORD#0 | ||
); | ||
END_TYPE | ||
END_NAMESPACE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
NAMESPACE AXOpen.Data | ||
TYPE | ||
{S7.extern=ReadWrite} | ||
{#ix-attr:[Container(Layout.Wrap)]} | ||
Inputs : STRUCT | ||
noInputsFoundInTheHwConfig AT %B0: BYTE; | ||
END_STRUCT; | ||
END_TYPE | ||
END_NAMESPACE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
NAMESPACE AXOpen.Data | ||
TYPE | ||
{S7.extern=ReadWrite} | ||
{#ix-attr:[Container(Layout.Wrap)]} | ||
Outputs : STRUCT | ||
noOutputsFoundInTheHwConfig AT %B0: BYTE; | ||
END_STRUCT; | ||
END_TYPE | ||
END_NAMESPACE |