08-18-2021 04:10 AM
Hi Miriam,
@MiriamLea wrote:
I set a timeout on the left handside to 1000 ms.
And to be honest I don't know what the point of the wait function,
No, you don't set a "timeout" by placing this wait function "left handside" to wait for 1000ms!
Please read the (context) help for all functions in your block diagram!
Please read even more carefully the help for HTTPGet: after doing so you should have learned about the timeout for that specific function!
@MiriamLea wrote:
I just though I might need to, to run this VI continiously.
Do you have an idea what I'm doing wrong here?
To run a function/an algorithm continuously you need to use some sort of loop.
There is no loop shown in your code!
Please don't use the "Run continuously" button in the menu bar of your VI: this is ONLY meant for debugging purposes! (It also behaves slightly different than running an algorithm in your own loop structure…)
08-18-2021 04:44 AM
Thank you for your advice. I now added a while loop around each program. But it still gives me the same error code. Do you have an idea what I should change? I just started using LabVIEW and I have little knowledge, as you probably already supposed. I'm sorry for that.
Thank you and greetings, Miriam
08-18-2021 05:00 AM - edited 08-18-2021 05:00 AM
Hi Miriam,
@MiriamLea wrote:
I now added a while loop around each program. But it still gives me the same error code.
Do both devices give that error or only one of them?
Now you need to change more things:
Simplified for one device:

08-18-2021 08:59 AM
Hi GerdW,
I really appreciate your help, thank you very much!
Greetings, Miriam