Mikhail

Forum Replies Created

Viewing 15 posts - 5,986 through 6,000 (of 6,218 total)
  • Author
    Posts
  • in reply to: Mimic(мнемосхема) #671
    Mikhail
    Moderator

    First of all, with help of SCADA-Administrator and SCADA-Communicator configure data obtaining from OPC server: http://rapidscada.org/connecting-devices-using-opc-standard/

    Then open SCADA-Scheme Editor and create a beautiful scheme. Bind controls to the input channels that were created in the first step. Open SCADA-Web Configurator application and add your scheme.

    Follow up questions are welcome.

    in reply to: disable Máximum failed session count en 4.5 #670
    Mikhail
    Moderator

    Hi,
    Please post here a part of communication line log. I recommend to leave Device request retries count on error unmodified and equal to 3.

    in reply to: check the status of one or more bits in 2 bytes #669
    Mikhail
    Moderator

    Hi,
    You need a one input channel of type Real for the value received from a device. Then you should create a separate input channel of type Calculated discrete for the each value. Use such formula for those channels:

    GetBit(Val(1),2)

    where 1 – the Real channel number, 2 – bit index

    in reply to: Mimic(мнемосхема) #661
    Mikhail
    Moderator

    Hi,
    As I understand, you’d like to emulate incoming data? There are 2 way to do it:
    1. Send values from Generator page of SCADA-Server.
    2. Install Matrikon OPC Simulation Server and establish a connection with it.

    If you mean something else, please let me know.

    in reply to: opc on network #658
    Mikhail
    Moderator

    Just set server IP address or host name in Common Parameters tab in SCADA-Communicator. They communicate via TCP.

    in reply to: opc on network #656
    Mikhail
    Moderator

    You can install SCADA-Communicator on the PC where OPC server is installed.

    in reply to: Any questions about Rapid SCADA and Raspberry Pi #655
    Mikhail
    Moderator

    1. Yes.
    2. It is planned in the spring of 2016. In case of your project due dates, a release of the new version can be accelerated on a commercial base.

    in reply to: Any questions about Rapid SCADA and Raspberry Pi #652
    Mikhail
    Moderator

    As a restriction: scheme views do not work for now, table views and charts are OK. This issue will be taken into account in the future version of SCADA-Web.
    Classic OPC of cource does not work on Raspbian bacause it is based on DCOM.

    in reply to: Any questions about Rapid SCADA and Raspberry Pi #645
    Mikhail
    Moderator

    Most likely SCADA-Server and SCADA-Communicator can be installed on Windows 10 IoT on Raspberry, but I have no information about such experience. I think that SCADA-Web requires some modifications to work on Win 10 IoT. If you decide to try it, I’ll help you.
    At the moment Rapid SCADA is tested on Raspbian.

    in reply to: Assign CodeSys OPC and Rapid SCADA #642
    Mikhail
    Moderator

    Please provide more information about the actions you have done.

    in reply to: Assign CodeSys OPC and Rapid SCADA #639
    Mikhail
    Moderator

    If you’ve got an OPC server for your PLC, you can retrieve data with help of Rapid SCADA. Probably you can configure Modbus using CoDeSys and establish a connection via Modbus. Useful articles:
    http://rapidscada.org/connecting-devices-using-opc-standard/
    http://rapidscada.org/connecting-devices-using-modbus-protocol/

    in reply to: Modbus RTU through TCP #636
    Mikhail
    Moderator

    Yes, you should use commands to set Modbus registers. To show a texbox in the command web form, choose empty value in Command values cell of Output channels table in SCADA-Administrator.

    in reply to: What can be stored as Minute data? #632
    Mikhail
    Moderator

    It takes all the samples those were received from SCADA-Communicator.

    To perform the check you can modify test server module. Or create a tricky formula for the channel that will add every received value to a variable and use this variable in the another channel of type Calculated real. The second variable is needed for storing number of received values.

    The second way is emulating values with help of generator in SCADA-Server.

    in reply to: What can be stored as Minute data? #630
    Mikhail
    Moderator

    Hi Dejan,

    The last received data for an input channel is stored in the minute snapshot.
    Such averaging as you described is implemented out of the box. Just tick averaging checkbox for the input channel in SCADA-Administrator.
    It is a good idea to compare your own calculated average value with a value given by Rapid SCADA.

    in reply to: microsoft silverlight message box pop up #628
    Mikhail
    Moderator

    Export to Excel and charting also should work.

Viewing 15 posts - 5,986 through 6,000 (of 6,218 total)