Forum Replies Created
-
AuthorPosts
-
MikhailModeratorCurrently, you can also select components from a drop down list of the editor. If you provide friendly names to components, you can easily find them in the list.
> Instead of “your not allowed to open this”
Do you mean errors when a user opens a view?
MikhailModeratorThe chart component has the Background color property. But chart uses its own settings loaded from PlgChartPro.xml. You should find this file in your project and change properties in the XML file. You can create many XML files with different chart properties and use a particular file.
MikhailModeratorHi,
Am I understand correctly that you are talking about displaying the same scheme (*.sch) in different languages?
January 11, 2022 at 11:37 am in reply to: After the custom unit is wrong, it cannot be modified #9889
MikhailModeratorPlease provide screenshots of the error and a sequence of steps to reproduce the error.
May be you should refresh the Input channels table before using new units.
MikhailModeratorAll files should be located inside the project: C:\SCADA\Projects\YOUR_PROJECT
MikhailModeratorYou need 45 output channels. Which XML file do you mean? Probably, you don’t need any special XML file.
> Would it be at all possible to add a new property for buttons and links?
It’s a good idea which allows to use less channels. I’ve added it to the backlog.
MikhailModeratorHi,
Webpage view shows an external page. How do you mean it should work?
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 ago by
Mikhail.
-
This reply was modified 4 years ago by
-
AuthorPosts