Recently active
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.
Anyone using Kepware with MT-Connect? I am reading data from various equipment in multiple plants. I am configuring tags for alarm states. MT-Connect outputs multiple condition statements with the same 'ID'. Anyone know how to see the second or 3rd condition statement in the Kepware tag? Or Create an additional tag to see the secondary or tertiary statement? Kepware Tag Reading value- MT-Connect Output-
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
My certificate is expired and I need to reissue.Date Time Level Source Event17/10/2023 09.52.42 Error UA Server The UA server certificate is expired. Please use the OPC UA Configuration Manager to reissue the certificate.When I try to login to administration window (after loading OPC UA Configuration program) I can't login, I have no feedback after entering credentials.Someone with the same problem?Just updated from 6.9 to 6.11, nothing changed.
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?
I have installed this software on windows 10 pro OS. Whenever i try to select the driver in connectivity option like OPC DA client/ UA client the application window gets exited without any error.
We are faced with the situation that the queries sent to an OPC UA server from Kepware Server lead to insufficient resources on the control computer. Now we are looking for optimization possibilities to relieve the load on the CPU of the PLC. In doing so, we came across the complex types. Is it possible to reduce the load caused by querying the data points by using them? From the documentation:
Hello everyone Could anyone help me hide the horizontal scroll bar in Grid? Thingworx Version: 9.4 /VR
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.