09-06-2020 05:49 AM
Hi guys,
i'm trying to build a program inside MyRio device and having a difficulty running this http get and post.what portion i'm missing?
this is the error message
Error 7 occurred at Call Library Function Node in LabVIEWHTTPClient.lvlib:GET.vi:390002->Untitled 1.vi
Possible reason(s):
LabVIEW: (Hex 0x7) File not found. The file might be in a different location or deleted. Use the command prompt or the file explorer to verify that the path is correct.
=========================
Nonexistent GPIB interface.
this are the library i already installed
Anything else I'm missing?
09-06-2020 09:16 AM
@kioas332 wrote:
Anything else I'm missing?
I'm not sure what you are missing, but what we are missing (because you failed to post it) is the LabVIEW program that you are trying to run. Is this part of a LabVIEW Real-Time Project? It would help us (to help you) the most if you compress the folder holding the Project and attach the resulting .ZIP file. Be sure to tell us which VI is the top-level Host (PC) and Target (myRIO) VIs, and how you are starting them.
Bob Schor
09-06-2020 09:44 PM - edited 09-06-2020 09:45 PM
Hi, Sorry if I failed to explain further.
I'm using a labview 32bit with myrio toolkit and what i'm just trying to do now is just using labview http get client. Here's my attached vi file