Forum Replies Created
-
AuthorPosts
-
MikhailModeratorIn this case, create 2 extra channels, max and min. Set them as limits of the 1st channel (see this page). To display them on a chart, you need to select them manually or display chart as a view with predefined channels.
MikhailModeratorDo you mean that you need to restart a line by another OPC UA client?
If so, you need a channel that can be changed by the client, and use Automatic Control Module to send a command depending on that channel.
MikhailModeratorHello,
Channel formula example,
Cnl <= 10 ? Cnl : 0
Condition ? expression1 : expression2
MikhailModeratorCurrent driver version supports number values. We will support 4 char strings in the next driver version.
MikhailModeratorHi,
You have to fill the tags in the device properties. One tag per line
MikhailModerator> I just want to know how many Y axes can be used at most
There is no software limit. If you create too many axes, they will appear ugly, I suppose.
MikhailModeratorCreate a channel of the Output type and set Tag Code to the above.
MikhailModeratorHi,
In version 6 you can send a command to restart a line.
Supported commands are here.
Command value is a line number to restart.
MikhailModeratorYes, this timeout also affects how long it waits for service command execution.
July 15, 2024 at 10:06 am in reply to: “Service control command failed” When uploading configuration #14936
MikhailModeratorHello,
It sometimes happens. Use IIS management console to restart the web application if it cannot be restarted programmatically.
MikhailModeratorHi,
I checked, 2001-01-01 is a starting point in demo mode, specified in the source code.
MikhailModeratorLikely, the service needs more time to stop. Try increasing the timeout in the profile settings.
MikhailModeratorPlease use a proper topic for another question that is not related to logging data per second.
There should be a solution in v6.
MikhailModeratorHello,
What is the math formula or algorithm?
MikhailModerator1. Set FileName=Astro2.csv
2. Locate the file in SCADA\ScadaComm\Storage
3. Set date to 2001-01-01 instead of 2024-07-09 -
AuthorPosts