Recently active
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?
I am reading some tag values programmatically and for some reason the Kepware tags being read are passing the system time instead of the recorded timestamp value. I can see the correct value when viewing in the QuickClient, however when I call on the program to read the values the timestamp value is changed to whatever time the read is made. Has anyone ever seen something like this?
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,
Hey guys ! I know this question has already been asked but no answer was given.I am using the KEPServerEx V6 and I want to read values from #10000 and beyond (there is no letter at the beginning, just #) via the Fanuc FOCAS com. protocol. When I try to do so, I am getting the error : "Address '#10095' is out of range for the specified device or memory type." There is nothing for that range of addresses in the appended pdf. Thank you !
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
Is there a way to test the system tags of the PLC ? (The devices have no connection the actual physical devices) I've the "._System._error" tag connected to a SCADA and wanted to display the tag to show some sort of lifesign to the device. Regards,
I am trying connect my Power Monitor 1000 (Allan Bradley) to Kepware for data collection. I am using the Modbus TCP/IP driver but I am currently having problems reading float values in Kepware. In the datasheet as defined, there are two modbus addresses to represent one float value. When I try to view the data in OPC client, the data shows that it is unknown and has bad quality data when I try to add both addresses. When I add just one of them, the value just stays 0 like L1,L2,L3 current in the picture below. The device configuration is: The data for the integer comes through correctly but with an update count of only 1 for all of them. What could the issue be here for data collection for this power monitor through kepware? Thanks
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
As a system integrator, I have no idea how many Kepware licenses I've sold to clients over the past 20+ years. Two weeks ago, I was able to log into MyKepware account, open a support ticket, browse the knowledgebase, download software. Now, I can't do anything. Hoping that somebody in eSupport sees this. It says: Access Denied - Insufficient Privileges You are currently setup with a Basic PTC.com Account that does not provide access to this area of eSupport. This means that you may have an active PTC Global Support agreement however you have not yet Upgraded your Account to reflect your Support entitlements. To access this area please Upgrade Your Account. OK, so let's upgrade my account. Besides "upgrading an account is easy".. Bull**bleep**, I need a Customer Number, Service Contract Number, Sales Order Number or Security ID. I have none of those. My clients probably do. Good luck finding the person that knows where these are. I can log into the server an
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?
Hi experts,we use this service as described in Article - CS259031 (ThingWorx 9.1.14) but in some cases, there are files with a comma in its filename. This throws an exception like "JavaException: java.lang.Exception: Some files listed are not readable: [/24043033da000.iam/0, 7.ipt]". The real filename is "0,7.ipt" (without blank).The comma is used as separator like in the given example to create the list of filenames in var params. So is there any other way create this list without relying on special characters allowed for filenames? We need this feature because we want to exclude specific files from the list to be not included in ZipArchive.Any proposal appreciated - Thanks!
Hello, have you solved the problem? I have also encountered the same problem
I have a problem with KEPServerEX and inputs.opcua telegraf.I collect data with kepware use telegraf inputs.opcua. When I use advancetags/tags with good quality, I don't have problem. The problem is when the quality of advancetags/tags changes to bad (for example, driver stop working). My Kepware after a few minutes or seconds (no rule) stop working (My dataLoger no sent to sql and opcua no work). Application can't start(I click on it, it load, but the project never compiles), only reset server or service runtime to fix it. Off course, I don't have any event log about this problem. Where is problem...?I test with: kepware version 6.9/6.13Telegraf version 1.24/1.25/1.26
Hello, is there a way to disable the certificate verification on startup for Kepserver 6.8 so that I will not get error message like this "The UA Server certificate is expired. Please use the OPC UA Configuration Manager to reissue ... "
Hi All, What do the following property qualities represent on Industrial Things: Unknown, Good, Bad. Regards.
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.