Recently active
Hello, Since which patch does the QueryNamedPropertyHistory as an input option "fillOption" available? I was looking for this in the documentation and was unable to find it.
Built an custom widget using polymer js and highcharts js. it was working well in web application and down below image is the output of web application then we built an extension.zip file and imported into mashup, but in the mashup. Output is empty (i.e blank white page). down below image is the output of mashup And also in the browser console, their is no error showing up, you can see in below image why it is not showing output in mashup ? which is coming output as web application @slangley @c_lowy @PaiChung @CarlesColl @VladimirRosu_116627 @VladimirN @pshashipreetham
How to Integrate Teams Bot on Thingworx created Applications / Mashups for communication, text, Image , ask questions and so on..
After installing 9.4.1, I opened a large project in a web browser and none of the grids were showing in the mashups. After opening a mashup in composer, I saw this Warning (pic1), and where the Grid Widget should have been, was now blank, and the new Grid Widget does not show in Widgets (pic2). pic1:pic1 pic2:pic2 I checked the release documentation before the install of 9.4.1, and as expected for a new widget introduced in ThingWorx 9, there was not mention of it being removed. When I found this odd issue after the install, I opened a case with PTC Tech Support, have not received any help yet... I used “MED-61212-CD-094_SP1_ThingWorx-Foundation-Installer-mssql-windows-9-4-1.zip” for the install, if not already done, that should be removed as a download option? Is there a way to manually add the new Grid Widget?
Have a Micrologix 1400 on Ethernet controlling a Filter Bank. The PLC5/60 is on a DH+ network and connected to a DCS via Kepware v5.8.109. Looking to add control from the PLC5/60 to add controls to the Micrologix 1400. Is this possible?
Hi YB, Can you share the imaging-tool extension with me referenced in this post? I wanna use it in my project and this download URL is invalid, I cannot download it Thank you in advance!
I created a couple of properties in a ThingTemplate and I wanted to retrieve them using the service "GetPropertyDefinations" but there is no data in a result . so how can I retrieve the Property names from ThingTemplate?
Hi! Is there any way that a ThingWorx mashup can be invoked through a POST Request with parameters? The data that we are trying to pass is of sensitive nature and we would like it to be hidden. If this is not possible in ThingWorx whats the recommended way to implement this? Note: I have tried Mashup parameters and am able to pass the data via URL formation but ideally we would like the parameters to not be visible. Thanks,Ashish Tamhane
Hello All,I have a requirement to query data from Oracle Data Warehouse to Thingworx Platform. Any interface connectivity like ODI or JDBC example exists which I can leverage in my solution. Any leads would be appreciated. Regards,Sid
Hi,I have a requirement that the Manufacturing plant data is coming to the Azure data lake from various data sources and I need to fetch that data on the ThingWorx Foundation to display that on dashboards. So How can I connect my ThingWorx Foundation with Azure Data lake? Any help would be really appreciated. Thanks & Regards,VV
We're trying to get our Kepware installation up-to-date on licensing...which it would seem like it is, but we still get the constant nag about "one or more features are time-limited."What am I missing? Is there another license that we're still missing?Please see attached image. Thanks!
Is there any Documentation on the Compliances of PTC or Installation of PTC Products in different Regions?
Hi Community,I have a requirement to display 3D model document in Thingworx Foundation 9.4 Is there any widget available in Thingworx using which we can render data. I know about ThingView widget but due to license cost issue we may not be able to buy manufacturing apps/navigate.Any other solution available would really be helpful. Regards,Sid
I can't get this service to accept the output from a DateTIME picker widget. It always says that the parameter is the wrong type. If it isn't looking for a DATETIME, what is it looking for?
I want to bind my models to a thing using analytics events. It works just fine at first. Then I made a new analytics event to bind my model with another thing, But it is not working. I used the industrial connection thing first, then I changed it to the generic thing (I duplicated the thing that's working) but nothing works. I already checked analytics jobs but nothing shows there (already unchecked filter completed jobs). Please help me to bind my models with the industrial connection thing. (Because I want the input from kepware)
I'm using the trial version of Kepware on a local machine and I'm completely unable to connect to the OPC UA server from FactoryTalk View SE. I was able to connect to the GE PLCs I need to through the quick client, but haven't been able to communicate with anything in FactoryTalk at all. (FactoryTalk is also being hosted on the same computer) I've followed this tutorial from Rockwell directly to no avail:https://www.youtube.com/watch?v=NUfF1X7muS4I've set Windows Inbound rule for port 49320.I tried changing the port to 4880 as the FactoryTalk manual shows that as the default port when one is not specified. From FactoryTalk Manual:Enter a custom network path or IP address to an OPC UA Server. The path must be in the format opc.tcp://hostname_or_ip:port/Path/To/Server where hostname_or_ip, port, and /Path/To/Server are replaced with the OPC UA Server settings. If no port is specified, the FactoryTalk Linx OPC UA Connector will attempt to connect to port 4880.The firewall on the
We currently are testing a remote OPC DA connection that brings in two tags into Kepware. From there, we add those tags into the IDF for Splunk. We are able to send information to Splunk from these OPC DA tags, but it only updates on changes when I ask to send the information to Splunk on every scan. Pictures below: I'm only receiving 12 events but there should be thousands of events if information is being set every scan. We already have multiple Splunk connections set up that send information to Splunk on every scan. The devices on these connections are Omron FINS Ethernet devices, though. Here are the events for the omron devices: This looks much better as we have ~30k events and I can see the differences in time stamps. I'm not sure if I'm setting up the OPC DA connection improperly which is causing this issue? I've tried to change the OPC DA from exception to polling and a couple other settings on Channel3 but that did not work either. Any ideas or
Please, is there any additional configuration or particularity besides CS384334 to establish OPC UA communication between KepServer6EX and FTView SE? When I use the KepServer EnterpriseV5.21 version the communication works, but with KepServer6EX it doesn't work. Thank you.
I need to make application where logging is a blocker. Yes, I know, cybersecurity - but risk analyses shows, logging is not necessary. That must be common use interface, where most important for us is EVERYBODY can use this interface, just simple interface where user is requested to click & go to report some circumstances (and we do not need to know who was that). Yes, I know I can use appKey and add it to link - so it's like server/Thingworx/Runtime?appKey=<...>&x-thingworx-session=true#mashup=MUName_MUBut I found in docu, that next version will not support this solution, appKey must be given via POST method - so I can not pass it via link.Can I somehow make app starts without requesting logging?
Hi, All is in the title. Thanks,
Hi, I want to get my current time using this code: var currentdate = new Date();var datetime = "Last Sync: " + currentdate.getDate() + "/" + (currentdate.getMonth()+1) + "/" + currentdate.getFullYear() + " @ " + currentdate.getHours() + ":" + currentdate.getMinutes() + ":" + currentdate.getSeconds();var result = datetime; but the result I got is not correct, The date is suitable but the hour, minute and second are wrong.
I want to read data from PLC using kepware, I use the industrial connection, and I want my data type to be a number but I can't change the data type. How to change this?
Hello,It's from 9.3.0. The Date Time Picker Widget Height can't be reduced. On the Mashup, the Date Time Picker widget is Occupying more space than the widget that is present in 8.3.4In 9.3.4, also this issue still exists, placing the DateTimePicker widget. Can someone Help me to reduce the Height of this? Reducing the Height from style properties or custom CSS will not because it cuts off the Container of the widgetThanks,
What are the best practices for Influx DB Archival to Store the data in Azure or anywhere ?@slangley Thanks,Shashi.
Hi,Trying to add a Header Mashup and Header Mashup has Dynamic values, so need to pass data to the Mashup Parameters of the Header Mashup Mentioned in the Collection Widget; how can it be done?Thanks,
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.