Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
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.
Solved! Go to Solution.
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.
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.