Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHello,
Please provide a screenshot of the Output channels table.February 8, 2021 at 1:15 pm in reply to: push data to third-party station or another rapid scada station #8269
MikhailModeratorHi,
This app works as a console application. Start command prompt cmd.exe then execute EncryptPassword.exeFebruary 7, 2021 at 6:52 am in reply to: push data to third-party station or another rapid scada station #8264
MikhailModeratorHi,
EncryptPassword
MikhailModeratorThanks. Such kind of formula works for input channel, but not for the formula table.
Formula for a channel:
EncodeAscii(Cnl < 2 ? "Running" : "Not Running")Formula for the Formulas table:
public double MyFunc() { return EncodeAscii(Cnl < 2 ? "Running" : "Not Running"); }
MikhailModeratorIn case you need to calculate a difference, change the formula:
SetVal(102, Val(102) - Val(101))-
This reply was modified 5 years, 4 months ago by
Mikhail.
MikhailModeratorHi,
I think, you don’t need Auto Control Module for this purpose.
Create an output channel, and define this channel number for a button.
When button clicked, a command is sent, and a formula of the output channel is calculated.The formula may be like this:
SetVal(102, Val(101))
where 101 is the input channel you need to save
102 is the input channel of the calculated real type that stores the saved value.
MikhailModeratorI will be glad to provide configs as soon as they are ready.
MikhailModeratorHello,
There is no config file in the project.
Do you mean Rapid SCADA project/configuration that defines how the software runs?
Rapid SCADA v6 is not ready to run. It’s under development.
Help with testing is appreciated, but testing phase has not been started yet.
MikhailModeratorHello,
Please provide screenshots of all changes you made related to this issue.
MikhailModeratorHi,
As I wrote before, you should create an additional input channel of the Calculated discrete type. Read about formulas.
MikhailModeratorHi,
Yes, my previous advice is what you need. An extra channel works as a flag variable.
MikhailModeratorHi,
<ReadingHour>24</ReadingHour>also can’t be 24. It’ in 0…23
MikhailModeratorHi,
There is no text direction property. It can be an idea for future improvement.
MikhailModeratorProbably you should create an additional input channel of the Calculated discrete type that will show an error state. If not, please clarify the question.
-
This reply was modified 5 years, 4 months ago by
-
AuthorPosts