Skip to main content
1-Visitor
October 9, 2017
Solved

how to store the LabVIEW program in cloud and also to retrieve it

  • October 9, 2017
  • 7 replies
  • 5058 views

how to store the LabVIEW program in cloud and also to retrieve it

Best answer by supandey

For installing Labview  in a cloud environment, I'd recommend checking with their documentation since this is a 3rd party product not related to ThingWorx. From what I see in that guide that HTTP calls to ThingWorx are made from the Labview so for ThingWorx it doesn't matter from where you have your LabView installed be it on local machine or in a cloud environment as long as the setup is allowing to make REST calls you should be able to reach ThingWorx using those same REST calls.

Feel free to correct me if you feel I still haven't got the issue.

7 replies

5-Regular Member
October 9, 2017

Hi, could you please elaborate your use case? Are you attempting LabView data to connect to ThingWorx?

mcb1-VisitorAuthor
1-Visitor
October 9, 2017

hi sushant,

thanks for your reply.

my use case would be to upload my labview program in cloud and any one in my organisation should able to get the LV program and modify it.

Is there any possibility in thingworx of how would i upload the labview program in cloud.

5-Regular Member
October 9, 2017

I am not sure if i am getting it right, you want to upload LabView to ThingWorx? As to uploading anything to ThingWorx, it has to be ThingWorx specific or built using ThingWorx Extension. You can surely have ThingWorx deployed in the cloud (e.g. AWS or Azure) which can be made accessible to everyone.

Sorry I'm not clear of what connection you have with ThingWorx and LabView.

mcb1-VisitorAuthor
1-Visitor
October 9, 2017

sir iam using embedded device called NI myRIO with this my sensors are connected.this has been programmed using LabVIEW.

now iam able to upload sensor data in the cloud.

now i want to completely upload the labview program itself in the cloud so that my organisation people can download the labview program from the cloud and remodify the program and once again they need to upload in the cloud.

pl help me in this regard.

thanks for the reply

supandey5-Regular MemberAnswer
5-Regular Member
October 11, 2017

For installing Labview  in a cloud environment, I'd recommend checking with their documentation since this is a 3rd party product not related to ThingWorx. From what I see in that guide that HTTP calls to ThingWorx are made from the Labview so for ThingWorx it doesn't matter from where you have your LabView installed be it on local machine or in a cloud environment as long as the setup is allowing to make REST calls you should be able to reach ThingWorx using those same REST calls.

Feel free to correct me if you feel I still haven't got the issue.