Forum Replies Created
-
AuthorPosts
-
MikhailModerator
For such long messages, create a function that returns a string and use it for an input channel.
For example:public string MyString() { if (Cnl < 0) return "Abc"; else return "Cde"; }
In the channel input formula:
MyString()
MikhailModeratorHello,
Alarms and events are displayed in the bottom panel.
If you create channels that indicate alarms, you can show them in a view such as table or scheme.Event messages are not editable.
The ack function is available for event displayed in the bottom panel.MikhailModeratorHello,
I agree with the above. The power of ten should be stored in a separate channel.MikhailModeratorHello,
Probably, another solution is needed in that case. Please provide screenshots of your settings for better understanding.MikhailModeratorWhile in the USA the comma is used as the 1000 separator, in Europe it is the period.
Please create a new topic. Some simple actions may be needed.
MikhailModeratorLikely, the channel properties are incorrect. Make sure that the tag code of the channel is set.
MikhailModeratorPlease send screenshots:
1. A screenshot of the correct command when you send it from the Administrator app.
2. Screenshot of a command when you send it with a button.MikhailModeratorUse the Modbus parser to validate your requests.
MikhailModerator1. I recommend to use short Tag codes for your convenience.
2. When you send a command, specify the tag code in the Command code field.
Command value is data to send, just a number.MikhailModeratorNote that ILLEGAL DATA ADDRESS is the answer of your device.
MikhailModeratorHello,
If you have communication logs from the previous version, compare the Modbus packets with the new version using https://rapidscada.net/modbus/
MikhailModeratorHi,
You right, it will be useful.MikhailModeratorPlease provide screenshots of the settings, and commands sent.
MikhailModeratorHi,
May be some other application affected network communications. Windows update also may be the cause.
I would prefer Linux for server software that needs to run 24/7.MikhailModeratorYou don’t need to add commands in the device properties. You can just write data to elements of subscriptions.
-
AuthorPosts