From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
04-22-2020 08:49 AM
I have been using the NI Cloud Toolkit for AWS, it seems to be a very well written and capable set of VIs. I cannot seem to find a Palette to allow me to browse the available functionality. I have resorted to exploring "C:\Program Files (x86)\National Instruments\LabVIEW 2015\vi.lib\AWS Toolkit\S3" Is there an easier way?
If there is no palette included in the VIPM install could I suggest the developers add one.
04-22-2020 03:08 PM
Assuming you installed the NI Cloud Toolkit for AWS from VI Package Manager, after restarting LabVIEW you should see the palette at Functions > Addons > NI Cloud Toolkit for AWS.
04-23-2020 05:55 AM
Hi Darren,
well, you showed the palette for AWS cloud.
I'm having a bit different problem, I'm working on real time monitoring of temperature sensors data (up to 30 channels). And I want to monitor and control it remotely through mobile app. For this I have collected sensors data(in txt/excel/json format) from data acquisition module (YOKOGAWA MW100) on Labview(2017). Now I want to upload these collected data on Amazon AWS cloud. But Im not getting, either I use AWS S3 service or AWS IOT service for cloud storage.
Could you please guide me for this, Which will be best service in mine case? and How do I do?
04-23-2020 11:04 AM
If you want to upload data, then I think S3 is your best bet.
04-23-2020 01:10 PM
Thanks alot
but is it possible to design Android app to access S3 remotely?
04-23-2020 01:18 PM
I don't know anything about designing Android apps, you may have more luck with that question on an Android-specific discussion forum.
04-23-2020 01:21 PM
OK
Thank you!
04-23-2020 02:00 PM
You can design a Web App i.e. HTML/Javascript based using labview nxg. Then you can either access html page directly using browser or write an app to do so
04-23-2020 02:12 PM
Ok
Thank you!