Mikhail

Forum Replies Created

Viewing 15 posts - 3,256 through 3,270 (of 6,288 total)
  • Author
    Posts
  • in reply to: Transfer value on button #8270
    Mikhail
    Moderator

    Hello,
    Please provide a screenshot of the Output channels table.

    Mikhail
    Moderator

    Hi,
    This app works as a console application. Start command prompt cmd.exe then execute EncryptPassword.exe

    Mikhail
    Moderator
    in reply to: Displaying string instead of input #8263
    Mikhail
    Moderator

    Thanks. 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");
    }
    in reply to: SCADA V6 #8261
    Mikhail
    Moderator

    We could discuss the ideas in New Ideas subforum.

    in reply to: Transfer value on button #8259
    Mikhail
    Moderator

    In 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.
    in reply to: Transfer value on button #8258
    Mikhail
    Moderator

    Hi,

    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.

    in reply to: SCADA V6 #8250
    Mikhail
    Moderator

    I will be glad to provide configs as soon as they are ready.

    in reply to: SCADA V6 #8249
    Mikhail
    Moderator

    Hello,

    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.

    in reply to: Displaying string instead of input #8248
    Mikhail
    Moderator

    Hello,
    Please provide screenshots of all changes you made related to this issue.

    in reply to: Send command #8247
    Mikhail
    Moderator

    Hi,

    As I wrote before, you should create an additional input channel of the Calculated discrete type. Read about formulas.

    in reply to: Send command #8243
    Mikhail
    Moderator

    Hi,
    Yes, my previous advice is what you need. An extra channel works as a flag variable.

    in reply to: About Elastic Report Month Period #8239
    Mikhail
    Moderator

    Hi,
    <ReadingHour>24</ReadingHour> also can’t be 24. It’ in 0…23

    in reply to: Static text vertical orientation #8238
    Mikhail
    Moderator

    Hi,

    There is no text direction property. It can be an idea for future improvement.

    in reply to: Send command #8237
    Mikhail
    Moderator

    Probably you should create an additional input channel of the Calculated discrete type that will show an error state. If not, please clarify the question.

Viewing 15 posts - 3,256 through 3,270 (of 6,288 total)