채널선택 화면에 변경된 형식의 채널명 표시를 위해 [ex. #A001]

This commit is contained in:
shark219
2024-12-05 11:20:12 +09:00
parent 4bb7dda9aa
commit 9f48a5e452
3 changed files with 14 additions and 9 deletions

View File

@@ -1026,6 +1026,7 @@ namespace vmsnet
var valuebuffer = new ushort[20];
valuebuffer[0] = Convert.ToUInt16(txtValue.Text);
for (int i = 1; i < valuebuffer.Length; i++) valuebuffer[i] = 0;
PUB.indicator.SlaveID = (byte)nudSlaveNo.Value;
if (PUB.indicator.WriteValue(valuebuffer) == false)
UTIL.MsgE(PUB.indicator.ErrorMessage);