82 lines
2.2 KiB
C#
82 lines
2.2 KiB
C#
namespace CommonConsole
|
|
{
|
|
using Common.Hardware.WaterMeter.eRegister;
|
|
using Common.Hardware.WaterMeter.OmniPlus;
|
|
using Common.UI.WPFConnector;
|
|
|
|
using System;
|
|
|
|
public class Program
|
|
{
|
|
public static void Main()
|
|
{
|
|
//var connector = EregisterConnector.CreateNew("COM6", 1000);
|
|
|
|
//connector.Add(1, 0319020415, 0319020415);//433
|
|
//connector.AddHexCommand(1, "00-00");
|
|
//connector.Add(2, 0319020441, 0319020441);//433
|
|
//connector.AddHexCommand(2, "00-00");
|
|
//connector.Add(3, 4291317405, 4291317405);//433
|
|
//connector.AddHexCommand(3, "00-00");
|
|
|
|
//connector.RunCommands();
|
|
|
|
|
|
//var connector = EregisterConnector.CreateNew("COM6", 1000);
|
|
|
|
//connector.Add(1, 0319020415, 0319020415);//433
|
|
//connector.AddHexCommand(1, "00-00");
|
|
//connector.Add(2, 0319020441, 0319020441);//433
|
|
//connector.AddHexCommand(2, "00-00");
|
|
//connector.Add(3, 4291317405, 4291317405);//433
|
|
//connector.AddHexCommand(3, "00-00");
|
|
|
|
//connector.InitInspection();
|
|
|
|
var connection = new OmniConnection();
|
|
connection.UseUniPro("COM16");
|
|
|
|
var system = connection.ViewSystemParameters();
|
|
|
|
connection.Disconnect();
|
|
}
|
|
}
|
|
}
|
|
|
|
// 0x08, 0x0E, 0x13, 0x03, 0xEE, 0xAC, 0x00, 0x00, 0x01, 0xF4, 0x00, 0x00, 0x92, 0x0A, 0x00, 0x0F, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x13, 0x13, 0x03, 0xEE, 0xAC, 0x07, 0x0E, 0x10, 0xA0, 0x57, 0x4E, 0xDA, 0xC0, 0x00, 0x00, 0x7F, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x03, 0x05, 0xA0, 0x0C, 0x03, 0x01, 0x2E, 0x46, 0x7C, 0x76, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x25, 0x14, 0x3B
|
|
// 0x0B, 0x10, 0x13, 0x03, 0xEE, 0xAC, 0x00, 0x0A, 0x11, 0x0B, 0x11, 0x08, 0x04, 0x02, 0xC8, 0xF4, 0xFB, 0xA7, 0x18, 0x00, 0x65, 0x00, 0x35, 0x35, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0xEE, 0x34, 0x02, 0x01, 0x01, 0x16, 0x00, 0x25, 0x02, 0x71, 0x00, 0x00, 0x82, 0x71, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x08, 0xC3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|