Recently active
Sample grid css code :@supports (ptcs-style-unit: "PTCS-CORE-GRID") {[part=header-label] {font-family: 'Segoe UI' !important;font-weight:700 !important;font-size:14px !important;}}Please have a look at the attached Display feature to select columns of grid widget.I am using custom css because the font-family I need doesn't exist by default. I would to change font-family for Display button and the blackened column options too for grid widget.I tried but no luck.Kindly provide me custom css for the same.
Hi, Version : Thingworx 9.6.1 Please check the attached image. Need help to update css of filter box in Grid widget. Providing the sample that I tried which didn't work.@supports (ptcs-style-unit: "PTCS-CORE-GRID") { [part~=simple-filter] { font-family: 'Segoe UI' !important; }}Please let me know if you are able to figure out
Hi,How is ThingWorx beneficial for creating ERP applications, enterprise solutions, and non-IoT web development?Can ThingWorx be used for building non-IoT web application use cases?
Hello, i'm currently using ThingWorx 9.3.9-b1648 and I need to change the input focus from a textfield on a main Mashup to a textfield on a contained Mashup. I've tried searching for solutions but most relied on the AutoFocus and focusOnLoad attributes of the widget but they don't seem to be present in my version. is there a way to change the focus of my textfields without those attributes? Thanks in advance!
We have installed the Databricks jar file in Tomcat lib folder and restarted the tomcat, after that we created a new SQL thing with Database template and try to establish the connection by using the connection string URL and other details (Driver class name, validation string as Select 1, username and password) but still we are not able to establish the connection between Databricks and Thing Worx. Can anyone help me out this.
Old topic reference While Setting Up the Password and Confirm Password there is no USER NAME Option available so How to I know My user Name.
Hi All, Sice a couple off weeks we have a problem when deploying Thingworx in our DTAP enviroment with the PlatformSubsystems. the fields in the Tab Metric Reporting stay blank so no Customer number or Name anymore. Because of this changes cannot be made and SAVE does not work. When trying to request authorization we get this message "An error occurred while attempting to contact PTC. Try again later.Close "And in App log we see this " INFO : Getting License Feature Info for: twx_telemetry_data_exception" And "ERROR : Was not able to complete metrics auto enrollment. Invalid value, can not be null or blank" And " WARNING: Transaction has been marked as a failure for request /Thingworx/Subsystems/PlatformSubsystem/Services/StartMetricsEnrollment" And " ERROR: Unable to Invoke Service StartMetricsEnrollment on PlatformSubsystem : Invalid value, can not be null or blank" I have a export of subsystemPlatfrom where the fields "Customur number and Name are filled in" wh
At infrastructure level we migrated from VMWARE to Nutanix and after this we keep having this issue everyday. The only way it is getting auto resolved is after reboot. We can do this now since only test environment is migrated and we are soon planning to migrate production environment as well. In that case every time reboot is difficult as production activities will get interrupted. Is there a way to fix this issue? Like deactivating and activating license again? or changing the license type to offline one? Repair option in license utility will fix this? Kepware OPC connectivity suite verison 6.11.764.
Hi all, Is there any way to get a full screen dark mode in composer rather than just the code box? Or a work around to get it to be full dark mode?
I created this url, it showed invalid. What Iam missing here. https://servername/Thingworx/Things/DTName/Services/GetDataTableEntries
Is it possible to use a Kepserver as a gateway/proxy between fx. a Beckhoff PLC and a Rockwell PLC?
Hi Friends Please provide configuration manual for to connect KepserverEX to OSI PI through OPC DA -DCom
Hi,i am trying to execute postgres database store procedure in thingworx but unable to get the data, it is showing an error in database logs like "cancelling statement due to user request", but if i am trying to execute the same store procedure in postgres it is giving me the data. i checked some thingworx articles and there they are saying to refresh the database connection or increase the database thing time limit, i tried these two approaches also but not getting the data. Please give me the solution on this as soon as possible.
I'm using ThingWorx 9.6.3 and adding tags to a Thing using the Manage Bindings feature. The properties get added as read-only by default and are not set to be persistent or logged.Is there a way to bulk edit these properties after binding them to enable persistence, logging, and set the appropriate dataChangeType (like ALWAYS or VALUE)? I don't see any bulk edit option in the UI.Any suggestions on how to handle this efficiently would be really helpful.
Hi all, I am wondering if there is a specific reason that Master cannot be bound in thingworx mashup builder. I have a mashup in one project that I want to use the same master on as all of our other mashups but the master is located within our main project with stuff to be commonly used among all projects. This creates a dependency issue preventing pushing between projects and I am not sure if there is really a good way around this, but if I could just bind a string like "KT.MasterMashup" to the Master parameter then I could solve that dependency.
I am using ThingWorx Platform Release 9.5 and DatecodeF000I would have a "general" question about the Combo Chart widget. Unfortunately I did not find any examples on the internet. I see that with a combo chart I can have multiple y-Axes which is great. Now I saw that you even have the possibility to have it stacked. Which would mean in my opinion I have multiple y-Axes therefore multiple lines but they all have there own space. Not all together in one graph but stacked as I would need to have it. Now I played a bit with the widget and tried out what I can do but unfortunately nothing happens when I choose the Stacked option. I mean there are a lot more parameters then that i tried to correctly fill but in the end result nothing happened. So I would kindly ask you if there is a better description on how to obtain this stacked result that i definetly need or is it maybe a bug that this is not working?
Hi, Tried below code but no luck @supports (ptcs-style-unit: "PTCS-CHART-AXIS") {[part=tick-label] {font-family : 'Segoe UI' !important;}} Please provide custom css to effect x-axis and y-axis tick labels of line chart.
Using thingworx 9.6 I have infotable data shown on a ptcsgrid I want to apply a "static" filter to hide some rows based on a value (NOTLIKE), and I would use the queryfilter parameter. Note that I don't want to filter at service level when generating infotable data because in other objects I need to have all the rows. I may leave on the ptcsgrid the "filter box" visible on the mashup to filter the visible data, but this should work after the queryfilter, just on the visible rows Is there a way to apply a static queryfilter , not using for example a ptcschipdatafilter ?I tried with an expression with output type queruyfilter, but it's not clear how to "code" the filter
AbstractThis article explores an approach on how to optimize ThingWorx thread usage during service execution. It addresses common scenario where the Event Processor executor thread pool can become saturated, which can lead to queuing and slow responsiveness to users. This article is a proposal for configuring and optimizing services, with an example.Please, use the post comments to provide feedback or suggestions.All used capabilities are 100% ThingWorx OOTB.In the following, the acronym SETO (Service execution thread optimization) will be used to refer to entities and their capabilities. IntroductionDuring the execution of a service, events trigger a subscription that runs in a new thread. In addition to the best practices for timers and schedulers, SETO uses this mechanism to parallelize the execution of a service across subdivisions of a population of Things.When using ThingWorx, clients often encounter issues related to the regular execution of services such as "get data" or "
Hello everyone,My goal is to open pop-ups of different sizes in an SVG plan when clicking on different elements. For this I have built a service which calculates the required parameters for a navigation. Additionally I open different mashups in the navigation with different mashup parameters. In order to be able to bind them all in the navigation function, I have generated a dummy mashup with all existing mashup parameters (see images).This works wonderfully in practice. However, in the background I am bombarded with error messages in the application log.These are as follows:Unable to dispatch [ uri = /Things/PersistentSessionfd8e1b3e-6e94-4cad-8e77-523fc0aa8f90/Services/AddDynamicRemoteSubscription/]: Unable to Invoke Service AddDynamicRemoteSubscription on PersistentSessionfd8e1b3e-6e94-4cad-8e77-523fc0aa8f90 : Validation Failure: Attempting A Dynamic Subscription To An Invalid Property [thingName] on [Lageplan_SVGVerwaltung]error executing APIRequest Message: Validation Failure: Att
Hi @YT_10897741 With reference to this topicI have just installed this extension in my thingworx 9.3 and it would be great if you would let us know that how to use this extension. So our use case is that there is a template like page which i can create in mashup. user has to fill it and then we create a pdf of the mashup and save it somewhere. The question is how can i create a pdf with this extension in the mashup... please let me know..
Durable Queues Are Hereby Tori Firewind, Principal Cloud Architect IntroductionWell folks, the durable queue is here, and it is… durable! We tried everything in our dev ops arsenal to bring it down, but no matter what we threw at it, Event Hub stayed up. No data was lost in any test scenario. ThingWorx 10.0 is a remarkably more mature and stable offering than ever before with its new use of Kafka to prevent data loss, as well as internal queue management and queue diagnostics features. As we announced last quarter, new diagnostics features allow us to record diagnostic data from the moment a problem starts, ensuring RCA can begin immediately, without further time spent waiting for issues to occur again. These are highly configurable, and PTC is ready to support customers opting-in to acceleration-based diagnostics! Coming out now is the new internal throttling mechanism within ThingWorx, which ensures that even when queues max out, regardless of what those queues are doi
I am storing array in sessionstorage. I'm able to update the array using sessionStorage.setItem(Op_withoutSpaces + "_" + i, array); but i couldn't remove or clear the array in sessionstorage using below code. sessionStorage.clear(Op_withoutSpaces + "_" + i); sessionStorage.RemoveItem(Op_withoutSpaces + "_" + i); Let me know what is wrong in this.
Using thingworx 9.6 cloud hosted .has anyone used the MarkerField field on that widget ?I tried using this field as IMAGE and IMAGELINK format but seens not working in any way ...there is no doc ... may be because it's not supprted any more? I'm now using the markerformatting to change the marker (using an integer field to select a style through a state-definition), but would use a specific "image" field passed directly on the infotable data ...
Hi, Please help me with css code for combo chart that effects tick labels using Thingworx 9.6.
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.