Recently active
Dear experts, I am trying to create a Thing from a Service developed in an extension. I could easily do it in another extension by using: es.CreateThing(thingName, null, null, thingTemplateName); Where es is an instance of EntityServices. I am developing another extension now and for some reason it always throws an Exception, saying that the ThingTemplate does not exist. The template is defined into the Extension itself and it is correctly seen by the composer. Moreover, instantiating a Thing from that Template from the Composer works. Thanks and Best Regards
Hello. Can anybody help me with installation of Thingworx trial edition? I`m trying to install it on PC with windows 10. Required java 8 and postgreSQL 9.6 are already installed and defined in Path. The installation stops at the last seconds of process, when system tries to unpack files and get access to the package. Maybe, someone knows what to do to solve this problem?
I need a bar chart to display bars by ascending/descending values. The values fluctuate so I can't set the bars in static order. Is it possible to get the bar chart widget to display the bars by ascending/descending values? I looked at the widget properties, but I didn't see an option to set this. Please see the following example from MS Excel:
I have an infotable with type EntityReference (just name and type field), it contains different objects like mashup, menus ,things, etc for each entity I need to call its related common service (on my case SetProjectName) : for things Things[entityname].SetProjectName("myproj") for mashups Mashups[entityname].SetProjectName("myproj") for users Users[entityname].SetProjectName("myproj") .... and so on for almost all types is there a way to call SetProjectName intependently from entity type ?
Hello, i got problem after import projects from demo to local server. When i try to add newly created entity (Thing) to project (link - (http://support.ptc.com/help/thingworx_hc/javadoc/com/thingworx/projects/Project.html#AddEntities-java.lang.String-com.thingworx.types.TagCollection-org.json.JSONObject-) (Also i found this topic - https://community.ptc.com/t5/ThingWorx-Developers/create-a-thing-dynamically-using-a-service-and-then-configure-it/m-p/580723#M32242) like this: Projects["BeerBrew Project"].AddEntities(options); In local machine i get internal error InternalError: Can't find method com.thingworx.projects.Project.AddEntities(object). (AddNewBrewingCard#20) but in my demo server this method is working (i use same code): How can i fix this?Thanks in advance
Hi Folks, I have a large data set of Thing Properties about (1000 Things * 20 properties) to render on Charts. I have already tried below recommendations but still facing performance issues and even with test data of 700 records,its taking more than 20 seconds to render completely. 1. Already using NamedPropertyHistory for specific props only. 2. Data is being filtered with start/end date params already Any suggestions to improve the performance and loading time? @CarlesColl @VladimirRosu_116627 @ttielebein @Constantine
I started a new trial and I am getting this message when I try to view anything in analytics section... Your API Key has expired. You can generate a new key or extend the expiration date of the current key. See the Analytics Help Center for procedures. I checked all my app keys and they are fine so this is obviously something behind the scenes. I found a link to change the expiration for an installed version but I am on the hosted trial. How can I fix this for the trial? Thanks
Hi, I'm going to implement the following logic for a tree: 1. Read the tree node from database Table 2. Convert the flat table entries into a javascript object which has pointers: left, next , parent 3. Traverse the javascript object to get the children by level. Since the tree node in database table won't change frequently , I want cache the result of step 2#. How to where can I store a Javascript object in ThingWorx ? Regards, Sean
Hi,Is there any REST API or java sdk provided by ThingWorx to get monitoring and logging data ?
As a valued user of PTC products, you are invited to participate in a study that will directly influence what we work on first as we improve your web and mobile experience.STUDY DETAILS Choose what is most important to you when working with PTC software and what you do most often. This activity takes about 5 minutes to complete. The study runs to the end of day Friday, August 14th You can complete this online activity anytime at your convenience. Follow this link to complete this study: https://ptc.qualtrics.com/jfe/form/SV_4PKkbCOdgRBsvgV Thank you for giving us the opportunity to improve your PTC experience! Nalie Lee-Heidt (nleeheidt@ptc.com) PTC Customer Experience Team
Hi Everyone i need support to create progress bar and gauge widgets have state definition such as below screen shoot.
I have a data table with 17 fields and 296 records - figures 1 and 2. To show the records for this data table I have a mashup as shown in figure 3 containing a textbox, two buttonbars and a collection. The service that loads the collection is in figure 4. Basically what this service does is to filter and / or sort my data table.My questions are:# 1 - Since the data table has additional indexes in all fields where the collection can be filtered, why does the service take so long to load the collection when I don't use any filters?# 2 - I can click on only one cell in the collection at a time. If after that I use any filter or change the sort option, how can I make the previously selected cell be selected again, since every time I filter or sort the data table, it redoes the collection?My version of Thingworx is 8.5.6 and the database is postgresql.Thanks in advance.
I have manage one created user(super admin) which having administrator access but i'm unable to manage user which is created by super admin (i.e studio admin) which is stored in database,So how i can manage these studio admin users for log in on mashup? Is there any way to login every user by using organisation URL? Here is my log In user hierarchy : Super admin(created in Thingworx user)->Studio admin(created by super admin which is stored in DB) ->Trainer(created by studio admin which is stored in DB) Like super admin organisational url i can login successfully. How i can manage all login user in one organisation URL? Thanks in advance
Hi, I am testing ThingWorx 9.0 before upgrade of our project from 8.5.5, and I have a problem with binding parameters in Navigation Function in Mashup. Preparation: I created test Mashup using Responsive layout. I added a Parameter with a default value (source for Navigation Mashup Parameter), and a Navigation to a Mashup with a Parameter. I manually (drag and drop) bind this Parameter to the Mashup Parameters in the Navigation. Problem: After I change active entity in Composer or refresh the page, I get the message "Obsolete bindings for test were removed". Same thing happens when I bind this parameter with a value coming from a Widget or a service output.
Hello everyone, Recently we have been using the 'Collection' Widget in some of our mashups. For this purpose, we are constructing a dashboard containing around 10-12 Cells. Each cell, is a Mashup with 100px/100px size with 6 text boxes. The load of the 'Collection' widget is roughly taking around 15s (at this point the loading bar stops showing), and only at the 25s mark do I get the updated dashboard. Is this a known issue? I'm using v8.4.10
Hi, In Thingworx 9.0 , there is widget name like List Shuttle. what is the basic use case of this one and how to use it.
Hi , The bounded service in Mashup will popup the exception message raised from the ThingWorx javascript service , it's default behavior. I want to use a customized message box to display the exception message , but how does the customized widget catch the exception of the ThingWorx service ? Regards, Sean
Hello, we want to use SSRS Reporting to link the Reports in mashups in ThingWorx. Therefore we want to Access property values of Things in SQL Server, to be able to create queries. Is that possible? Is there a SQL CLR Option for ThingWorx for example? The data of the Thing properties will come from our PI Connector. Thank you in Advance! Regards, Gizem
Hello All, I was using the cloud version of thingworx, and now moved to local installation. In the cloud one, I used to start my work by running an agent file with the URL address of my account such as below: URI=wss://PP-2007161840G0.devportal.ptc.io:8443/Thingworx/WS and add the APP KEY. Now I know how to get the APPKey but not sure how to use as URI for the local installation. Should I use: URI =http://localhost:8080/Thingworx ?? Best, Ahmed
Hi experts, My environmet: Thingworx 8.5 I am using a Label Chart Widget I'd like to change the width of the bar. Is possible? I was able to observe there is not the property to do this and I have no CSS knowledge. Does anyone have the css code to do this? Regards, Leonardo
Hi, There are 2 options ipad potrait and ipad landscape in Thingworx workspace. What are the resolution for these two options? Please let us know the exact resolution for these two. Thanks in advance, Shalini V.
Hi, I want implement some action after login , such as set certain context value to the global session. but how to make the service executed automatically after login ? Regards, Sean
Hello all, I'm trying to create thing template based on database thing template in my custom extension. Using creator I've created thing template named MSSQLThingTemplate which is extending database thing template: @ThingworxBaseTemplateDefinition(name = "Database") public class MSSQLThingTemplate extends Thing { public MSSQLThingTemplate() { // TODO Auto-generated constructor stub } } The problem is that after creating thing template using this method i'm not able to add SQL Query or Command service to thing created from MSSQLThingTemplate, only Local (JavaScript) is visible. Do you know how to fix this? Should this thing template extend different class? Thanks in advance for help.
Hello, When I downloaded a trial version of Thingworx and installed on Ubuntu 18.04, after installing the pre-requisites, and when installing Thingworx, I am getting the following error: Failed to Install dependencies: chef client. Is there a platform specific problem of Ubuntu not being supported currently? Thanks
we have Time Series model created in Analytics Builder, Now I have to use it for prediction future values in series. How can I use it in a Thing Object as service to predict future values and use it in Mashup UI for RealTime and Bulk (Batch of Time). Stuck while doing trial-error- 1. I was trying to create a service in Thing Object. 2. I have created Data shape and Properties for this Thing. 3. Created Analysis Provider, Event, and model Publish. Actually i was following this article and try to replicate for Time Series. https://community.ptc.com/t5/IoT-Tech-Tips/Analytics-Prediction-Methods-Mashup/m-p/570921 Enclosed resource, errors, and Analysis Mapping(not able to see field for mapping). Please suggest some thing service snippet for Time Series model Utilization.
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.