DispCtrl.cs 현장에서 예외 문제로 소스 행번호 로그 기능 수정
This commit is contained in:
@@ -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 })
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user