Recently active
It would be really helpful, if anybody could guide us on importing a 3rd party Web application based on Angular JS into Thingworx?
Good day All, I am having difficulties with getting the Google Maps widget to work in Thingworx 8.3.4. From the extension documentation I must use the Google Maps version 3.0.3 (for Thingworx versions 8.2.8+). A prerequisite for this it seems from the support documentation and the Google Maps guide on the developers portal (https://developer.thingworx.com/en/resources/guides/google-map-widget-how/configure-google-maps-widget-extension) is to add a "Required string to connect with Google for Google widgets" under the PlatformSubsystem. In Thingworx 8.4.0+ it seems to be available, but for version 8.3.4 there is no such property to add this String field and then the Google Maps extension does not work. I tried then reverting back to the previous version of the Google Maps widget (3.0.1) and I added my API key to the metadata.xml file as previously done and described here (https://www.ptc.com/en/support/article?n=CS188314&posno=1&q=google%20extension&DocumentType
You’ve seen him before. You’ve heard him before. Fans around the globe can’t get enough of him. He’s… ...Joe Biron—our CTO of IoT! Hear Joe share his thoughts on the future of the industrial IoT with ThingWorx in Episode 03 of our “ThingWorx on Air” podcast! Any questions? Just Ask Kaya. Stay connected!
I'm trying to display a PDF in the mashup. I know that most people suggest using Webframe and either linking the files from the FIleUploader Widget or create a repository. Is there a way to have a list of PDF names and once its clicked it shows the different PDFs in the Webframe widget.
Hello All, I am a newbie to the Thingworx, and i like to use the math.floor (random()...) function in the things services. But i am not able to find the math.floor in the snippet. Can anyone show me where i can find how to get the math.xx into the snippet. I am totally lost. Please help to get me! Thank you! Newnie Kek
Imported "MSSQLConnector_Extension" and copy the file "sqljdbc42.jar" into the folder ...\Tomcat 8.5\lib. For the configuration of Database Thing based on the ThingTemplate from the JDBC extension JDBC Driver Class Name: com.microsoft.sqlserver.jdbc.SQLServerDriverJDBC Connection String: jdbc:sqlserver://localhost:1433;databaseName=thingworx01;applicationName=ThingworxconnectionValidationString: SELECT GETDATA(); Ensure the admin and password is valid. When testing service "GetAllRecords: select * from table01", failed. "Unable to Invoke Service GetAllRecords on MSSQLDatabase : null"
Hello everyone, I need to make a grid that can dynamically enable editable fields. Please refer to my attached picture, for example. if the status is "approve" then the adjusted changes field, reapprove, and comments will be disabled. If it's "rework" and all those 3 fields will enable.! Thanks in advance Duc Vu
Hello all, Could anyone tell me how to remove/Uninstall Thingworx Flow from Instance ? Thanks in advance. Regards, VR
Hi, I found the advanced grid doesn't display at all if set the Master for the mashup which hold the advanced grid. If remove the Master from mashup then the advanced grid show up. No application log found . Is this a known problem ? Version: ThingWorx 8.4 grid-advanced-4.2.0.zip Regards, Sean
Hi, I download the JDBC Connector from marketplace : https://marketplace.ptc.com/apps/195356/jdbc-connector-extension#!overview But uploading the driver file doesn't work with JdbcCreator, nothing happens after clicking choose file , while the standard upload widget works . (see the attached video)
I am trying to merge 9 Infotables into one. Right now I am using Union to merge two at a time, then merge the resulting tables together. Does anyone know of a more efficient way to do this? All of the infotables have the same data shape.var result12 = Resources["InfoTableFunctions"].Union({t1:result1,t2:result2});var result34=Resources["InfoTableFunctions"].Union({t1:result3,t2:result4});var result56=Resources["InfoTableFunctions"].Union({t1:result5,t2:result6});var result78=Resources["InfoTableFunctions"].Union({t1:result7,t2:result8});var result14=Resources["InfoTableFunctions"].Union({t1:result12,t2:result34});var result58=Resources["InfoTableFunctions"].Union({t1:result56,t2:result78});var result18=Resources["InfoTableFunctions"].Union({t1:result14,t2:result58});var result=Resources["InfoTableFunctions"].Union({t1:result18,t2:result9});
Hi, My project needs to show a list of attachments and each attachment's URL points to external file server, clicking the URL will show the browser's download page. The customer requires to hide the URL, for example, the URL should be https://10.20.3.5/files/xxxxx123 instead of https://10.20.3.5/files/testResult.pdf . Any idea to implement it ? Regards, Sean
How do i make the thing's properties to have latest of logged values? Because, in general, when the properties are logged, they should possess latest of the logged values. I have assigned the value stream and 'QueryPropertyHistory' service returns me the historical data yet, the properties are not possessing latest of the logged values. How to resolve this issue??
Good day All, I am having some difficulties getting the new version of the Google Maps Extension to work with a Google API key. I have followed the steps in the supporting documentation but I am clearly missing something. I have created the API key, downloaded the extension from the marketplace and saved to a directory. When I execute the GetGoogleMapConnectionString I get this result: And when I run the SetGoogleMapConnectionString I get the following error message: "Unable to Invoke Service SetGoogleMapsConnectionString on PlatformSubsystem : Table [PlatformInformation] does not have a field named [googleMapsConnectionString]". Any advice to what step I am missing? Kind regards, Johan Bester
Hi , There is a paging widget in ThingWorx 8.3, but where is it in ThingWorx 8.4 ? I couldn't find it . Regards, Sean
Hi , I want to highlight the image when moving the mouse over the image, "highlight" could be changing to another image with different color. Is there a way to implement it in Thingworx ?
Hi Everyone, I am trying to install thingworx 8.4. but after deploying (thingworx.war) war file. tomcate stopped working or most of the time it working but showing 401 exception. Also, license request file is not generating. could you please help me in this because for 8.2 its working fine.. Thanks in advance
Hello, I have installed Manufacturing Apps 8.4 trial and KepserverEx 6.6 but when I am doing Connect Factory Assets Using Control Advisor (Guide 1) in developer portal, I have problems in step 3 when I have to import DemoFactoryDataSet.zip. I attach the images of errors. Could you help me with that? Thank you in advance Best regards, Luis
The accuracy of a predictive model can be boosted in two ways: Either by embracing Feature engineering or by applying boosting algorithms straight away. There are multiple boosting algorithms like Gradient Boosting, XGBoost, AdaBoost, Gentle Boost etc. Every algorithm has its own underlying mathematics and a slight variation is observed while applying them. While working with boosting algorithms, we have come across two frequently occurring buzzwords: Bagging and Boosting. Bagging: It is an approach where you take random samples of data, build learning algorithms and take simple means to find bagging probabilities.Boosting: Boosting is similar, however the selection of sample is made more intelligently. We subsequently give more and more weight to hard to classify observations.Below are Default Algorithms used in Predictive Models generated in ThingWorx Analytics:Decision TreeGradient BoostLinear regressionNeural NetRandom ForrestLogistic RegressionGradient boosting is a machine learni
Hi Guys, I need to synchronize the calculation period of KPIs. Does anyone know how to do that? I.e. If I set 60m calculation period I need to start at whole, : 10:00, 11:00 etc. For all the assets. Calculation period itself is not important, only start time is. Anyone?
Hi, I'm checking the guide https://community.ptc.com/t5/IoT-Tech-Tips/Protocol-Adapter-Toolkit-MQTT-Sample-Project-hands-on-1-1-x/m-p/534701 for Protocol Adapter Toolkit (PAT) . But I couldn't find it in the product market. ( picture is attached ) . Regards, Sean
Hi, I built a mashup where I call 2 services and they are linked to a "auto-refresh" (30 seconds) The 1st services is used to display a set of information. On the second service, I pass 2 parameters coming from the 1st service. When I execute the mashup, all data from the 1st service are displayed immediatly, but data from the second service is refreshed are not refreshed. I have to wait 30 second (after the 1st auto-refresh) to see my data. I can't understand why. Any idea ? Thanks.
Hi All, Composer is not opening.It is hanging so many times.Anyone please help me out. Regards, Surekha N.
Hello! Thingworx 7.4+ is running only with License. I used to run my instances with offline license. Now I am trying to work on docker images. The problem is that docker image after stop is changing it's deviceID which is causing error while acquiring license. Any option to use docker with offline license? Regards, Adam
Hello @BernardoAlb , I have the same issue when I create a profile job, then I can create an analytic model but I can´t view it. How did you solve the problem with profile job? Thank you in advance
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.