Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

Runtime with OPC UA support

ssl
2019-09-06
2023-02-13
  • ssl - 2019-09-06

    Hi,
    For more than 8 month I've had an issue with a specific SCADA system acting as OPC UA client to various codesys runtime targets (Raspberry, PFC200, WinV3) and versions (3.5.13.x - 3.5.14.20) Every time the SCADA system lack on performance when the amount of requested points become more than approx. 50. SCADA UPC UA Client reports that OPC UA server returns "BadTooManyOperations". Quality is "Good" but point is "not readable" and "not writable".
    So far I have blaimed the SCADA system for this because when i use UA expert as OPC UA client there is no problem in reading 300+ simultainious values from the runtime OPC UA server. Not a single warning or error in the UA Expert log!!
    Also if I split the points (60) over more SCADA pictures (2) there is no problem reading the 30+30 = 60 points simultainiously from the target OPC UA server. But if all 60 point go on the same SCADA picture the problem is there.

    The support team of the SCADA system has unfortunately been very slow in investigating this problem. And now 8 months later they have come back saying this is "bad performance of the Codesys OPC UA server" and not their SCADA system that is the problem. They have the following statements that I would like someone to either confirm or reject:
    1. Codesys OPC UA server has a limit of 100 operations for each service(session?)
    2. Codesys OPC UA server is not certified (by OPC foundation?)

    I am quite eager to find out who is not performing here !!

     
  • eschwellinger

    eschwellinger - 2019-09-09

    Hi,

    it is correct that our OPC UA server has an operation limit of 100 operations per service. This limit does not affect the number of monitored items available as you have also seen with UaExpert.
    It is also correct that our OPC UA server is not certified by the OPC Foundation.
    But we do checks against the OPC Foundation specification using the official UA Compliance Test Tool.
    Additionally we visit the OPC UA interoperability workshops to ensure that our OPC UA Server is compatible to different clients.
    The last years we didn’t see any major problems with different clients.

    To investigate this problem we need at least a wireshark trace that shows the complete problem. Additional some details of the used client would be helpful.
    Please send this together with an bug report on CODESYS Store-> my question "bug support"

    BR
    Edwin

     
  • ssl - 2019-09-12

    Hi Edwin,
    Thank you for your reply to this topic.
    I will forward the information to the SCADA vendor and hopefully they are willing to set up test system and do wireshark investigations.
    The SCADA system used as client is Iconics Genesis64. Have you got any experience using this system as OPC UA client to runtime OPC UA Server?
    Could you in more details describe what the UaExpert does to read more that 100 items. It must do something different from what the SCADA system does?
    Thanks again!

     
  • yehudabd

    yehudabd - 2022-12-29

    dear Sir
    we have the same Problem , we use Factory talk Of rockwell ver 13, if we use more then 100 tags on a screen the ,the screen is stack, did you get any soulotion?

     
  • yehudabd

    yehudabd - 2022-12-29

    dear Sir
    we have the same Problem , we use Factory talk Of rockwell ver 13, if we use more then 100 tags on a screen the ,the screen is stack, did you get any soulotion?

     
  • tanelihei - 2023-01-13

    If you have control over the Codesys target file system you can increase the amount of accepted connections by accessing Codesys configuration CODESYSControl.cfg (for Win target) and the following parameters
    [cmpOPCUAServer]
    MaxNodesPerBrowse=100
    MaxNodesPerNodeManagement=100
    MaxNodesPerRead=100
    MaxNodesPerWrite=100
    MaxNodesPerRegisterNodes=100
    MaxNodesPerTranslateBrowsePathsToNodeIds=100

     
    • yehudabd

      yehudabd - 2023-02-13

      Hi dear, what are the parameters for raspberry pi?

      ‫בתאריך יום ו׳, 13 בינו׳ 2023 ב-15:57 מאת ‪tanelihei‬‏ ‪ no-reply@codesys.com‬‏:‬

      If you have control over the Codesys target file system you can increase
      the amount of accepted connections by accessing Codesys configuration
      CODESYSControl.cfg (for Win target) and the following parameters
      [cmpOPCUAServer]
      MaxNodesPerBrowse=100
      MaxNodesPerNodeManagement=100
      MaxNodesPerRead=100
      MaxNodesPerWrite=100
      MaxNodesPerRegisterNodes=100
      MaxNodesPerTranslateBrowsePathsToNodeIds=100


      Runtime with OPC UA support
      https://forge.codesys.com/forge/talk/Engineering/thread/29dfa7151e/?limit=25#5f84


      Sent from forge.codesys.com because you indicated interest in
      https://forge.codesys.com/forge/talk/Engineering/

      To unsubscribe from further messages, please visit
      https://forge.codesys.com/auth/subscriptions/

      --

      *Yehuda Ben David *

      CEO

      Biosoft- Engineering your Solutions

      Floor 2 building 6 industrial Zone Lev Haarez

      Rosh Haayin

      zip 488100

      Israel

      Tel: 972 -(0)3 -9016777

      Fax: 972 -(0)3 -9016778

      Mobile: 972 -(0)546880192

      Mail: yehuda@biosoft.co.il

      Web: www.biosoft.co.il

       
  • tanelihei - 2023-01-13
     

    Last edit: tanelihei 2023-01-13

Log in to post a comment.