Forum Replies Created
-
AuthorPosts
-
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.
MikhailModeratorPlease translate this answer. It may help.
MikhailModeratorHi,
You can use Dashboard Plugin
The demo is here.In the future we plan to develop a scheme component to display charts in schemes.
MikhailModeratorHi,
Could you configure Communicator based on your intuition, then try the configuration? In case of issues, share screenshots with the settings and communication logs.
how I have to configure the channel setting type tcp cliente, tcp master, in properties, master, Slave, connection individual, shared, etc.
Try TCP slave first.
MikhailModeratorIs there any way to change the Off-On command that comes preinstallated in the system so off means 4 and on means 8
Hi,
Yes, just use a formula for an output channel. For example: Cmd <= 0 ? 4 : 8
MikhailModeratorHi,
If you change it to == 0, the function may be executed before hourly data are stored in the archive. In most cases this doesn’t fit.
How do you plan to use this function? -
AuthorPosts