I've seen that you can use cmds like below to run SA from scripts. system.commands["staticanalysis", "run"].execute() But I would like to run different SA configuration files to create separate logs and cant find anywhere in the scripting engine if this is supported. This stems from if I turn on everything, SA stops reporting issues in the message log when the list gets over 600ish issues. Once we have done an initial clean up of code this wont be an issue, but I'm trying to get a baseline to track...
I've seen that you can use cmds like below to run SA from scripts. system.commands["staticanalysis", "run"].execute() But I would like to run different SA configuration files to create separate logs and cant find anywhere in the scripting engine if this is supported. This stems from if I turn on everything, SA stops reporting issues in the message log when the list gets over 600ish issues. Once we have done an initial clean up of code this wont be an issue, but I'm trying to get a baseline to track...
When comparing projects using 3.5.17. It takes a long time 10-15minutes to 'build relationship table'. I did not have this problem in 3.5.12. This only happens on large HMI projects with many text files, visualisations and POUs. 700ish objects in total.
When comparing projects using 3.5.17. It takes a long time 10-15minutes to 'build relationship table'. I did not have this problem in 3.5.12. This only happens on large HMI projects with many text files, visualisations and POUs. 700ish objects in total.
I'm trying to develop a TCP Client connection that can utilise TLS. The latest version of the NBS library 3.5.16 seems to have code for this but there are no application examples as per the previous 3.5.15 library. I have created the static call for the TLS interface and linked it to the certificate in the security Screen. Handles are generated when I monitor the structures but I see no initiation of TLS handshake in wireshark. I have managed to get a normal TCP connection working with the new library,...