Forum Replies Created
-
AuthorPosts
-
MikhailModeratorAlso in a command parameters (of Automatic Control Module) you can use device and command numbers instead of output channel. May be this would faster. In this case you don’t need output channel.
MikhailModeratorHi,
You right that Automatic Control Module helps.
1. Input channel #1 to get values from device 1.
2. Output channel #2 to send values to device 2.
3. In the module settings create a data change trigger and bind it to the input channel #1. A command under the trigger must be bound to the output channel #2. Tick “Copy value or data”
4. Of course, you need to setup a driver to be able to set value on device 2 by commands.
MikhailModeratorHi,
If an input channel of the event has only 2 possible values, the event is colored red or green.
In other cases, event color depends on status of input channel. Statuses and colors are defined in the Event types table. You can create your own custom statuses.
MikhailModeratorAt least
public double if2(double in1,double in2,double in3)
MikhailModeratorHi Juan,
To upgrade:
1. Create a new empty project in the new Administrator.
2. Make sure that the existing configuration is deployed to your server and works well.
3. Download the existing configuration into the new project by Administrator.
MikhailModeratoris it possible to put 3 inputs variable in to function?
Sure, it’s possible.
Function must have a return type: public double compare(…)
You can find error description in SCADA-Server log.
MikhailModeratorHi,
Could you share how did you fix it?
MikhailModeratorHi,
Thank you for this question.
Currently, the special Notification plugin in development. We will publish it in this year (may be in this summer). Follow our news on Facebook or this forum.May 13, 2019 at 6:42 am in reply to: Difference between current and previous data of same channel #5438
MikhailModeratorLink to the tested formulas to work with previous values.
MikhailModeratorThe image is not in focus. Could you make screenshots by pressing Print Screen button?
You should set channel type to Real.
I suggest the new version to upload configuration easily.
MikhailModeratorHi,
In this year we plan to update Chart Pro. I hope we will include this feature.
MikhailModeratorHi,
Good idea. Thank you.
MikhailModeratorI finished this point.
Could you share how you did it?
MikhailModerator2.if I use automatic control and I set the time, assume I set output ON at 12.00AM and OFF at 12.05AM. Can It show that on the Web page. show something like I set the output ON at 12.00AM and OFF at 12.05AM.
If you need to display time on web page, you should create input channels for storing time, set format to “Time”.
Also create output channels that allows to set the input channels. Use the formula like SetVal(101, EncodeDate(Cmd)) for them. Where 101 is the input channel number.
Also you need input channels that have value 0 or 1. These channels will be used as the triggers in Auto Control Module. And have to compare current time and predefine time.
MikhailModerator1.example. I got the data from registers modbus and I need to show on web page but the data that I got it has to convert to become a decimal number or it dose not real value. so can I use the formula to convert my data before I show it on web.
What value do you get curretnly?
What value do you need to display? -
AuthorPosts