Recently active
Hi Developers, I'm trying to create a mashup to capture and display images.as the first step, I put a fuleupload widget. Browse button works when I click with mouse but not work when I use finger or apple pencil. Could anyone help me to solve this ? our ThingWorx version is ThingWorx 9.3.6-b1323.
Hi,When adding the repository for the extension Eclipse plugin I receive the error in the attached pictures.From what I understand, there are jar files in the plugin zip.What is going on?I have tried the current and former thingworx specific versions of the plugin without success.Look in the attached pictures for version of the IDE, as well as the error messages. Kind RegardsOskar Berntorp
Hello, Wondering if anyone can see any issue with this. When putting the same things into SoapUI, everything goes thru fine......but when using content loader function postJSON it just times out. // Define the data you want to sendvar messageData ={"@type": "MessageCard","@context": "http://schema.org/extensions","themeColor": "0072C6","summary": "ThingWorx Data Update","sections": [{"activityTitle": "Data Update","activitySubtitle": "Timestamp: " + new Date().toUTCString(),"facts": [{"name": "Sensor Name","value": "Sensor XYZ"},{"name": "Value","value": "42.0"}]}]};let postData = JSON.stringify(messageData);// Define the parameters for the HTTP POST requestvar params = {url: "https://generalmotors.webhook.office.com/webhookb2/4362b7f2-bfdd-48b0-b8f9-63637259d95b@5de110f8-2e0f-4d45-891d-bcf2218e253d/IncomingWebhook/blahblah", // Replace with your Microsoft Teams webhook URLheaders: {"Content-Type": "application/json"},content: postData};// Send the data to the Teams web
How to store null value or empty value in numeric field of infotable
How to create a device in Actility using API from Thingworx
Hi , I am working on the same use case and found that we have session expired event that is fired even the browser tab is closed, but here is also one problem that is how we can update the logout time when we have multiple session for one user. Considering the user access the application multiple time and sometimes he left the browser idle and re-login in other browser. I have one thing that is we can keep multiple entries of user login and logout in infotable but when the browser is idle then on what basis we can update logout time as we have multiple active session. do we have session id for each session , then surely we can updated basis on that ? please let us know. Thanks
Hello All,in KepServerEX6 I created a channel to get data from an SQL database.I created a Device for a table and it was not able to populate the tags automatically, like the previous two tables I created on that channel seemed to do. If I did something differently, I can't figure out what that is. The setup is the same as the other two.The error it returned when finishing the new device was: "Unable to generate a tag database for <MY DEVICE>:Automatic tag generation for device <MY DEVICE>' refused due to active client connections"I read another topic which had the same error. The suggestion was to 'Close all OPC client connections to the device and retry Automatic Tag Generation' Another topic said to create a new channel but I'm hoping to keep this table on the same database channel, to preserve the same organization between SQL and Kepware. My question is, how do I 'Close all OPC client connections to the device and retry Automatic Tag Gen
How to get global session values on login/logout/sessionexpired event of Security Monitor in Thinworx.i have written a subscription that executes on login/logout/sessionexpired event and in that i am trying to get session values but the session is null here.
shall we disable this column selection popup which comes while right clicking the adv-grid columns.
Hi All,I am new to the TWX but I have a doubt like I have a data base and I want to filter the data based on different filter criteria like I want to filter it based on a Product Name (string) attribute please help me to write a query for that if possible just any random query Regards,Rayon
I have a time series chart in my child mashup that is displayed horizontally, now I have added it to a parent mashup in which I want the chart to be vertically displayed. How can I change its orientation?
Manufacturing license - Add a new device. Hello, I have a Kepware KepServerEX 6 running for a customer and want to add a Siemens PLC to the OPC server.The license I have is a manufacturing Suite with Tier: DriverLimit 1. What does this mean? Cannot find any explanation about this anywhere.And on this OPC server I have a memory based connection running.Is it possible to add a new Siemens PLC S7-300 device to the Kepserver without needing to change the license? The manufacturing Suite does have the Siemens drivers included.
Migrated thingworx application from version ThingWorx 9.1.0-b10877 to ThingWorx 9.3.4-b1190. Problem occurs when Advanced grid migrated with Rowselection attribute as Multiselect As per older version there is no checkbox and row can be clicked to multiselect.But now,we need to click on checkbox to select the row.Is it possible to achieve the same as old Advanced grid in new thingworx version?If so, please suggest me
Is there any option to get the user engagement time for the TWX application.how much time spent by the user on TWX application.
Hi everyone, Does anyone know how I can resize an image that is on a grid? (comes through as IMAGELINK but displays an image in the grid). Thanks.
Hi Team, We are trying to leverage on the Edge MicroServer (EMS) which when hosted on remote server and communicate back to ThingWorx on situation like Services are running or monitor event viewer logs and alert on particular exception etc Looking forward to hear from the community
First i get data from excel like thisand then import to Thingworx and create datashape like thisand show data in grid at mashupbut data not show the same as raw dataCan i setting to show as the raw data in grid table and edit data in table?
After communication fails and got resumes between Kepware and COMPACTLOGIC PLC, but the link is not writing value to the PLC. After disabling and enabling the link tag then it starts writing the value to plc . But it has to happen automatically without reenabling the link tag.Please suggest a solution regarding this asap
Good day. Can someone please assist me, I am trying to connect the codesys control win v3 x64 virtual PLC to the Kepserver OPC but it refuses. I can't browse the PLC tags as well. Even if use an actual PLC (wago PFC100), still it shows that there is no communication between my server and my PLC. Manually adding the tags, still there will be no communication between the server and The PLC. After adding a channel on Kepserver, when I try to use the discover device option to add the device, it's still refusing. When I manually add the device using the device address, still there is no communication. I have attached screenshots of the error messages which I am getting.
Hello, Do anyone now what is the differences between the Database thing template and the MSSqlServer thing template? BR / Simon
Hi, I have installed KepwareEx6 (v6.14) with GE Ethernet Suite option on a VM and set it up to read from an Emerson (old GE) PLC that has a CPE330 CPU. On the same VM that Kepware is installed, I have also installed a GE Historian Collector that is set up to collect data from Kepware using OPC DA and send the data to our native GE Historian. This way I can log data from the PLC to our GE Historian every 100 ms. My PLC scan time, however, is between 4 to 5 ms. So, for every sample logged by the Historian I am missing potentially 24 samples from the PLC. If I know when Kepware reads from the PLC then in the PLC I can use that signal as a trigger to find the Minimum, Maximum and Average of the 25 PLC samples of data that correspond to the one sample that Kepware reads every 100 ms and log these statistical values as a separate tag to get a feel about the missing samples. So, this way for each signal of interest from PLC I will have 4 tags: The instantaneous value of the tag
HiI want to modify custom widget which is D3 range chart. The already customized widget have x axis and 2 y axis now i want to add again 2 y axis in the chart. I am new to custom widget, i didn't create custom widget before. And i don't have idea how to create it.I already have D3range chart custom widget extension file but i have to modify it.Can anyone please help to modify the extension file. I don't know where i have to modify it.sharing the links for extension file and the code please check and help me with this.d3.js - Multiple Y axis and paths in different scales - Stack OverflowGitHub - ptc-iot-sharing/D3RangeChart: A Thingworx widget that implements a chart that is highly configurable at runtime using D3.
On right clicking column heading in grid, we can deselect certain columns. We expecting the selected columns to be save until it is changing manually in UUser Interface. But Once I reloaded the page, the grid columns are resetting back and displaying all columns. How to save selected columns of Grid in UI.?
I used the line chart with multiple data source and I apply the legend filter on it but by default all legends are selected and then we can choose the the legends but I want to select only one legend by default. How to do that?
Hi all, Please provide me some resources on Configuring Reports in Thing Worx so that I can learn configuring reports in Thing Worx. Regards, Lavkush
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.