Recently active
I want to send whatsapp messages from thingworx. is it possible to achieve using any extensions like we are using twilio for text messages.
Hi, I tried to import the mash up from:https://www.ptc.com/en/support/article/CS299233?_gl=1*1i84zym*_ga*MTcyNDQ0NDE1My4xNjc1NjQyMzg4*_ga_7NMP2MSYPM*MTY5ODAzMDIwNS41Mi4xLjE2OTgwMzA5NTguMjkuMC4w*_ga_1QBT6P6HR1*MTY5ODAzMDIwNi4xMjAuMS4xNjk4MDMwOTI5LjU4LjAuMA.. to my thingsworx (9.3) but it failed. application log: please help me to solve this issue. Thank you.
Hi, I have a problem with embed thingworx9.4 in angular, I have followed the configuration that appears in ptc (https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Composer/Security/AllowingEmbeddedMashupsiniFrames.html) but it keeps blocking the connection. I attach images of the current configuration and the result of the console. The console shows me the frame-ancestors 'self' and the allow-from, I guess it should only show the allow-from.
I am attempting to display a Mashup in SalesForce through an iFrame and have set the below properties to the iFrame: referrerpolicy="origin"sandbox="allow-downloads allow-forms allow-popups allow-same-origin allow-scripts"ancestors="self" Along with this we have also whitelisted the SalesForce URL in ThingWorx that is mentioned in this documentation. After doing the above changes when I am navigating to the iFrame I get the below authentication display which passes successfully and I am able to open the mashup in a new tab. However on that mashup if I attempt to invoke a Remote Session I get the below error: Refused to frame ''because it violates the following Content Security Policy directive: "frame-src https://company--test.sandbox.lightning.force.com". I am a bit confused as to how this issue is coming in the new tab window? Any pointers? Thanks,Ashish Tamhane
Dear All,We are evaluating ThingWorx solution as potential software for timeseries historian and AI & ML solutions at our factory. Here are some basic questions i have to have clear understanding . 1, Thingworx can be a historian ?2. Can i use thingworx for AI and ML solution?3. What is thingworx SCO solution offers?4. What is influxDB and why it is used along with thingworx? ThanksKannan K
I have imported the DPM extension in thingworx and successfully showing all data in DPM dashboard. Now i want to push alerts or data from DPM dashboard over an Email. is it possible to do so. if yes how to do it?
Initially posted in this topic I am using s7-1200 plc , i want to write the plc tag value from thingworx to kepserver after that plc. It is a memory tag and boolean. from remote thing if manually i can set the value true/false, it is changing in kepserver, but through button widget not happening. How to update the tag value using button widget. Pls help me out
I am taking logged data from 10 properties of 10 things. I am using the "QueryNumberPropertyHistory" service to fetch logged property data for things. The output infotable contains "id, timestamp, value" fields. I tried to combine two infotables by using the "Left Join" query. But when I tried to use the same query to combine three infotables, it wouldn't work.Can anyone please help me achieve the required output?
Hi,i want to write the plc tag value from thingworx to kepserver using button widget. I have added the properties of tag, tested by changing value 0 or 1, in kepserver the tag value is changing. But when i tried with button widget, no success, I dont know how to bind the button widget output to remote thing properties? or should i need service to write the value? Thingworx 9.3PLC s7-1200KepseverEX is used.
Hi, Is there a REST API or Swagger where I can input the Part number and know if it has a part structure? Use Case: If a part has a part structure, display the part structure in Thingworx Dashboard, or else display just the part info. For this use case, I need to know if there is an API, I can ping and understand if the Part has structure or not. Thanks,
I have 35 rows populated in collection widget. We are viewing all of them using scrollbar. If i clicked microsoft edge browser print functionality, i can see only 12 rows in first page. Remaining rows are not coming in second page of print pdf. Any properties need to be fixed in collection widget? What is the workaround for this issue?
I'm trying to follow this tutorialhttps://community.ptc.com/t5/IoT-Tips/Perform-Statistical-Calculations-with-Descriptive-Analytics-Part/ta-p/834663I already did until I created the service to put the numbers into the timed values table. but my timed_values not updating. There was no data there. I also dont understand how below code could put the numbers I set in numbers into the timed_values table since the propertyname is "numbers" not me.numbers me.timed_values = me.QueryTimedValuesForProperty({ propertyName: "numbers", maxItems: 10, startTime: me.start_time, endTime: me.end_time });
I tried to use descriptive analytics using tatisticalCalculationThingShape and StatisticalMonitoringThingShape but i cant find it on my thingshape. I want to use this for FFT. Could you show me how to use FFT on my thingworx analytics and provide a step by step tutorial. Thanks.
Hi, AllI have one question on Thingworx9.2.0 as follows;(1) Create a Infotable include 3 rows (2) Create a mashup using AdvanceGrid and Infotable as follows (3) Show the mashup then 3 rows are displayed on the AdvanceGrid.(4) Edit a cell value.(5) Immediately, other 2 rows are deleted from AdvanceGrid and Infotable.(6) This is correct or something wrong? Regards,
Hi, Am trying to get only manufacturing part when user searches for a part number and am trying to use existing services from NavigateSearchThing - GetSearchResults(). But this gives me all the parts, so I tried to put some navigation criteria but ended up with JSONArray issues. I tried examples from PTC docs but still no luck. Can some help me here with navigationCriteria? thanks
Hi Everyone, We are trying to POST a request to an external REST API via https. All the ThingWorx documentation provides information only on making http request. Is there any way to make a https POST request from Thingworx to external REST API?
How to upload files from TWX systemrepository To S3 Bucket by using TWX service?Do we have any API for uploading Files from systemrepository TO AWS S3 Bucket.
In ptcschipdatafilter widget, instead of chosing the condition for string and number datatype, can we populate all the unique values of that column in dropdown format inside filter widget?
Hi, I have requirement where I need to display custom date filter/picker next to filter that is available out of the box from grid. please check the attachment.Is it possible to add UI items/widgets in such a way. Please check the attachment. The boxes marked in red are the ones where i would like to show 'from date' and 'to date' filters.
Hi all, I'm trying to pass selectedRow as Input to the new grid in Thingworx 9.4 which is not working as expected Steps to reproduce issue : Step 1: Bind Data and SelectedRow Data to Grid Step 2: Set RowSelection to Multiple Step 3: View Mashup in Runtime Default values not selected As a workaround, I'm using an older version of the grid. But is there any way to fix this issue or am I doing something wrong here? /VR
I am getting this error while installing Thingworx at the stage of DB installation.When following the steps to install thingworx, pgAdmin is giving an error in browser, not able to create DBs and login into the pgadmin.
Hi. I am new to Thingworx. I want to show my alert list assigned to my thing . The alert list data has child infotable in an parent infotable as received from generic GetAlertDefinitions service. I am unable to show child data in my grid in my mashup. I am confused whether I need to join the child infotable to the parent infotable with service (if there is solution to this, please advice) or I need to make some changes in configuration in my mashup. Does anyone knows the solution to this?
Hello everyone Could anyone help me hide the horizontal scroll bar in Grid? Thingworx Version: 9.4 /VR
Hi Everyone I am trying to create UI in Thingworx 9.1 or 9.2 , to select country values like India, srilanka, Nepal etc based on its continent's selection Asia..So can anybody knows which widgets and logic to pass values to widgets please help me.please check below reference. Some thing like this i need to create
Hi developers, I have a PTC Textfield widget binded to a datasource which usually has a big name but i have limited space on mashup.I need to make it multiline but its not giving an option in properties.On clicking wrap, its still not taking data in next row. Please suggest.
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.