Mikhail

Forum Replies Created

Viewing 15 posts - 4,546 through 4,560 (of 5,147 total)
  • Author
    Posts
  • in reply to: How to get the data from a RS232 device? #1532
    Mikhail
    Moderator

    What communication protocol is supported by the device?

    in reply to: Automatic Control Module integration #1531
    Mikhail
    Moderator

    I didn’t write: you have to change channel type to Calculated real.

    in reply to: Automatic Control Module integration #1528
    Mikhail
    Moderator

    I mean that you should enter the whole CheckTime() function in Formulas table. Then enter just CheckTime() in Input channels table.

    in reply to: Automatic Control Module integration #1525
    Mikhail
    Moderator

    The simple formula example:

    double CheckTime()
    {
      DateTime nowDT = DateTime.Now;
      return nowDT.Hour == 1 && nowDT.Minute == 0 ? 1 : 0;
    }
    
    in reply to: Automatic Control Module integration #1524
    Mikhail
    Moderator

    In formulas you can use DateTime and TimeSpan

    in reply to: Automatic Control Module integration #1523
    Mikhail
    Moderator

    Do you need a special time for sending command or just a period of doing it?
    How accurately you need to define a time? Is it enough to set hour only or hour and minutes?

    in reply to: Automatic Control Module integration #1521
    Mikhail
    Moderator

    In this case you should use another approach:
    Create an input channel as a flag and check time in the channel’s formula. Then create a trigger that fires on the flag value.
    To change the timer counter according to a command you need an output channel.

    in reply to: Automatic Control Module integration #1519
    Mikhail
    Moderator

    Hello,

    Please describe your task in details. Why do you need it?

    in reply to: Alarm via email #1515
    Mikhail
    Moderator

    10 min after start Server service. What is in the module log?

    in reply to: Commands in Modbus #1513
    Mikhail
    Moderator

    The default password is 12345. Try to enter it and look 🙂

    in reply to: Commands in Modbus #1511
    Mikhail
    Moderator

    Hi,

    Go to Commands tab in Communicator and send a command with a number specified in the template. You should see the command in communication line log and in Device Data tab.

    If it works, configure output channels, bind them to a scheme or a table view and send via the web app.

    in reply to: New Web App Idea? #1509
    Mikhail
    Moderator

    Hi,

    All the forces are aimed for the development of the new web app. You could use both versions simultaneously while it is not fully ready.

    in reply to: New Web App Idea? #1507
    Mikhail
    Moderator

    Hi!
    Chart Pro and Chart List components will be implemented for the new web app within a few months. Probably, they will require new keys, but in case that you already have a license, the new keys will be free for you.

    in reply to: Alarm via email #1504
    Mikhail
    Moderator

    Did you enter your valid email account in the device 201 properies in Communicator?
    If not, just double click the device 201 to open them.

    in reply to: Error installing ScadaWeb Win10 #1502
    Mikhail
    Moderator

    OK.
    By the way, the new web app beta works on Linux as well as on Windows.

Viewing 15 posts - 4,546 through 4,560 (of 5,147 total)