Hi Martin, Thank you for the response. But the issue is that we do not have a current plan to include SP16 into our package. I understand that automation platform APIs can also be used via IronPythonScripting in TestManager to perform some of the automated actions. I found out that 'ICommunicationSettings6' interface in DeviceObject has get/set iscommunicationencrypted methods. I am not an expert in using IronPython. Hence, could you please let me know if it is possible this way and how. BR Mazahar...
Hi Martin, Thank you for the response. But the issue is that we do not have a current plan to include SP16 into our package. I understand that automation platform APIs can also be used via IronPythonScripting in TestManager to perform some of the automated actions. I found out that 'ICommunicationSettings2' interface in DeviceObject has get/set secure online mode methods. I am not an expert in using IronPython. Hence, could you please let me know if it is possible this way and how. BR Mazahar S
Hi Martin, Thank you for the response. But the issue is that we do not have a current plan to include SP16 into our package. I understand that automation platform APIs can also be used via IronPythonScripting in TestManager to perform some of the automated actions. I found out that 'ICommunicationSettings' interface in DeviceObject has get/set secure online mode methods. I am not an expert in using IronPython. Hence, could you please let me know if it is possible this way and how. BR Mazahar S
Hi, I am trying to find a way to toggle 'Encrypted Communication' flag in Communication Settings tab of the device from Codesys test manager. I looked in script engine plugin API and tried with 'device_parameters' properties of device object, but the count returned was 0. Also tried get_device_communication_settings() of the device object, but could not find any property to set the flag. Also could not find anything suitable in test manager built-in test actions. Request your help in sorting this...