commeneted out warmers full read
This commit is contained in:
@@ -2362,6 +2362,9 @@ namespace CMS_CORE_Library.S7Net
|
||||
// refresh dati status/comando termocamera
|
||||
refreshRiscTermoCamCommStatus();
|
||||
|
||||
// FIXME TODO ammazza le performances!!!
|
||||
#if false
|
||||
|
||||
if (!useCache)
|
||||
{
|
||||
// refresh setpoint HMI canale % | Write
|
||||
@@ -2372,7 +2375,8 @@ namespace CMS_CORE_Library.S7Net
|
||||
refreshRiscTermoCamTempAct();
|
||||
// refresh temp canale impostata x thermoCam | Write
|
||||
refreshRiscTermoCamTempSet();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
// copio lista act in output
|
||||
currWarmerChannelList = ThermoWarmChannels;
|
||||
@@ -3088,6 +3092,7 @@ namespace CMS_CORE_Library.S7Net
|
||||
/// </summary>
|
||||
private void refreshRiscTermoCamAbilit()
|
||||
{
|
||||
#if false
|
||||
// leggo DB664 x abilitazione ch alla termocamera
|
||||
List<byte> currMem = new List<byte>();
|
||||
|
||||
@@ -3129,7 +3134,8 @@ namespace CMS_CORE_Library.S7Net
|
||||
else
|
||||
{
|
||||
libraryError = S7_PLC_EMPTY_READ;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
/// <summary>
|
||||
/// Refresh Canali Riscaldi: SetPoint HMI
|
||||
|
||||
Reference in New Issue
Block a user