Recently active
Hi,according to the documentation the Grid Widget should have keyboard navigation. But it does not seem to be working. Pressing keys (arrow keys, tab etc.) is not doing anything. There seems to be no setting to activate the keyboard navigation. Am I missing something obvious? 🙂
Hi,I use the collection widget and set it to :view=flow; FlowLayoutGravity = edge. Its internal elements are left aligned. Is there a way to make internal elements right aligned?(ThingWorx 9.3.4-b1190 ) Thanks!JiabaoXiao
how to apply custom css on textfield textarea background-color.
Hello,How can we check whether property value is received in thingworx or not using Java SDK In Java SDK we create a connection with a web socket so there is any method to check property is updated or not
I need to add a header to my collections . When I set up header mashup, header display on every row. Is there a way I can have only one header ?
Hi, I want to use two way binding in thingworx with JAVA SDK program, when thing property change from thingworx how can I know in java SDK program.
Hello,I am facing an error when i try to use pop-up from a collection (mashup inside collection contain a button that open a pop-up). If i try to zoom in or zoom out, the pop-up is closing.Do you know if collection is refreshing on zoom action or what i can solve this issue?Thank you in advance, Alex
Hello,I am using collection widget for our mashup page. Inside collection we user navigation to open a pop-up.If the user will zoom out because is not seeing all the info on laptop screen, the pop-up automatically closed.What we can do for avoid refreshing collection widget when zoom in zoom out?Thank you,Luchiian Alexandru
Hi,I would like to monitor the user login data, such as user name, login time, logout time, and maybe even better with login PC's info (device name, IP address).There're similar info provided in Monitoring menu of composer as 'Connected Users', so is there a service I can get these info? By the way, sometime I saw one user has multiple records on this list and are all marked as "isConnected". So that means the same user is logged into the system via different sessions?Thank you!
I created a Job Order Notification service according to this instruction and I assigned in PTC.FSU.CORE.JobOrder.Endpoint_TG. When should this Job Order Notification be called? How can I check if this service is called and get its result?I am using Thingworx 9.3.9.
Hello,Can anyoe help me on how to add border and other css elements for the HTML table in the below service in thingworxThanks in advance!
I wonder when this service is executed? And how its arguments look like? What does it mean ProcessType? I want to use this mechanism but I dont know when this NotifyJobOrderStatusChange_END and my custom service (To use Job Order Notifications, a custom service must be created that will receive the Job Order Notification messages from the ThingWorx Applications.) are called 😞 Should I called it by some kind of Scheduler?
Hello,I'm working on a Sentiment Analysis project utilising a huge movie reviews dataset I obtained from here, and when I execute my code, I keep getting an out-of-memory issue. Here's an example of pertinent code from my code: import pandas as pd from sklearn.model_selection import train_test_split from sklearn.feature_extraction.text import TfidfVectorizer from sklearn.svm import SVC # Load the large movie reviews dataset data = pd.read_csv('large_movie_reviews.csv') # Preprocess the data # ... (code for data preprocessing) # Split the dataset into training and testing sets X_train, X_test, y_train, y_test = train_test_split(data['review'], data['sentiment'], test_size=0.2, random_state=42) # Vectorize the text data using TfidfVectorizer vectorizer = TfidfVectorizer() X_train_vectorized = vectorizer.fit_transform(X_train) X_test_vectorized = vectorizer.transform(X_test) # Train the Support Vector Machine (SVM) model model = SVC(kernel='linear') model.fit(X_train_vectorized,
I'm using the TWX Analytics clustering microservice for unsupervised machine learning. I was able to load the dataset, ran the clustering microservice, retrieved the PMML model and imported it to the Analytics Manager. How I can visualize my cluster data using ThingWorx?
There is 2 tab in this model popup the 1st tab label is in left and the 2nd tab label is in mid I am trying to add a left margin in the 1st tab label. but when I am trying to add using mashup property it applied to both the tab label. and I am not able to find the css path also to solve this issue
Dears, I have amount of bound tags(greater than 1000) needed to monitor. When any quality turns to bad or other status except good, subscription should be triggered to send info. How can I config event or subscription to get this with minimal impact on system stability. Thanks.
('Unable to Invoke Service SpotlightSearch on SearchFunctions : Unable to get search entries: [2,006] Unknown error occurred. Contact the administrator if this re-occurs.') I am facing the error in thingworx. The thingworx version is 8.2.2
I have a ThingWorx snippet -Resources["InfotableExporterFunctions"].ExportInfotableAsPdf(params); which is creating a pdf file in the "ThingWorxFoundation\ThingworxStorage\repository" location, but I need that file to be created in my local machine not in the ThingWorx repository.1. Is there a way to create a file in my local machine ?2. Or does ThingWorx has a feature to download the created file to my local machine?Please suggest with your sample code. Thank you
Hi,Does anyone know whether or not this widget can be found in Thingworx? I have checked through the help files on widgets & not able to find one. Explored Gauge or slider widget, not able to change it per what shown in below picture.if this is not a generic widget, any suggestions on how to create it? thanks
I have thingworx 9.3.8 working normally. I need to install rttpm app. When I use the program "install-tw-apps-win.exe" the following error appears: "Service call failed with status code 502 - Could not connect to environment: self signed certificate". I checked article CS375802 - "Service call failed with status code 502 - Could not connect to environment: self signed certificate" error when installing ThingWorx Apps, but I couldn't go any further. Could someone please tell me what steps I have to do? For reference, below are the questions and answers given during the installation attempt, as well as part of my server.xml file. - install-tw-apps-win.exe installation (questions) ThingWorx URL (localhost:8080):Does ThingWorx use TLS (y/N): N " -> I tried with "y" too. Got the same error..."ThingWorx Admin Username (Administrator):ThingWorx Admin Password: Attempting to connect to ThingWorx server... Service call failed with status code 502 - Could not con
How do I set up a Chart like this? No Widget seems to have functionality close to this.
Hello all, My team and I have gotten LDAP working via an ActiveDirectoryDirectoryService, but need to be able to validate another user's non-admin credentials with LDAP, without logging the second user in. What services exist for manually validating an LDAP credential? We've tried the TestConnection, GetDomainGroups, and IsValidGroup services on the ADDS with admin and personal credentials, and they only work for the administrator.
If same user logged in with multiple session in different PC’s can cause this slowness?Thingworx v9.0
Hello, I want to a create new custom thing template extension using Java. so there is any document or any resource that is useful, I want to a create custom thing template to connect with Modbus PLC and read/ write data. I need guidance to create a custom thing template extension using Java
As subject, I would like to import adaptive sampling on Thingworx before transporting the data into DataBase, or the other way is adaptive adjust the interval of data consumption?
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.