Skip to main content
1-Visitor
August 3, 2016
Solved

Where I can find the resource of writing 'Resource' of Thingworx by .NET (C#, VB)?

  • August 3, 2016
  • 1 reply
  • 1947 views

Hi all,

I want to create common/shared functions for several applications in the Thingworx.

So I need to create 'Resource' and functions inside it in the System section of Composer.

Where I can find the resource of teaching how to write 'Resource' of Thingworx by .NET (C#, VB)?

I tried to find out current resource. Current 'ThingWorx Extension Development Guide (version 4.0)' and 'Thingworx .NET SDK Developer Guide' do not have tutorials of this topic.


p.s. The 'Extension SDK' from marketplace and 'ThingWorx-Extension-SDK' from support.ptc.com  are only contains some complied jars. These materials do not have examples and source code of samples.

Best answer by ibanham

Rather than creating a resource entity, you can create a Thing that hosts all of your common/shared functions by writing an extension. These are written in Java rather than .Net. Use the Eclipse Plugin for Extensions http://marketplace.thingworx.com/Items/eclipse-plugin-for-thingworx-extensions as it'll make it MUCH easier to do.

1 reply

ibanham1-VisitorAnswer
1-Visitor
August 3, 2016

Rather than creating a resource entity, you can create a Thing that hosts all of your common/shared functions by writing an extension. These are written in Java rather than .Net. Use the Eclipse Plugin for Extensions http://marketplace.thingworx.com/Items/eclipse-plugin-for-thingworx-extensions as it'll make it MUCH easier to do.