Recently active
How much can you develop ThingWorx with the Android SDK?Can I get output from ThingWorx's service? (For InfoTable)Can I dynamically get Thing Property values like ThingWorx mashups?Can I run ThingWorx's service ??Is there any documentation to help you develop those items with the Android SDK?Does exist it except the Thingworx Android SDK Guide from the PTC Support page?Thank you.
Hi ALL,Please help me to know the detailed Procedure about how to run service of thing shape using REST API Please let me know as soon as possible if any alternative I need to complete my project Thank you very much in advance.
How can i track my device which contain MT5931 chip-set with MT2502. Is there any direct api to get the location. Please help me.Thanks in advance.
Hi,I followed each and every steps on "AWS IoT connector quickstart" guide,but i m stuck in Setting up Thingworx AWS IoT connection Server step 6.i am getting error like This: "Template validation error: Template error: Unable to get mapping for RegionMap::us-west-2::ConnectorAMI"and its showing "Link is not available" in estimated cost.,i have attached screenshots. please provide me Guidence.Thank you,Regards,Akshaykumar
Hi, We have created Thingworx trail server in developer portal. When we launch Thingworx, it got stuck in welcome page.
How can I benefit from it?Can I design an IoT apps without using hardware?
I am the bone of my thingworx; Template is my body and Shape is my blood; I have created over a thousand Things; Unknown to Composer; Nor known to Studio; Have withstood the pain to try to login many times; Yet those erros mesages will never allow anything; So, as I pray, UNLIMITED TOPICS WORKS;
Hi,I use the "Automatically update values when able" flag on the GetProperties-service in a mashup. This works fine but in my application log I get many error messages with the following text everytime I show the mashup:"Failed to dispatch event. Invalid Thing In Event Type.Thing:Entity.PersistentSessionbdd67f2f-731f-47a9-a0bd-5a999e654100:Event.DataChange:Property.isConnected:PersistentSessionbdd67f2f-731f-47a9-a0bd-5a999e654100""Failed to dispatch event. Invalid Thing In Event Type.Thing:Entity.PersistentSessionbdd67f2f-731f-47a9-a0bd-5a999e654100:Event.AnyDataChange:PersistentSessionbdd67f2f-731f-47a9-a0bd-5a999e654100"How can I fix this stuff?
When using voice commands with functions always invoke it with viewCtrl.foo() instead of foo()
How can i import the CSV or JSON file in Thingworx and put in a Data Table?How can i import a CSV JSON file? I tried to the import button (data radio button) it told me that was imported successful the file. But where is imported?How can i work on it with things, shape thing or template thing?Thanks in advance!
Hello,I am new to Thingworx and am trying to get some 'hands-on' on this platform. I am trying to better understand the concept of things, things shape and thing template. I am trying to map my current understanding on these topics by a typical use case, and would like to understand how would this solution be feasable.USE CASE - I have a particular type of machine, say MAC_X. And I have many such machines in my plant. This type of machine has a 6 movable axis each axis controlled by a motor, and machine also has a pressure and temperature meter.Mapping to Thingworx - Number of MAC_X machines - Individual thingsMAC_X - Thing templateMotor, temperature sensor, pressure sensor - Individual Thing shapesNow my question is how can I have multiple motors in my machine, i.e six instances of same thing shape??Thanks
When attempting to create custom CSS, how do I target the correct div I'm trying to affect? For instance, the top bar widget of my master file is Header, but this is not the div name nor is the ID container-2. I'm trying to do something as simple as changing root mashup (body) background. I'm a web developer so perhaps my understanding of how this works within thingworx is a little skewed. Thanks!
I've got a Thing Template called 'NetworkSection' with three properties: 'StartPoint' a reference to another Thing, 'StartCity' a string, and 'Locations', an infotable with one column of Locations.I've also written a subscription for NetworkSection on its own 'StartPoint' property, which updates the 'StartCity' and first row of the 'Locations' infotable', based on the properties of the new StartPoint.me.Locations.getRow(0).Loc = Things[me.StartPoint].Locme.StartCity = Things[me.StartPoint].CityWhen I change the StartPoint of a NetworkSection from within composer, both the StartCity and Locations properties update as expected. However, if I do the same through the REST API, I'm finding that the StartCity updates, but record in the Locations infotable does not. Any ideas why that might be?
When you open the mashup interface, the grid control above is lost for no reason.
The upper grid control for the mashup interface is lost without any reason.
Hi,Do the limited (i.g. 10 people) users listed in the Thingworx license include regular users and administrators? Or include only managers?Is there a problem that can occur when multiple users try to access a mashup(i.g. monitoring mashup page) with one account?thanks
Hi,we are seeing some transfers of larger files to remote asset stall. I notice that in the configuration of the FileTransferSubSystem there are a number of timeouts that can be configured.I did wonder if when a timeout occurs is a file transfer event sent out, and could I subscribe to that? We have noticed that if we manually start the transfer again it picks up from where it left off.If I can subscribe, then my questions would be:what is the difference between the 2 timeouts above (can't find any documentation that explains them very well).Are file transfer events sent out when these timeouts occur? If that is the case would anyone know what that timeout event might look like, so that I could capture it and restart the transfer via a service.We have opened a case with support to try and understand why the transfer stalls, so I'm not looking to fix that issue in this thread. Just looking to work around the issue for now.
Is this gone cant find the example anywhere? Cheers
I have a user that is assigned to a single thing via the OU structure. I use a calculation service to use the value of the thing as a source in the mashup to do a basic calculation. This is all working as it should.Where I am struggling is with assigning multiple things to a single user in order to add up the thing value using the source in the mashup.To put this into context:We have a building where each individual apartment has a cold water meter and a hot water meter. Our app allows the user to monitor the TOTAL water consumption per hour. So effectively we need to add the 2-meter values together and display it on a Bar chart in the mashup.Please advise, as we have been through all of the snippets etc and cannot figure out a way to do this.
Hi,With Retina displays available everywhere, the Doughnut Chart has rapidly replaced the pie chart in Dashboards / HTML5 Sites / Apps.It would be nice to have the option for a doughnut charts with mouse hover and the opportunity to link it.Is there an Enhancement Request of such a feature already present for this?Would be nice to have this in future releases of Utilities.Here's a Screenshot from the Dashboard of Ubiquiti Networks - Wireless networking products for broadband and enterpriseThanks,Pascal
I am using Java SDK to create a Data Table dynamically. During the creation process, I create a Data Shape dynamically. I would like, in case of failure (exception thrown or other reasons), to delete the recently created Data Shape. Is there a way to do that? Thanks, Guy Hecht
I am using ThingWorx 8.1.1. I want the mashups I create to be viewed by other people but I don't want to give them any login credentials. So far I found only two ways to do that. First is to create an appkey and give the key some user rights and use the URL with the appkey. This works well if I give the appkey an admin account rights which I don't want to do. If I give the key some non-admin access I have to go to every entity separately and give the Visibility access to each of them, which is also not suitable. Second way is to use a custom authenticator like every body in others posts suggests. But the problem is the same if I login with the admin account using the custom authenticator it works but if I use a non-admin account I have to allow every entity separately to have visibility access. Can you suggest any other way by which I just give the end user a URL and they simply open it. Or maybe a way to allow the non-admin user access to view all entities collectively.
Hi All,I am looking for good examples of what thingworx composer can do.Where should I find some sample of UI?Thanks!Anselmo.
I have an external jsp file to get sftp connection and fetch a pdf file and open it in the browser. The challenge is to make the jsp file part of extension. Is there a way to make the jsp file part of extension? If yes how can we call the jsp from the service from the thing in the same extension? Suggestions to eliminate the jsp as external file for tw are also welcome.
Do we have any procedure to integrate ThingWorx with CI tools (like jenkins) ? Any document available to integrate ThingWorx with Jenkins.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.