Mikhail

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 6,268 total)
  • Author
    Posts
  • in reply to: Setting multiple channels at once. #17884
    Mikhail
    Moderator

    // 1. Reset
    // 2. Set percent
    // 3. Ack

    If you need to send 3 values to the device by a single command, definitely you need Auto Control Module. It splits an initial command into 3 commands.

    in reply to: Setting multiple channels at once. #17883
    Mikhail
    Moderator

    I suppose, SetData should not be there.
    An output formula just returns a command value that is passed to Communicator.

    in reply to: Multi language support #17881
    Mikhail
    Moderator

    Maybe it should be a component that translates others.

    in reply to: Setting multiple channels at once. #17879
    Mikhail
    Moderator

    Hi,

    The formula looks incorrect. It should return a double value or byte array, and used as an output formula of the channel. SetVal and SetData are used to set channel value, not for sending commands.
    To use address 0, there should be a separate device. Try sending commands by the Administrator app to that device, and control the results in communication line log.

    in reply to: Multi language support #17878
    Mikhail
    Moderator

    2. This is complex. Possible approach is storing a string table as a mimic dependency. It is also requires more work made by an engineer who create a mimic.

    The economic feasibility of this work is unclear. There are many tasks that seem to be a higher priority for implementation.

    in reply to: Multi language support #17877
    Mikhail
    Moderator

    Hello,

    1. This is technically possible. However it requires a lot of work, because all web forms will be affected. Currently, only one culture is loaded when the web app start. A new mechanism for loading multiple languages should be developed.

    Since ASP Razor Pages renders pages on the server side, switching language will require page reload.

    in reply to: Communication via port forwarding not working #17876
    Mikhail
    Moderator

    It may be related to the certificate. Try to get information from the OPC server to understand how it sees the client trying to connect.

    in reply to: Multi language support #17869
    Mikhail
    Moderator

    What are the use-cases? Do you mean an implementation when users from different countries connect to the same Rapid SCADA instance?

    in reply to: Multi language support #17868
    Mikhail
    Moderator

    Hello,

    Let’s specify the requirement more precisely.

    Do you mean to implement an option that lets a user to select a language individually?

    How it should work for mimics?

    in reply to: Communication via port forwarding not working #17867
    Mikhail
    Moderator

    Hello,

    What is the error message in the screenshot?
    For some reason, the screenshot is in bad quality.

    in reply to: modal develop in mimiceditor #17862
    Mikhail
    Moderator

    Hello,
    I have some thoughts about that.
    Please create a new topic to discuss the new idea.

    • This reply was modified 1 month, 2 weeks ago by Mikhail.
    in reply to: DrvDDEJP #17861
    Mikhail
    Moderator

    To add the driver to the Store, fill the form specified here.
    Thank you.

    in reply to: Error Communication Failed #17860
    Mikhail
    Moderator

    Thank you for the update 🙂

    in reply to: Error Communication Failed #17853
    Mikhail
    Moderator

    The difficulties that have arisen are a little strange. Please let us know what you find.

    in reply to: Running Average #17852
    Mikhail
    Moderator

    Hello,

    Thank you for sharing the solution. It is clear and simle. Perhaps, it can be called monthly average.
    Another solution for moving average is here, which is more complex and fits for a short period of time.

Viewing 15 posts - 31 through 45 (of 6,268 total)