DispCtrl.cs 현장에서 예외 문제로 소스 행번호 로그 기능 수정

This commit is contained in:
shark219-hub
2024-11-27 17:44:53 +09:00
parent bedcaefaa4
commit 8a5617ccbb
4 changed files with 9 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ namespace vmsnet
/// <summary>
/// default value = 1
/// </summary>
public byte SlaveID { get; set; } = 1;
public byte SlaveID { get; set; } = 1; // Slave No
public DigitalIndicator(byte slaveID = 0) : base("", new RtuConfigure { BaudRate = 9600, DataBits = 8, StopBits = System.IO.Ports.StopBits.One, Parity = System.IO.Ports.Parity.None })
{