Skip to content
Merged
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
Expand Up @@ -582,7 +582,7 @@ public string ActionDescription
actionDescriptionDict.Add(328, "Change job by name running: waiting for the command complete acknowledged.");
actionDescriptionDict.Add(329, "Change job by name running: waiting for the device to be online.");
actionDescriptionDict.Add(330, "Change job by name finished.");
actionDescriptionDict.Add(330, "Change job by name finished with an error.");
actionDescriptionDict.Add(339, "Change job by name finished with an error.");
actionDescriptionDict.Add(121, "Change job by name finished succesfully.");
actionDescriptionDict.Add(122, "Change job by name restored.");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ public string ActionDescription
actionDescriptionDict.Add(328, "Change job by name running: waiting for the command complete acknowledged.");
actionDescriptionDict.Add(329, "Change job by name running: waiting for the device to be online.");
actionDescriptionDict.Add(330, "Change job by name finished.");
actionDescriptionDict.Add(330, "Change job by name finished with an error.");
actionDescriptionDict.Add(339, "Change job by name finished with an error.");
actionDescriptionDict.Add(121, "Change job by name finished succesfully.");
actionDescriptionDict.Add(122, "Change job by name restored.");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,6 @@ public string ActionDescription
// ConfigTask
actionDescriptionDict.Add(10000, "ConfigTask finished with error!");
actionDescriptionDict.Add(10001, "ConfigTask was aborted, while not yet completed!");
// ConfigTask
actionDescriptionDict.Add(10000, "ConfigTask finished with error!");
actionDescriptionDict.Add(10001, "ConfigTask was aborted, while not yet completed!");
}

string actionDescription = " ";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Templates:
- Name: 'IP_ADDRESS_X1'
Value: '192.168.0.1/24'
- Name: 'PROFINET_DEVICE_NAME_X1'
Value: 'plc_1.profinet interface_1'
Value: 'plc_1.profinet_interface_1'
- Name: 'IP_ADDRESS_X2'
Value: '192.168.1.1/24'
- Name: 'PROFINET_DEVICE_NAME_X2'
Value: 'plc_1.profinet interface_2'
Value: 'plc_1.profinet_interface_2'
- Name: 'IP_ADDRESS_X3'
Value: '192.168.2.1/24'
- Name: 'PROFINET_DEVICE_NAME_X3'
Value: 'plc_1.profinet interface gbit_3'
Value: 'plc_1.profinet_interface gbit_3'
- Name: ADMIN_NAME
Value: 'admin'
- Name: CYCLE_COMMUNICATION_LOAD
Expand All @@ -25,6 +25,21 @@ Templates:
OrderNumber: '6ES7 518-3AT10-0AB0'
Version: 'V4.0'
Services:
- Name: 'IDeviceServiceName'
Type: 'IDevice'
Enabled: False
Parameters:
ParameterAssignmentOfPnInterfaceByHigherLevelIoController: False
AssetManagementViaUserProgram: False
Interfaces:
# - Ref: 'Device/PLC_1/PROFINET_interface_1'
TransferAreas:
# - Name: 'iodata_I_consume'
# Length: 1
# Type: 'Input'
# - Name: 'iodata_I_provide'
# Length: 1
# Type: 'Output'
- Type: 'WebServer'
Enabled: True
Parameters:
Expand Down
Loading