11-14-2024 12:13 PM
Hello,
I'm trying to run a python script with labview and i getting the following error:
Possible reason(s):
LabVIEW: There was an error in executing the specified function.
Python returned the following error: <class 'TypeError'>
bad argument type for built-in operation
I couldn't find a solution, could you help me?
I attached the VI and the VI already create the python file
11-14-2024 01:39 PM
Is 'table' a reserved keyword in Python? Or a built-in function, as the error code indicates?