실시간트렌드뷰도 전해조 그룹 변경 時 자동으로 선택된 전해조 채널 보기

This commit is contained in:
shark219-hub
2024-12-18 12:34:04 +09:00
parent 208bedb8d6
commit 7221fcad73
7 changed files with 100 additions and 81 deletions

View File

@@ -52,13 +52,6 @@ namespace vmsnet
return new ushort[] { hValue, lValue };
}
UInt16[] splitI32(Int32 value)
{
var hValue = (UInt16)(value >> 16);
var lValue = (UInt16)(value & 0xFFFF);
return new ushort[] { hValue, lValue };
}
public bool WriteValue(UInt16[] values)
{
if (IsOpen == false)