Forum Replies Created
-
AuthorPosts
-
MikhailModeratorBut you need to click it twice, to start and to stop.
Creating a button that provides press and release events requires the development of a new component.-
This reply was modified 2 years, 10 months ago by
Mikhail.
MikhailModeratorHello,
You could use a Toggle component on a scheme. It is bound to a channel and sends a command depending on the current channel value.
MikhailModeratorTry opening the services, find the ScadaComm6 service and start it from there.
If the service is started, check ScadaComm.log located in SCADA\ScadaComm\Log
MikhailModeratorHi,
Could you explain what “in the original code” means?
MikhailModeratorHi,
First of all, I suggest to upgrade Rapid SCADA to 6.1.0.
Then
1. Download Extra Scheme Components (plg_sch_extra_comp_6.0.0.0_en.zip)
2. Close the Scheme Editor and Administrator apps.
3. Copy the files from the archive to the SCADA installation directory.
4. Open the Administrator app, open a scheme in the editor and check if new components are available in the list.
5. In the project, in Webstation configuration, activate the Extra Scheme Components plugin.
MikhailModeratorFixed. Will be included in the next release.
MikhailModeratorHi,
It should be something like
SetBit(DataRel(-1), 0, Val() > 0 ? 0 : 1)The part
Val() > 0 ? 0 : 1gets the current channel data and reverses it. The above formula is not tested. This is only an idea.
MikhailModeratorHi,
Check the module log C:\SCADA\ScadaServer\Log\ModAutoControl.log
When the module starts, it writes a computer code to the log file.
MikhailModerator
MikhailModeratorGetBit((-1), 0) looks meaningless. Did you copy it from somewhere?
March 23, 2023 at 1:33 pm in reply to: archived data more the 30days, it cannot be displayed normally #12288
MikhailModeratorHello,
Please ping me when you are available for testing Chart Pro.
MikhailModeratorHi,
Open a file that contains database login and password and check that the password is encrypted. To encrypt a password use Administrator – Tools – Project Tools – Encrypt password.
MikhailModeratorHi,
It depends on the error.
MikhailModerator🙂
-
This reply was modified 2 years, 10 months ago by
-
AuthorPosts