添加仿真PLC漏配置,测试气路仿真
This commit is contained in:
parent
c5e0b04413
commit
5713889c4f
@ -14,6 +14,10 @@
|
|||||||
|
|
||||||
</IoMfcs>
|
</IoMfcs>
|
||||||
|
|
||||||
|
<TcAdses classType="Aitex.Core.RT.Device.Devices.SicAds" assembly="MECF.Framework.RT.EquipmentLibrary">
|
||||||
|
<TcAds id="MainPLC" module="PM1" display="" schematicId="" unit="" option="true" doShutDown="DO_AbortProcessShutdownFlag"/>
|
||||||
|
<TcAds id="MainPLC" module="PM2" display="" schematicId="" unit="" option="true" doShutDown="DO_AbortProcessShutdownFlag"/>
|
||||||
|
</TcAdses>
|
||||||
<WcfPlcs assembly="MECF.Framework.Common" classType="MECF.Framework.Common.PLC.WcfPlc">
|
<WcfPlcs assembly="MECF.Framework.Common" classType="MECF.Framework.Common.PLC.WcfPlc">
|
||||||
<WcfPlc id="MainPLC" module="PM1" display="" schematicId="" unit="" option="true" />
|
<WcfPlc id="MainPLC" module="PM1" display="" schematicId="" unit="" option="true" />
|
||||||
<WcfPlc id="MainPLC" module="PM2" display="" schematicId="" unit="" option="true" />
|
<WcfPlc id="MainPLC" module="PM2" display="" schematicId="" unit="" option="true" />
|
||||||
|
|||||||
@ -19,7 +19,7 @@ namespace SicSimulator.Instances
|
|||||||
|
|
||||||
public void Initialize()
|
public void Initialize()
|
||||||
{
|
{
|
||||||
SetDefaultValue("PM1");
|
//SetDefaultValue("PM1");
|
||||||
//SetDefaultValue("PM2");
|
//SetDefaultValue("PM2");
|
||||||
//SetTMDefaultValue("TM");
|
//SetTMDefaultValue("TM");
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user