Skip to content

Commit

Permalink
changes compnents.siemens to ...components.SIEM to prevent namespace …
Browse files Browse the repository at this point in the history
…conflict
  • Loading branch information
PTKu committed Feb 20, 2024
1 parent 7d9f8b9 commit 673a42b
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NAMESPACE AXOpen.Components.Siemens.Identification
NAMESPACE AXOpen.Components.SIEM.Identification
{S7.extern=ReadWrite}
CLASS Axo_IID_CMD_STRUCT
VAR PUBLIC
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NAMESPACE AXOpen.Components.Siemens.Identification
NAMESPACE AXOpen.Components.SIEM.Identification

(*
+-----------+-------------------------------------------+------------------------------------------------------+---------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NAMESPACE AXOpen.Components.Siemens.Identification
NAMESPACE AXOpen.Components.SIEM.Identification
{S7.extern=ReadWrite}
CLASS Axo_IID_IN_EXT_UHF
VAR PUBLIC
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NAMESPACE AXOpen.Components.Siemens.Identification
NAMESPACE AXOpen.Components.SIEM.Identification
{S7.extern=ReadWrite}
CLASS Axo_IID_IN_PN_CONFIGRECORD
VAR PUBLIC
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NAMESPACE AXOpen.Components.Siemens.Identification
NAMESPACE AXOpen.Components.SIEM.Identification
{S7.extern=ReadWrite}
CLASS Axo_IID_IN_PN_RECORDDATA
VAR PUBLIC
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NAMESPACE AXOpen.Components.Siemens.Identification
NAMESPACE AXOpen.Components.SIEM.Identification
{S7.extern=ReadWrite}
CLASS Axo_IID_IN_SYNC
VAR PUBLIC
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
USING AXOpen.Components.Abstractions.Drives;
USING Siemens.Simatic.S71500.DistributedIO;

NAMESPACE AXOpen.Components.Siemens.Identification
NAMESPACE AXOpen.Components.SIEM.Identification
{S7.extern=ReadWrite}
CLASS Axo_IdentProfile
VAR
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NAMESPACE AXOpen.Components.Siemens.Identification
NAMESPACE AXOpen.Components.SIEM.Identification
TYPE PUBLIC
eAxo_IID_COMMANDS : WORD
(
Expand Down
1 change: 0 additions & 1 deletion src/traversals/apax/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ dependencies:
'@ix-ax/axopen.io': 0.0.0-dev.0
probers-app: 0.0.0-dev.0
'@ix-ax/axopen.probers': 0.0.0-dev.0
sandbox: 0.4.2-alpha.216
simatic1500-app: 0.0.0-dev.0
'@ix-ax/axopen.simatic1500': 0.0.0-dev.0
app_apaxappname: 0.0.0-dev.0
Expand Down

0 comments on commit 673a42b

Please sign in to comment.