06-09-2023 05:14 PM
Hello,
I am a newbie to LabView.
I am trying to use Python for machine learning, and predict future data with driven by Labview. I want to use Labview for front-end purpose.
Now, I am trying to use CSV data and integrate Python into LabView.
I have an error below.
How Can I fix that?
Thank you so much!
wzh0053auburnedu_0-1686348821860.png
wzh0053auburnedu_1-1686348860782.png
wzh0053auburnedu_2-1686348875686.png
06-10-2023 12:13 AM
The error is raised from within python, so you need to validate the input.
Try:
def FC_(*a, **k): return((repr(a), repr(k)))
06-12-2023 11:05 AM
Hello,
I have the same issue for both codes.
Is my connection in Labview wrong?
Thank you
wzh0053auburnedu_1-1686585897551.png
wzh0053auburnedu_2-1686585909618.png
wzh0053auburnedu_0-1686585887360.png
06-12-2023 01:37 PM
wzh0053@auburn.edu wrote:
Hello,
I have the same issue for both codes.
Is my connection in Labview wrong?
No, it is not the same issue. Did you read the error message?
Your connection is correct. Let me zoom in on the issue.
LLindenbauer_0-1686594898018.png
LLindenbauer_1-1686594947536.png
LLindenbauer_2-1686595032882.png