in data 03-26-2021 12:29 AM
Hi,
PLEASE HELP!
I am currently working with AWS SNS to send real-time data to a LabVIEW application. AWS SNS sends data via POST HTTP.
I am able to get the data by creating a web server with a POST HTTP method VI but I'm having difficulty in sending this data to my Main VI from the LabVIEW web server.
What would be the best way to do this? Currently I'm storing my data to a txt file and calling it from my Main VI but this is very inefficient and has delays.
Hoping for your comments.
Risolto Andare alla soluzione.
in data
04-01-2021
01:27 AM
- data ultima modifica
01-13-2025
10:33 AM
autore
Content Cleaner
Hi, I want to confirm some details first.
If you face any difficulties during troubleshoot, we can discuss for the next step at here.
in data 04-01-2021 08:40 AM
in data 04-03-2021 02:20 AM
Thank you all for your responses. I found a solution for my problem. I used Shared Variables or Queue Operations to transmit data from my Web Server VIs to my main VI.