WIP MGI Fanuc
WIP Override & process data Fix maintainer
This commit is contained in:
@@ -45,7 +45,8 @@ namespace Step.Controllers.WebApi
|
||||
ProdEnabled = SoftwareProdConfig.Enabled,
|
||||
ProdPath = SoftwareProdConfig.Path,
|
||||
ExtSoftwares = ExtSoftwaresConfig,
|
||||
Autorun = ServerStartupConfig.AutoOpenCmsClient
|
||||
Autorun = ServerStartupConfig.AutoOpenCmsClient,
|
||||
MgiOption = NcConfig.MgiOption
|
||||
};
|
||||
|
||||
return Ok(clientConfiguration);
|
||||
@@ -109,7 +110,7 @@ namespace Step.Controllers.WebApi
|
||||
if (configuredAlarm == null)
|
||||
restoreIsEnabled = false;
|
||||
else
|
||||
restoreIsEnabled = configuredAlarm.RestoreIsActive;
|
||||
restoreIsEnabled = configuredAlarm.RestoreIsActive;
|
||||
|
||||
alarmsConfig.Add(new DTOAlarmConfigModel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user