Recently active
Hi Experts, Does thingworx supports video analytics capability from a live feed from CCTV camera to capture operator actions ?Any supporting document would be really helpful. Br,Krishna
I am trying to set a value of a property using SETPROPERTYVTQ by writing code in the service of my thing. I will an API and after the response of the API i will set the value of a particular property. Here is the code I am using:VTQ vtq = new VTQ();vtq.setValue(String(events[4].machineCode));vtq.setTime(new DateTime());vtq.setQuality(QualityStatus.GOOD);base.setPropertyVTQ(me.ReasonCode, vtq,true);While executing the code I am getting the error as: Message :: ReferenceError: "VTQ" is not defined. - See Script Error Log for more details.
Hello community. I am facing some issues due to service timeout of my service that copies and builds a user usable mashup for connecting kepware tags to things. The service reads each root tag from an industrial connection and then calls a recursive function to go deeper in the tree. The issue we have for one of our sites though is that they have an older PLC where they apparently can't decide on which tags should be imported, so they have to import all of them (100k+). Now, we could increase the timeout from 500 seconds, but I don't see it as a viable solution as what if we get 200k+ tags at some point? The thing is, they have used some disable setting in Kepware for these tags. So they had thought that they would not end up in Thingworx. Is there anyway to prevent this? Either in Kepware or in Thingworx? I tried running the BrowseGroups service on my industrial connection, but there doesn't seem to be anything in the result that we can
How to apply custom css on disabled checkbox colorI am not able to change the grey checkbox color using custom css
Hi Team, On mashup load, how to select all values by default from dropdown? and all selected hint text also need to showPlease let me know asap. Thanks
How did the Tag Import route work for you @BM_9155657 ? Did you find a better way? Reference topic - https://community.ptc.com/t5/Mfg-Solutions-Apps/How-to-avoid-importing-all-tags-when-creating-a-device-in/m-p/794517#M2464
I'm developing an application using ThingWorx 9.4.0. I used the "Package" feature of my Project entity to create a .zip file. When trying to import into my package as an Extension into our Test/QA platform, I'm getting the following error (redacted bits in <>).Application Log: Extension Exception: Error parsing /files/ThingworxStorage/extensions/temp/<ProjectName>-1.1.0_<GUID>/<ProjectName>-1.1.0/Entities/ThingShapes/Entities.xml: (88, 37): cvc-complex-type.3.2.2: Attribute 'aspect.isDistributed' is not allowed to appear in element 'Subscription'. Our Test platform is a HA cluster implementation, so it doesn't make any sense why the project is failing with the error "isDistributed is not allowed". I verified that it wasn't a problem with this single project by creating a separate test project with a simple subscription and trying to import it to my Test system. I got the same error.Is this a bug in the platform
Hi,We are checking the possibility of using KepserverEX as connector for several factories containing machinery of different OEM's, and several data-protocols (MTConnect is the most common). In testing we came across a potential blocker. We are currently relying on some attributes commonly implemented in condition-type dataitems within MTConnect, namely "nativeCode" and "nativeSeverity", but it doesn't seem like these attributes are being picked up by MTConnect driver on triggered conditions? I am using KEPServerEX v6.15.132.0 in combination with MTConnect driver, and I'm relaying the data through IOT Gateway to an MQTT broker. Is it possible to pick up and relay nativeCode and nativeSeverity attributes somehow and send these along with the value through MQTT?
Hi, I placed a Bar widget on the mashup, passing the data to the Widget. On Runtime, I can only see the X-Labels for the alternative bar, not all the Bars. Why so? Thingworx Version: 9.2.1 Thanks,
Hi, I am using Style Theme for around 50 Mashups, but suddenly labels, font weight and family are not working.When I open the Mashup in the runtime, in the console, I see the below errors: Thanks,
Hi, I have a mashup that contains a grid that collects data stored in an infotable property. While testing with multiple users we noticed that while one user viewed the mashup the data loads just fine. However when a more users try to access the same mashup, the "first" user's grid will appear with no data while the second user is waiting for mashup to load. Once the second mashup completes, the first mashup will again display data however this data belongs to the second mashup. Is there a way to ensure that the data in a grid does not refresh if another browser is opened to the same mashup?TIA
Hello, I'm trying, from a service, to run this code: The error message I receive is: "Unable To Convert From org.mozilla.javascript.UniqueTag to INFOTABLE". Regards,Lav.
Do we need to install Manufacturing common building blocks before importing solution framework.I can see pre-requisite as PTC Solutions Common Building Blocks must be installed prior to installing the Solution FrameworkCan anybody clarify whether common building block is 'mfg1-2' extension
Hi all, I am using Thingworx 9.1 version. when I tried to launch Thingworx composer it throws an error.... "This page isn’t working If the problem continues, contact the site owner. HTTP ERROR 401". I am using Microsoft Edge Version 117.0.20 having edge policy and if I need to change this AuthSchemes policy how can I change it.? Regards, Lav
Good day! I have a use case where I must take some OPC-UA tags and send them to a REST server which is then connected to another OPC-UA server using ThingWorx Kepware Server on both sides. Here is what my configuration looks like:- ThingWorx Kepware Server on Remote PC configured as a REST server. This REST server is bound to one FLOAT type tag on a test OPC-UA server. I can read it and write to it just fine using powershell and my web-browser.- ThingWorx Kepware Server on Local PC configured as a REST client. The REST client points to the REST server configured earlier and reads one FLOAT type tag from the source OPC-UA server (production data). The idea is to publish this OPC tag to the REST server earlier (which should then automatically update a tag on the test OPC-UA server it is bound to). I tried to do this using the Standard Template in the REST client's message body but I keep getting ERROR 500. I can use the Advanced Template like this and it works but the value is
Hi Team,I am facing this issue mentioned below:I want to prevent sort ascending order .Please help on this and provide solutionThingworx Version-V8.5.6
Hey all. I'm currently trying to work on localization so users from different countries will see dates in their proper format. I want to attach a location code to a profile and use that as a binding, so I tested with a very simple function to see if this approach would work. Below I've written some code that when I output to a div, outputs exactly as I expect in a quick demo React project when pushed to a div.CodeOutputHowever, when I do this in Thingworx services, it fails to do this, and provides a completely different format. Does anyone know what is going on here? Am I making some sort of settings mistake?
In thingworx 9.1 I was using double click properties in the Grid Advance to open new popup mashup but when I switch to 9.4 thingworx version there is option of multiselect so im not able to perform double click to open new mashup.
So i was working on some big number within thingworx and got some unexpected results. var BIGINT_OUT_OF_BOUNDS = Number("-9223372036854775805"); result = BIGINT_OUT_OF_BOUNDS; This will result in -9223372036854776000If you read the javascript documentation this is understandable. So i did: var BIGINT_OUT_OF_BOUNDS = BigInt("-9223372036854775805"); result = BIGINT_OUT_OF_BOUNDS; This will result in an error: Error executing service BigInt. Message :: ReferenceError: "BigInt" is not defined. - See Script Error Log for more details. Witch is understandable because thingworx uses Rhino 1.7.11. And BigInt is only implemented from Rhino version 1.7.14. I must be missing something.So my question is, how am i supposed to work with big numbers?
Hi All, I know that HTML Text Area - TWX 8 feature's of text formatting and HTML editing were removed in 9.0 and higher versions due to security enhancements. Now I need same functionality in TWX 9.4.0 for E-Mail body composition requirement because it were already used by customer in TWX 8.5. Is there any work around for HTML Text Area - TWX 9 with same features? Thanks & Regards,Arun C
Hi,I and my team are developing a mashup where we use a collection widget to display a list of things. We would like to programatically select and navigate to a specific item in the collection widget (the id is saved to a session) based of one of the items properties. Can that be acheived and if so, how?KindlyOskar Berntorp
Is there a way to find out what the best learner is after training a predictive model? I haven't been able to find it in the documentation or searching the menus/services. Also, for the elite average ensemble, it's stated in the docs the it chooses the best n learners, but it's never mentioned how it decides what the n number is. There's mention that they're chosen based on their predictive score, but how does it determine the cutoff between good and bad learners? It'l be helpful to know a little more about what the black box is doing in order to improve further models.
I have a list of streams (InfluxDB as persistence provider) with data in it, and I would like to migrate to Postgres (the default persistence provider)Now, how can I proceed further? Does Thingworx provide any migration tools?If I use the export data option, which is not working,
I have a requirement where I need to save the column values as logged in user prefrences.I see there is no way to capture the selected values and default them when user logs in. Cacheruntimedata can help, but it will not work if user device is changed.Is there any way using which the selection can be persisted based on selected users apart from using cacheruntime data option.
I'm studying the concepts of processes and programs in C++ on this site and came across the following code snippet:#include <iostream> #include <cstdlib> int main() { std::cout << "Hello, World!" << std::endl; return EXIT_SUCCESS; }While the code is a classic "Hello, World!" example, I'm struggling to grasp the distinction between a process and a program, especially in the context of this code. Can you explain how this C++ code represents both a process and a program? Additionally, could you highlight any specific elements in the code that demonstrate these concepts?
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.