Hi
i have list in that one tag have special characters
allTags = ['Raw Materials/ROCK FEEDING/Conveyors/Belt_PV_Débit sur le T9',
'Raw Materials/ROCK FEEDING/Conveyors/Belt']
code i am using
PathsList = [tVal.value for tVal in system.tag.readBlocking([path+".OPCPath" for path in allTags])]
error
Traceback (most recent call last):
File "", line 14, in
ValueError: Invalid path element 'Raw Materials/ROCK FEEDING/Conveyors/Belt_PV_Débit sur le T9': Illegal character '©' (Line 1 , Char 95)
can any help me to skip the error and run the for loop for other tags
i need to read 200 tags .my one liner script works very faster that's why i am using that without using try and except