Mikhail

Forum Replies Created

Viewing 15 posts - 5,161 through 5,175 (of 6,289 total)
  • Author
    Posts
  • in reply to: Firewall interaction with Rapid Scada #2878
    Mikhail
    Moderator

    Hi,
    What Windows version do you use?

    You should open incoming connections on TCP port 80.
    To check, just open http://yourIP/ from another PC. You should see IIS welcome page.

    in reply to: Elastic Report v5.0.1.2 trouble #2877
    Mikhail
    Moderator

    OK, be free to ask 🙂

    in reply to: Slow Modbus Test #2876
    Mikhail
    Moderator

    Hi,

    Polling is slow, because the device doesn’t respond for “State” requests. Deactivate such requests in the template editor (keep “Temperature” active only) and compare the speed.

    Scheme Editor were changed. There is the old version in the video. Please create a new topic if it doesn’t work. editor.html must be open in a web browser not Word.

    in reply to: Device with poor connectivity #2875
    Mikhail
    Moderator

    Hi,
    Thank you.
    The expected behavior in this case: values and statuses of tags are zero when connection is broken. Does it work as expected or not?

    “Unable to request because connection is not established” – probably, the device disconnects from the PC. If this is a usual LAN, you should check communication with Modbus Simulator installed on another PC. If it works normal, the problem is in the device.

    in reply to: Modbus tcp client/server slave behaviour error #2874
    Mikhail
    Moderator

    Hi Marko,
    Nobody has purchased the development of this module yet. You can be the first 🙂

    in reply to: How to use Automatic Control Module #2863
    Mikhail
    Moderator

    Add to the Formulas table:

    double Beat()
    {
      return (DateTime.Now.Seconds % 10) < 5 ? 0 : 1;
    }
    

    Then use in the channel: Beat()

    • This reply was modified 8 years, 6 months ago by Mikhail.
    in reply to: E_Network Error #2862
    Mikhail
    Moderator

    For example, when we got similar error with Inneasoft BACnet OPC server, I wrote to the developer and he implemented all the required methods according to the OPC specification to make the OPC server works with the libraries that are used by Rapid SCADA.
    We can try the same approach.
    Rapid SCADA uses the official libraries by OPC Foundation. Unfortunately, they are capricious. I hope the future is cross-platform OPC UA.

    in reply to: Device with poor connectivity #2861
    Mikhail
    Moderator

    Hi,
    Please provide logs of communication line when the device is offline.
    Also provide a screenshot of the values when the device is offline.

    in reply to: Server is unavailable #2860
    Mikhail
    Moderator

    Hi,

    Does it work from another PC in the same network?
    Please press F12 in a browser and provide logs (or screenshots) from the Console and Network tabs.

    in reply to: How to use Automatic Control Module #2853
    Mikhail
    Moderator

    I can help you to create a formula for such channel if you need.

    in reply to: E_Network Error #2852
    Mikhail
    Moderator

    What is the OPC server you use?

    in reply to: E_Network Error #2851
    Mikhail
    Moderator

    Hi,

    Please try Matrikon OPC Simulation server. Does it work?
    Also try to browse the OPC server by this utility. What is the result?

    in reply to: Server is unavailable #2849
    Mikhail
    Moderator

    The format of the WebSettings.xml file was changed. You should take the new one from the distributive.
    You don’t need CommSettings.xml for the web app no more.

    in reply to: Server is unavailable #2843
    Mikhail
    Moderator

    Also check CPU load of ScadaServerSvc.exe.

    in reply to: Server is unavailable #2842
    Mikhail
    Moderator

    Hi,

    Please open C:\SCADA\ScadaWeb\config\WebSettings.xml in a text editor and check CommSettings section. These are the connection parameters for the web app. Can you provide them here?

Viewing 15 posts - 5,161 through 5,175 (of 6,289 total)