Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
Currently no. If needed, you could purchase a development.
MikhailModeratorHi,
Event color also depends on input channel status like value color. The exception if a unit of an input channel has only 2 possible values, for example, Off-On. In this case, event are colored in red and green.
MikhailModeratorHi,
Also you can change Timeout on the Request sequence page in Communicator. It may make communication more stable.
MikhailModeratorHi,
You can download events in Excel format after selecting a day you need. And then check the events in Excel.
MikhailModeratorHi,
Voice Alarm is always alarm when the event change. if I need it to alarm when the status output change from 0 to 1 but when output = 1 change to 0 should not alarm.
How can I do this.In this year we plan to issue a special notification plugin that solves this task.
Please create a new topic for another question.
MikhailModeratorThe answer is here https://forum.rapidscada.org/?topic=retain-variable
MikhailModeratorHi,
When communication lost, you should get — in a screen. Why you get zero?
How can we hold the old value until the communication come back.
Try the formula: Cnl > 0 ? Cnl : Val()
But this is a bad approach because an operator will be deceived in this situation.
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. -
AuthorPosts