Forum Replies Created
-
AuthorPosts
-
MikhailModeratorSo set the channel, the output formula would be
SetTempData()public double SetTempData() { MyVal = CmdVal; return CmdVal; }
MikhailModeratorHi,
Try another solution.
In the Scripts table, declare a variable:
public double MyVal = double.NaN;In the input formula of the channel use:
MyValVariables are not stored in archives.
MikhailModeratorThe CSV export utility is a separate small application which always requires UTC time.
You can export historical data to Excel using the local time and then save to CSV.
MikhailModerator101 is a channel to reset.
MikhailModeratorHi,
Try the following:
In the Scripts table, insert
SetData(101, 0, 1);
into InitScripts() which is a record #1.
Let me know it it works or not. I haven’t tested it.
MikhailModeratorAfter build, the result files should be copied according to the file structure as they are presented in the installation package.
MikhailModeratorHi,
Yes. There should be 3 instances in the project. The configuration is uploaded separately for each instance.
MikhailModeratorHi,
Report time zone is set according to the web application time zone. It can be set in the Webstation configuration using the Administrator app.
MikhailModeratorHi,
An engineer sends a project for execution. Then the project is executed by the services such as Server, Communicator and Webstation.
MikhailModeratorPlease provide screenshots of your settings and log files.
To upload screenshot use a file hosting or image hosting, for example https://imgbb.com/November 10, 2025 at 9:24 am in reply to: KpModbus – function code 16 (10 hex) Write multiple #17270
MikhailModeratorHello,
Auto Control Module sends commands to Server. It is a universal logical module which is not protocol-dependent.
To configure particular Modbus commands, edit the Modbus template in the device properties in Communicator.
MikhailModeratorPlease provide screenshots of your settings and log files.
MikhailModeratorHi,
The Input channel property is used for simple scenarios. To bind many properties to different channels, click the Property bindings button (in the property grid) and add as many bindings as needed.Please translate this document from Russian into your native language. It can help.
MikhailModeratorHi,
There is no software limits. You should control CPU and memory usage, and network traffic of the server. -
AuthorPosts