Hello,
I keep getting this error being generated for some reason:
Error 3 occurred at Python Node in RunPythonCode_1.vi
Possible reason(s):
LabVIEW: (Hex 0x3) Internal error. Wrong memory zone accessed.
=========================
GPIB Controller not addressed correctly.
I am on windows 10, using Python 3.9, 32 bit with LabVIEW 21 32 bit.
I ran a simple def function (contained in the "init.py" file):
def conn_thru():
pass
and I get the error.
When I run the example given with LabVIEW, no error gets generated. Can you offer some advice as to why I am seeing this error when I run this simple python script?
Attached is LabVIEW code to run the script.
Thanks,
hiNi