Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
Templates:
Devices:
- Name: 'AventicsPneumaticsAES'
Placeholders:
- Name: 'NAME'
- Name: 'IP_ADDRESS_X1'
Value: '192.168.0.1/24'
- Name: 'PROFINET_DEVICE_NAME_X1'
Value: 'aes-d-bc-pnio'
Content:
Name: '${NAME}'
Modules:
- Name: '${NAME}'
TypeIdentifier:
FileName: 'GSDML-V2.34-AVENTICS-02B5-AES2-20240707.XML'
GsdId: 'DIM 31'
Interfaces:
- Name: 'PN-IO'
Label: 'X1'
Addresses:
Configured:
- IPv4: '${IP_ADDRESS_X1}'
- ProfinetDeviceName: '${PROFINET_DEVICE_NAME_X1}'
Parameters:
IECV22LLDPMode: False
# PrioritizedStartup (Boolean)
Ports:
- Name: 'Port_1'
Label: 'X1 P1'
Parameters:
PortActivation: True
# Possible values: 8 - Automatic | 16 - TP 100 Mbps full duplex
TransmissionRateAndDuplex: 'Automatic'
EndOfDetectionOfAccessibleDevices: False
EndOfTopologyDiscovery: False
PortMonitoring: False
# TransmissionRateAutoNegotiation: True
# MediumAttachmentType: 'Copper'
- Name: 'Port_2'
Label: 'X1 P2'
Parameters:
PortActivation: True
# Possible values: 8 - Automatic | 16 - TP 100 Mbps full duplex
TransmissionRateAndDuplex: 'Automatic'
EndOfDetectionOfAccessibleDevices: False
EndOfTopologyDiscovery: False
PortMonitoring: False
# TransmissionRateAutoNegotiation: True
# MediumAttachmentType: 'Copper'
Parameters:
RecordDataList:
- IndexName: 'busbox parameter'
Values:
- OffsetName: 'activate diagnosis'
# Possible ValueNames: diagnosis off | diagnosis on
ValueName: 'diagnosis off'
- OffsetName: 'Profinet breakdown'
# Possible ValueNames: all outputs zero | outputs last state
ValueName: 'all outputs zero'
- OffsetName: 'backplane error'
# Possible ValueNames: not stop backplane | stop backplane all outputs zero
ValueName: 'not stop backplane'
- OffsetName: 'byte-order of WORD'
# Possible ValueNames: big-endian (default) | little-endian
ValueName: 'big-endian (default)'
- OffsetName: 'disable active web content'
# Possible ValueNames: Web content enabled | Web content disabled
ValueName: 'Web content enabled'
# just to store the idea before the weekend
# here should be the 'dynamically' configured module templates 2valves/3valves/4valves/PowerModule
# freely configurable for Slot 1-16,
# TODO find the possibility to insert 'nothing' in case of the gsdml does not support 'EMPTY_GSDID_MODULE'
# otherwise it seems we need to wait till the issue reposrted to Ingo is solved
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Templates:
Modules:
- Name: 'AventicsPneumaticsAESValveDriver2Valves'
Placeholders:
- Name: 'NAME'
Content:
Name: '${NAME}'
TypeIdentifier:
FileName: 'GSDML-V2.34-AVENTICS-02B5-AES2-20240707.XML'
GsdId: 'IDM_21'
IoConfiguration:
Outputs:
# Supported Process Image Partitions depend on the specific controller type in use (e.g., S7-1500 supports PIP 0–31).
ProcessImagePartition: 'Automatic update'
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Templates:
Modules:
- Name: 'AventicsPneumaticsAESValveDriver3Valves'
Placeholders:
- Name: 'NAME'
Content:
Name: '${NAME}'
TypeIdentifier:
FileName: 'GSDML-V2.34-AVENTICS-02B5-AES2-20240707.XML'
GsdId: 'IDM_22'
IoConfiguration:
Outputs:
# Supported Process Image Partitions depend on the specific controller type in use (e.g., S7-1500 supports PIP 0–31).
ProcessImagePartition: 'Automatic update'
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Templates:
Modules:
- Name: 'AventicsPneumaticsAESValveDriver4Valves'
Placeholders:
- Name: 'NAME'
Content:
Name: '${NAME}'
TypeIdentifier:
FileName: 'GSDML-V2.34-AVENTICS-02B5-AES2-20240707.XML'
GsdId: 'IDM_23'
IoConfiguration:
Outputs:
# Supported Process Image Partitions depend on the specific controller type in use (e.g., S7-1500 supports PIP 0–31).
ProcessImagePartition: 'Automatic update'
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Templates:
Modules:
- Name: 'AventicsPneumaticsAESValveDriverValvePowerSupply'
Placeholders:
- Name: 'NAME'
Content:
Name: '${NAME}'
TypeIdentifier:
FileName: 'GSDML-V2.34-AVENTICS-02B5-AES2-20240707.XML'
GsdId: 'IDM_30'
Loading