Recently active
Hi, I wanted to set a disable or enable (Read only) properties for vertical slider widget in ThingWorx composer. How can I make it possible? Tried with all possible ways but not able to set it. Please provide some idea? Please find the attached screen shot. Thanks & Regards Nagaraj Enamate
Hello, we successfully generated a Thingpredictor-[Model Name]-AnalysisThingTemplate via the TW Analytics Manager. Then we created a Thing from this ThingTemplate in Thingworx. We have the following properties provided: If we manually add a new row in the data infotable it works and analytics executes an analysis job (also it generates a key id as you can see here): But if we programmatically try to add a new row with a thingworx service it only adds a new row without the generation of a key and analysis job: var newRow = new Object(); newRow._Wert1 = 26; newRow._Wert3 = 28; me.data.AddRow(newRow); What could cause such a behaviour? Do we need to do some additional steps for this to work? Thank you in advance, Max
Hi Folks, Is there any way to export an Extension from Thingworx composer? I developed a custom widget but lost all the build files and no access to WebApps folder files. How to recover it using composer? Thanks!
Hello everyone, Can I write my procedural language thing in postgresql?? like this SELECT Asset_idFROM"Alerts"FETCH FIRST [[RowByIndex]] ROW ONLY; and for rowbyidex, I assigned it as input from property
Hi everyone, I downloaded this file and installed it, but when I type 0.0.0.0:8081/Thingworx, I can not use account: Administrator password:admin to access. Anybody knows why? Thank you.
Hi Guys, I am facing an weird issue in Thingworx platform. In our application there are 5 PLC which are individually connected to individual Computer and on these computers KepServer is installed. These KepServer sends data to the Thingworx platform through Industrial Gateway. Whenever all the 5 KepServer sends data to Thingworx platform after one or two hour, the TW platform performance is degraded and it becomes very slow. After checking the application logs came to know that below logs were registered. TW application logs. To overcome this issue for some time I have to "Disable" Industrial Gateway. After disabling this, TW platform start working normally. TW version : 8.3.1-b441 KepServer version: 6 plus Please help me guys on this and thanks in advance. Regards, Dushyant
Hi, I have attached config.json and config.lua files for reference. I am running EMS on my laptop and its is successfully connected to the thingworx server.Below are the logs: C:\EMS\microserver>wsems[FORCE] 2018-12-12 08:27:30,596 wsems: Initializing EMS ....[FORCE] 2018-12-12 08:27:30,596 main: Using config file C:\EMS\microserver\etc\config.json[INFO ] 2018-12-12 08:27:30,596 wsems: Creating the WsEms proxy.[INFO ] 2018-12-12 08:27:30,596 wsems: Starting HTTP Server.[INFO ] 2018-12-12 08:27:30,596 Main: Using custom certificate and private key for HTTP Server[WARN ] 2018-12-12 08:27:30,596 Main: Encryption is disabled on HTTP Server.[WARN ] 2018-12-12 08:27:30,596 Main: Authentication is disabled on the HTTP Server.[INFO ] 2018-12-12 08:27:30,596 wsems: Initializing the ThingWorx REST interface.[INFO ] 2018-12-12 08:27:30,596 wsEmsProxy::initialize: FIPS is disabled.[INFO ] 2018-12-12 08:27:30,596 wsEmsProxy::initialize: Encryption is enabled on Web Socket connectio
Strange issues while adding custom CSS to mashups which were made using the Legacy Composer. I tried to add some custom styling to some widgets inside a mashup that were actually authored using the Legacy Composer and later edited in the New Composer. Although the Custom Class gets added to the the widget top div, the styles does not gets attached. But this completely works fine if the mashup is authored using Scenario 1 Mashup authored in Legacy Composer and edited in New Composer. Result: Custom class getting added but styles are not getting added. Hence the Mashup does not have the necessary styling. CustomClass addedCSS for the CustomClassmashupClass got added but styles did not. As a result panel does not show rounded corner Scenario 2: Mashup authored in New Composer and edited in New Composer. Result: CustomClass getting added as well as the styles are getting added. Custom CSS addedMashup with rounded corner Panels and backg
Hi, How to access Thingworx services from outside or from other application/environment ?
Dear Sir/Madam, Thingworx composer is not responding from this afternoon.
Hello Everyone, I am developing an App with Ionic 3 and I would like to create a login Page in my App. The Login Page should take Username and Password and check whether these are valid credentials for a Thingworx User. What would be the easiest way to achieve this via a rest call? When you open the composer, a login prompt appears. It would be nice to simply use the service behind this login prompt (which also just takes username and password) in order to verify the user. Any help is appreciated very much. Best Regards, Dominik
Hello , I wish to receive data from my Thingworx mashup to my Node js web application hosted on a VM. Is that possible? Regards, Aarushi
I am getting an error, when I am giving a shape to existing template, so that it can inherit the properties of shape. But the following error arises.
Hi, I am completely new with thingworx, I am receiving the data from wireless AC current sensor interface with Esp8266. I am displaying the data in a local web server using HTTP client. I want to send the data via MQTT to thingworx and perform data analytics. Getting started with this do I have to install any MQTT broker? Suggestions on this will be a great help.
Hello! I've searched the forums to no avail for this - apologies if I missed it. I am attempting to figure out if there is a way to include state-based images for icons in the tree widget in Thingworx. Essentially we want to have a little red or green circle to indicate in the navigation tree if there is an issue with any machines at a location. Is there a way to do this that I'm simply not able to figure out? I've attached an image as an example of what I'm trying to do. The colored dots would be icon images. if this is not possible, is there a way to do state-formatting on the text in the tree? Thanks!
I have in a thing an infotable property that is set as persistent. I get that if I restart the thing (with its service) , all the infotable data is retained correctly but if I restart the platform (Tomcat) not all data is retained, seems there is an old "snapshot" of the infotable NOTE: the datashape of such infotable has an infotable inside .... so one of the Fields of such infotable is another infotable (just an integer array). It is this "embedded" infotable that seems to lose data. Don't know if this infotable "field" is different from a basic variable like int number or string.... Restarting the thing, or restarting Tomcat shouldn't be the same for this behaviour (data loss) ? Seems no ... so I can't test easily if infotable data is retained ...
Hi, I have installed Thingworx (Postgres version) 8.3.0 on 1 machine, Postgresql on 1 machine, and DSE on 1 machine. I have imported the dse persister provider package and created a Persistence Provider for that package and created a Value Stream based on ValueStream template. I created a new template with some properties, and assigned the value stream created above, then created a thing based on that template. The created properties are of type "NUMBER" and "Logged" is checked I'm using Administrator account If I try to change the value of a property from Composer or using Postman (REST APIs) I get the similar error Postman: 500, Internal Server Error, com/thingworx/common/utils/SerializationOptions Composer: Unexpected error occurred on server Application Log shows -- [context: com.thingworx.webservices.context.HttpExecutionContext@5daf065d][message: com/thingworx/common/utils/SerializationOptions] Browser console shows -- No key tw.response.com/thi
Hi, Greetings! I want to install Manufacturing App with SQL Server database instead of Postgres database. Is this possible? If yes then how to do that? I have searched for the document for the same but no success. Your response is highly appreciated. Thanks.
Hello Adam, Thanks for the information it was really useful, but in my case I have 100 things in which I triggered services on 1 second and 1 minute timers so as per your information i have changed execution logic under Timer Thing by calling all the services of a particular things but instead of not going to event system it started increasing the queue Size and it not going down at all. Have you used this solution and faced the same issue? Thanks and regards, Pankaj Phopse
Can I communicate directly from my edge device/gateway to ThingWorx via MQTT? If so, is there any documentation on configuring this connection?
Hey Community, I m trying to query a machform and i want to show the average of 3 choices in the machform matrix in output but it didnt seem to work: SELECT date_created as Date, Line.`option` as Line, z1.`option`as S1, z2.`option` as S2, z3.`option` as S34 , AVG(z1, z2, z3) as SGFROM ap_form_122320 FLEFT JOIN ap_element_options Line ON Line.form_id = 122320 AND Line.element_id = 3 AND Line.option_id = F.element_3LEFT JOIN ap_element_options z1 ON z1.form_id = 122320 AND z1.element_id = 48 AND z1.option_id = F.element_48LEFT JOIN ap_element_options z2 ON z2.form_id = 122320 AND z2.element_id = 49 AND z2.option_id = F.element_49LEFT JOIN ap_element_options z3 ON z3.form_id = 122320 AND z3.element_id = 50 AND z3.option_id = F.element_50Where F.date_created >= [[StartDate]]and F.date_created <= [[EndDate]] but i keep getting execution errors. How can I get the average of more than One column/ matrix option in SQL ? thanks a lot !
Hello, In Thingworx, while creating Things, we can specify the properties as read-only also. According to the documentation https://support.ptc.com/cs/help/thingworx_hc/thingworx_7.0_hc/index.jspx?id=ThingProperties&action=show , it mentions that only way of changing this type of property is when we change its default value. Now my question is, how does 'isConnected' property which is of read-only type in 'RemoteThing/IndustrialGateway' template changes its state when the Thing using these templates is connected to SDK or Industrial Connectivity platform? -Aditya Mittal
Hello Everyone, I have Question If Possible have date pickup inside Grid table in the below table for daily action i want when the Clint click on Due date open date widget to select instate of write by hand Thanks, Islam
I have created table1 for daily direction in "Mysql workbench 6.3 CE" with 11 Rows , I want to archive all data table in another table archive every day since 2 years to have all history. How can I write such a table? This the table script: CREATE TABLE ``table1( IDINT(11) NOT NULL, tskVARCHAR(200) NULL DEFAULT NULL, labelVARCHAR(45) NULL DEFAULT NULL, statVARCHAR(10) NULL DEFAULT NULL, noteVARCHAR(200) NULL DEFAULT NULL, dateVARCHAR(45) NULL DEFAULT NULL, recVARCHAR(45) NULL DEFAULT NULL, PRIMARY KEY (ID), UNIQUE INDEXID_UNIQUE(ID` ASC));
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.