Skip to main content
12-Amethyst
November 10, 2016
Question

How to connect vuforia to personal thingworx instance

  • November 10, 2016
  • 2 replies
  • 5397 views

Hi,

i am in the beta program for vuforia studio. I have accesso to cloud instance of thingworx that is connected to vuforia. I am able to create things and read properties and excecute services on thingworx from vuforia. I noticed that is installed an extension called like "vuforia experience services connector" that in my opinion is needed to connect vuforia to thingworx. Now i need that extension for connect my own instance on thingworx on another server to my pilot vuforia service. Where can i find this extension / plugin ?

thanks

Alberto

2 replies

1-Visitor
November 10, 2016

Also interested in more info regarding vuforia. Hope somebody replies.

5-Regular Member
November 11, 2016

Hi Alberto Ziliotto​,

In Pilot program both Vuforia Experience Server and connected ThingWorx Instance are Hosted by PTC R&D. The feature to connect your own ThingWorx is not available currently. It will be made available in Future.

Thanks,

Ankit Gupta

aziliotto12-AmethystAuthor
12-Amethyst
December 21, 2016

Thank you Ankit Gupta !

12-Amethyst
December 28, 2016

Hi Alberto,

instead of reconfiguring the Experience service so that it points to your ThingWorx server instance you can use ThingWorx-native ways of connecting your ThingWorx server (let's name it YourTWXSvr) to the ThingWorx Server that comes with the Experience service (let's name it StudioTWXSvr). There are two ways:

  1. You can use ThingWorx federation to publish Things from YourTWXSvr to StudioTWXSvr.
  2. You can create services in StudioTWXSvr based on the ContentLoader utility services that call services on YourTWXSvr via the ThingWorx REST API.

The federation approach works in any situation (YourTWXSrv on your private network and behind a firewall and StudioTWXSvr on the internet or both on the internet) and provides a higher degree of automation (no need to code your own services). I uploaded a 5-Step HowTo Document here: TWX Federation Setup Guide.docx. In addition there is a corresponding section in the ThingWorx HelpCenter: Configuring a Federation. This HelpCenter page includes a link to a video tutorial as well!