cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

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

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

hlin1
1-Newbie

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

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.

1 ACCEPTED SOLUTION

Accepted Solutions
ibanham
1-Newbie
(To:hlin1)

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.

View solution in original post

1 REPLY 1
ibanham
1-Newbie
(To:hlin1)

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.

Top Tags