Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
Click the Deployment profile button on the main toolbar, edit the profile, and enter the webstation URL.
MikhailModeratorHi,
The above link is not public.
MikhailModeratorNote: nice dark theme!
MikhailModeratorHi,
The created communication line and device have the numbers 0, which are wrong. Probably, the UI should not allow 0.
I suggest to create lines, devices and channels using the wizards (use the toolbar buttons), so they will be created correctly.
MikhailModeratorHello,
Did you try entering IP address in the Server textbox?
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 3 years 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?
-
This reply was modified 3 years ago by
-
AuthorPosts