Forum Replies Created
-
AuthorPosts
-
MikhailModeratorPrint Version
Then press Ctrl + P and select “Save to PDF” in the Destination field.
MikhailModeratorHi,
3000 is usual for Rapid SCADA. However there are many possible reasons for performance lack. If you think that something goes wrong, be more specific please.
MikhailModerator🙂
MikhailModeratorThank you for the example 🙂
If this is a real phone number, it’s better to change it here.
MikhailModeratorHi,
You need to analyze Communicator logs, CPU and memory usage.
MikhailModeratorKpSms.dll allows sending custom AT commands.
Command number: 2
Command type: binary
Command data: AT command
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.
-
AuthorPosts