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!
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
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.