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.
Solved! Go to Solution.
04-01-2021
01:27 AM
- last edited on
01-13-2025
10:33 AM
by
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.
04-01-2021 08:40 AM
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.