Renames for more generic use
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Online' ">
|
||||
<OutputPath>bin\Online\</OutputPath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Simulation' " />
|
||||
<Import Project="$(DevEnvDir)\PackagesToLoad\Targets\ISaGRAF.ISaGRAF5.targets" />
|
||||
<Import Project="$(DevEnvDir)\PackagesToLoad\Targets\ISaGRAF.CCW.targets" />
|
||||
</Project>
|
||||
@@ -249,7 +249,7 @@ cmd_ResetTotalizer := cmd_ResetTotalizerA OR cmd_ResetTotalizerB OR cmd_ResetTot
|
||||
IF cmd_ResetTotalizerA THEN
|
||||
mbs_ResetTotalizer_TargetCfg.Addr := cfg_ResetTotalizerA_Coil;
|
||||
ELSIF cmd_ResetTotalizerB THEN
|
||||
mbs_ResetTotalizer_TargetCfg.Addr := cfg_ResetTotalizerA_Coil;
|
||||
mbs_ResetTotalizer_TargetCfg.Addr := cfg_ResetTotalizerB_Coil;
|
||||
ELSIF cmd_ResetTotalizerC THEN
|
||||
mbs_ResetTotalizer_TargetCfg.Addr := cfg_ResetTotalizerC_Coil;
|
||||
END_IF;
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user