Fix read/write status/command area THermoCam
This commit is contained in:
@@ -450,6 +450,27 @@ namespace CMS_CORE_Library.Models
|
||||
#endregion Methods
|
||||
|
||||
}
|
||||
/// <summary>
|
||||
/// ThermoCam management data
|
||||
/// </summary>
|
||||
public class ThermoCam
|
||||
{
|
||||
/// <summary>
|
||||
/// Opzione ThermoCamera (set by PLC)
|
||||
/// </summary>
|
||||
public bool ThermoOptionActive { get; set; } = false;
|
||||
/// <summary>
|
||||
/// Modalità ThermoCamera (set by HMI)
|
||||
/// </summary>
|
||||
public bool ThermoCamMode { get; set; } = false;
|
||||
/// <summary>
|
||||
/// Funzionamento ThermoCamera (set by HMI)
|
||||
/// </summary>
|
||||
public bool ThermoCamOnOff { get; set; } = false;
|
||||
}
|
||||
/// <summary>
|
||||
/// Warmers channel data
|
||||
/// </summary>
|
||||
public class WarmerChannel
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user