Forum Replies Created
-
AuthorPosts
-
MikhailModeratorMost likely.
MikhailModeratorHi,
Please remind what is the version of SCADA-Server now? I strongly recommend 5.1.0.4
MikhailModeratorGo to gmail account settings. Open the “Forwarding and POP/IMAP” tab and try enabling POP.
MikhailModeratorHi,
Provide screenshots please.
MikhailModeratorYou can also update by replacing files, but it’s easy to make a mistake.
MikhailModeratorHi,
1. You should post here a part of Server log.
2. Please send me the new computer code by email. I will check the changes.Is there another way to back up and restore the license more quicly and safety?
The key becomes invalid because of some changes in the environment. I will check them when receive the new computer code.
Is there the way to update software to new version more convenience?
The recommended way is here as you noticed.
MikhailModerator
MikhailModeratorHi,
There are different ways:
1. The manual
2. The Agent app
3. When the new Administrator is complete, it will be easy. Planned in the next year.
MikhailModeratorYou can create complex functions to use in formulas, so there is enough tools to do what you need.
MikhailModeratorHi,
A command is bound to an output channel. The output channel has only 1 formula. So you should do all the required calculations in a one formula. Depending the pressed button, you get CmdVal = 0,1,2,… that you can use in the formula.
MikhailModeratorCan I define different buttons using different formulas in the same Number (19)?
A set of buttons is fixed for an output channel.
MikhailModeratorPlease create different topic for different questions to avoid mess.
MikhailModeratorThe workaround is creating Apache reverse proxy or use Nginx to tranfer HTTPS requests for existing HTTP web application. This is a good option.
MikhailModeratorOther way:
Assume you have an input channel #100 for state of your machine.
In this case formula for an output channel can be: Val(100) > 0 ? 0 : 1Article about using formulas is http://doc.rapidscada.net/content/en/software-configuration/using-formulas.html
MikhailModeratorHi,
You should write a formula of an output channel which determines what commands to send depending on the current state. -
AuthorPosts