Hello,
Is it possible to read a .txt file say: with open("D:\Support\t\EnumList.txt","r") as enumFileRead: lines = enumFileRead.readlines()
These are inbuilt functions of python. But can we use this along with other commands from ScriptEngine and run it from CODESYS.
Log in to post a comment.
Hello,
Is it possible to read a .txt file say:
with open("D:\Support\t\EnumList.txt","r") as enumFileRead:
lines = enumFileRead.readlines()
These are inbuilt functions of python. But can we use this along with other commands from ScriptEngine and run it from CODESYS.