1using Siemens.Automation.ModularApplicationCreator.Tia.Openness;
2using Siemens.Automation.ModularApplicationCreator.Tia.Openness.SoftwareUnit;
22 return plcDevice.SoftwareUnits.GetOrCreateSoftwareUnit(myUnitName, macUseCasesEm);
37 return plcDevice.SoftwareUnits.GetSafetySoftwareUnit();
This is the main class in which the workflow starts. Here are all sections for creating or generating...
static ISoftwareUnit GetOrCreateSoftwareUnit(PlcDevice plcDevice, string myUnitName, MAC_use_casesEM macUseCasesEm)
Retrieves an existing software unit or creates a new one if it doesn't exist in the specified PLC dev...
static ISafetySoftwareUnit GetSafetySoftwareUnit(PlcDevice plcDevice)
Retrieves the safety software unit from the specified PLC device.