Forum Replies Created
-
AuthorPosts
-
MikhailModeratorThe Rapid SCADA 6 Beta 8 update has been released. The download link is at the beginning of the topic.
What’s new:
– Fixed bugs found in various applications and modules.
– Added options for table views, which, among other things, allow to set the displayed archive for a particular view.
– Added an archive option for the standard Chart Plugin. For example, in the address bar add …&archive=Hour
– The format description is displayed on the command sending form, if the format is string.
– The logic of Rapid Gate Module developed. The user interface of the module is partially ready.
MikhailModeratorHow do I send a float value to the device?
Usually writing a float requires 0x10 Modbus function. Set the Multiple checkbox, specify data type, and try sending command without any formula.
If something goes wrong, provide logs and screenshots.
MikhailModeratorChannel(101) > 65525 then it shows -1 otherwise it shows the actual value
Use the formula for the channel 101:
Cnl > 65525 ? -1 : CnlHow can we use custom Formulas in Rapid Scada
Check this article https://rapidscada.net/doc/content/latest/en/software-configuration/using-formulas.html
MikhailModeratorHello,
Do you need to display 65526 as -1?
MikhailModeratorDriver should be developed using .NET Framework. See the article for the details https://rapidscada.org/device-drivers-development/
MikhailModeratorHello,
What useful info is available in the module log files?
MikhailModerator🙂
MikhailModerator…@ElasticRep
MikhailModeratorHi,
You have to define the view type in the Views table as shown here https://rapidscada.net/doc/content/latest/en/modules/plg-elastic-report-files/report_itf_tbl_en.png
MikhailModeratorHi,
By default, the module exports data when it comes from Communicator to Server. Calculated channels not included in this case.
To export all data, including calculated channels, you can use the archive upload feature of the module.July 4, 2022 at 9:32 am in reply to: How to set the number after the comma to 2 digits (Elastic Report)? #10400
MikhailModeratorI guess, that the issue is related to Excel format. In the channel properties there are no decimals, but in the cell there are a lot of digits after decimal separator.
MikhailModeratorHi,
For Rapid SCADA 5, the above is correct.
In version 6, the auto login feature is built-in the web app. It is applied for any IP. So in Rapid SCADA 6, you can’t use auto login only for local connections. In this case, you could use simple “Remember me” locally.July 1, 2022 at 1:02 pm in reply to: How to set the number after the comma to 2 digits (Elastic Report)? #10395
MikhailModeratorThe plugin version is up to date.
Does the error appears on PDF and HTML formats?June 30, 2022 at 9:24 am in reply to: How to set the number after the comma to 2 digits (Elastic Report)? #10392
MikhailModeratorHi,
Thank you for the screenshots. The settings seem OK.
What version of Elastic Report is in use? It is displayed by the Webstation app on the plugins page.
What output format do you use, HTML, PDF or Excel? -
AuthorPosts