Skip to main content
5-Regular Member
September 27, 2019
Question

Store and Forward Vuforia View

  • September 27, 2019
  • 1 reply
  • 2214 views

Helllo, im interested in make a solution in Vuforia Studio for make a structured rounds in plants the problem is that the network could present problems, is possible to implement a solution like to store and forward(store the information tha cant be sended to thi

1 reply

21-Topaz I
September 27, 2019

Hello @afherrerac95 ,

 

I am not sure if I understand correct the requirements.

so far, I know it is not possible to save any data locally. So, means you can save data in your session and so far your session of Vuforia View is working with your project the data is consistent in session. But if your session is finished or unexpected exited then the data will be lost. If you need to save data you need to send  it back to  a webserver which should:

  • understand your request and
  • will provide a functionality to save it.

The Vuforia Studio provides in generally used ThingWorx services which could send data to be saved to Thingworx server (which is part of the Experience Service installation).

One possible option is to use a Thingworx repositories where you can save e.g.  some files (e.g. Json) which are generated in your session. You can check for further details the following   topics:

==========================================================

1.)Attach / Associate files with a thing
2.)Video widget in iOS

3.)Article - CS232916
Using a File Repository Thing to store files to use with the LoadJSON and LoadText services of the FileRepository ThingTemplate

5-Regular Member
September 27, 2019

The main problem is when you lost the connection with the experience service/thingworx and its necessary to store the data in the session(it includes images) , and send it when the session is restored, i dont know it is possible to make something with the edge microserver o use remote things but with the connection with vuforia view

21-Topaz I
October 14, 2019

Hello @afherrerac95 ,

 

I am sorry for the delay! 

When you lost the connection , then I do not think that it will be possible to save the data from the Vuforia View to local location. There could be a difference when your mobile device is connected in the same time in local WLAN and in Internet. When then it loose the Internet connection - In this case it could be possible to send the data via Rest API to a local server (means a server visible only inside the WLAN but not visible in the INTERNET)

There is a related topic “Node.js Rest API example- how to display data from the local network in Vuforia Studio project” – here was considered the reading  data of a  local server. So In your case you need something like xhttp request to send the data to the local server.