Forum Replies Created
-
AuthorPosts
-
MikhailModeratorYou are welcome.
MikhailModeratorGood, thank you for the solution π
MikhailModeratorBy changing link properties you can make it appearance similar to a button.
Every link should reference to a different View ID. The views are defined in the Interface table, and all of them uses the same *.sch file. Different channel numbers of the same scheme file because of channel number shift (see scheme templates).
MikhailModeratorHello,
The daemons (scadaagent, scadacomm and scadaserver) should be copied to /etc/init.d
Yes, you likely need root access to copy them into init.d
sudo is a proper way.
MikhailModeratorHi,
Yes.
1. Create a scheme file for popup.
2. In the Interface table create 15 rows using the same scheme file as a scheme template.
3. Setup links on the main scheme to open popups by view ID.If some item above is not clear, ask for details.
MikhailModeratorHi,
In Rapid SCADA 6 an auto login feature will be available out of the box.
MikhailModeratorDayBeg() ? Val(202) : Val()
MikhailModeratorHi,
The following approach should work:
1. Don’t use an output channel.
2. In a formula of input channel of the calculated type check if it’s time to store data, and take Val(202)
The DayBeg() function, declared in the Fomulas table, can help.-
This reply was modified 4 years, 5 months ago by
Mikhail.
MikhailModeratorHello,
Please let us know the ModDbExport version, and make screenshots of the formulas in the Input channels table.
MikhailModeratorHello,
Currently, the Telegram driver doesn’t support receiving commands. It is a good idea for the future improvements.
MikhailModeratorHi,
Sending commands is available from scheme views and table views. I suggest to right-click a view in browser, open source code, and check its JavaScript.
Code example
MikhailModerator> Let me know what to do in order to set up the communication.
Replied by email.> I did exactly as the test example says and it works fine
Good π
MikhailModeratorA custom page should not be accessed by disk path like C:\SCADA… It should be accessed by a relative link like shown in the example (see readme.txt) https://github.com/RapidScada/scada-community/tree/master/Plugins/CustomPageExample
> Itβs possibile to write data with the clientApi?
The API does not include sending commands function due to security reasons. You need to develop a plugin using C# that provides web service to send commands. We can do it by a contract if needed.
MikhailModeratorUsually devices are polled by the remote PC. The main PC only processes input channels.
The both configurations, for the main PC and the remote PC, should be created within the single project that has 2 instances.
MikhailModeratorThe above is not true. Web page view also contain the rotating image.
Anyway, press F12 and check errors in the browser console. -
This reply was modified 4 years, 5 months ago by
-
AuthorPosts