Skip to main content
15-Moonstone
May 17, 2019
Solved

Push data from Vuforia View (AR) to Thingworx Data / Mashup / Thing

  • May 17, 2019
  • 1 reply
  • 2485 views

Hello,

I want to push different types of data from VS to TW.(Login Details/ PDF/ Screen Capture)

Could anyone please explain me that how can we push data to TW?

ExampleExampleHow can I send verification details to TW as per image?

I want to display this data on Thingworx Mashup. (Whoever login or verify this detail)

 

Best answer by sdidier

Hello Swapnil,

 

Please see my post here :

https://community.ptc.com/t5/Studio/ThingWorx-Connection/m-p/596237?collapse_discussion=true&filter=location&location=forum-board:studio&q=Connecting%20thingworx%20platform%20with%20vuforia%20studio&search_type=thread

 

From my point of view, it is a good start to have an answer about your questions.

 

About your question :

How can I send verification details to TW as per image?

 

I am not sure to understand.

  • Are you talking about a verification image before validting a form ?

     Or 

  • Send data in a generated image ?

    Or

  • Something else ?

 

Best regards,

Samuel

1 reply

sdidier17-PeridotAnswer
17-Peridot
May 21, 2019

Hello Swapnil,

 

Please see my post here :

https://community.ptc.com/t5/Studio/ThingWorx-Connection/m-p/596237?collapse_discussion=true&filter=location&location=forum-board:studio&q=Connecting%20thingworx%20platform%20with%20vuforia%20studio&search_type=thread

 

From my point of view, it is a good start to have an answer about your questions.

 

About your question :

How can I send verification details to TW as per image?

 

I am not sure to understand.

  • Are you talking about a verification image before validting a form ?

     Or 

  • Send data in a generated image ?

    Or

  • Something else ?

 

Best regards,

Samuel

15-Moonstone
May 21, 2019

Capture1.png

As shown in figure I want to send Service Completed BY: & Date/Time this details to TW after click on Verify button. Is there any service for this?

17-Peridot
July 29, 2019

Hello Swapnil,

 

I think that the best is to create a custom Service in the Thing in ThingWorx.

 

A Service who accepts a string for user name and a Date as parameters.

In the javascript code assign these parameters to Properties of Thing to store them.

 

Best regards,

Samuel