Push data from Vuforia View (AR) to Thingworx Data / Mashup / Thing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Push data from Vuforia View (AR) to Thingworx Data / Mashup / Thing
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?
ExampleHow 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)
Swapnil More
Solved! Go to Solution.
- Labels:
-
Best Practices
-
Coding
-
Design
-
Examples
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello Swapnil,
Please see my post here :
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello Swapnil,
Please see my post here :
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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?
Swapnil More
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
