Forum Replies Created
-
AuthorPosts
-
ZeusParticipantIt won’t work. I saw the source code.
Both of the modes below could not deal with that.protected bool BindConnByFirstPackage(TcpConnection tcpConn, string firstPackage)
protected void BindConnByDeviceLibrary(TcpConnection tcpConn, KPLogic kpLogic)
ZeusParticipantHi both,
The DTU has a random IP address. So we could not connect it by IP.
There is a way to handle it but it’s stupid. Config each line a TCP port.
ZeusParticipantHi,
Thanks.
ZeusParticipant66666
ZeusParticipant你是轮询么?是不是用了串口服务器
ZeusParticipant你可以在公式里对state进行赋值 代码含义如下
/// <summary>
/// Не определён
/// </summary>
public const int Undefined = 0;
/// <summary>
/// Определён
/// </summary>
public const int Defined = 1;
/// <summary>
/// Архивный
/// </summary>
public const int Archival = 2;
/// <summary>
/// Ошибка в формуле
/// </summary>
public const int FormulaError = 3;
/// <summary>
/// Изменён
/// </summary>
public const int Changed = 4;
/// <summary>
/// Недостоверен
/// </summary>
public const int Unreliable = 5;/// <summary>
/// Аварийное занижение
/// </summary>
public const int LowCrash = 11;
/// <summary>
/// Занижение
/// </summary>
public const int Low = 12;
/// <summary>
/// Нормализация
/// </summary>
public const int Normal = 13;
/// <summary>
/// Завышение
/// </summary>
public const int High = 14;
/// <summary>
/// Аварийное завышение
/// </summary>
public const int HighCrash = 15;/// <summary>
/// Вход разрешён
/// </summary>
public const int InPermitted = 101;
/// <summary>
/// Выход разрешён
/// </summary>
public const int OutPermitted = 102;
/// <summary>
/// Доступ запрещён
/// </summary>
public const int AccessDenied = 103;
/// <summary>
/// Повреждение ШС
/// </summary>
public const int WireBreak = 111;
/// <summary>
/// Снят с охраны
/// </summary>
public const int Disarm = 112;
/// <summary>
/// Поставлен на охрану
/// </summary>
public const int Arm = 113;
/// <summary>
/// Тревога
/// </summary>
public const int Alarm = 114;
ZeusParticipantHi,
It works. Thanks!
ZeusParticipant数据 有value 和status 0代表undefined
ZeusParticipant方便发一下截图么? undefined 是数据的状态
ZeusParticipant欢迎大家积极提问讨论需求
ZeusParticipantWow
That’s great.
I want to donate this project by Alipay.
D you have Alipay?
I only want to do little help for what you have done.
You have done a great job.
I want to do some cooperation with you in China.
May I have your self contact.
The contact here is not timely.
I know we have The jet lag. I won’t disturb When you sleep.-
This reply was modified 4 years, 11 months ago by
Zeus.
ZeusParticipantThe data is from the Modbus simulator I developed before.
ZeusParticipantHi,
That’s great. Thanks.
ZeusParticipantHi,
Could you Change the branch name ‘Questions in Chinese’ to ‘中文问题技术交流’. That would be great.
ZeusParticipantHi,
I see. I will tell you if there are inappropriate statements, advertisements, or spam. -
This reply was modified 4 years, 11 months ago by
-
AuthorPosts