Draft risc read functions

This commit is contained in:
Samuele Locatelli
2020-05-30 15:59:51 +02:00
parent 8264875bc6
commit ac4ec61f44
3 changed files with 134 additions and 5 deletions
+3 -3
View File
@@ -671,9 +671,9 @@ namespace CMS_CORE_Library.Models
public class WarmerChannel
{
public ushort IdChannel { get; set; } = 0;
public byte SetpointThermoCam { get; set; } = 0;
public byte SetpointPLC { get; set; } = 0;
public int IdChannel { get; set; } = 0;
public double SetpointThermoCam { get; set; } = 0;
public double SetpointPLC { get; set; } = 0;
public byte ChStatus { get; set; } = 0;
public byte PercAct { get; set; } = 0;