Recently active
How can these be removed from the DateTime picker, Thingworx Version: 9.1.1 ?@paic , @slangley, @c_lowy , @CarlesColl Thanks,Shashi.
Hi all, I have created a video that shows a way to parse XML and Excel files in Thingworx. https://youtu.be/8izaSLWLEaI PS: I'm not able to find a way to create blog post in Thingworx community so I have posted here ! / VR
Hi developers, I have a requirement to right align data of one column. I am using Thingworx 8. Issue is that even after selecting right align by configuring grid columns, its still not aligning right. Note: that column has state formatting on it to show different colors based on some condition. I tried to achieve right aligning via custom css but its right aligning entire row horizontally but not column data vertically. Kindly suggest.
Hi TeamIs it possible to fetch data from SharePoint using Thingworx? If so, could you please help me out with how to do it?
Hello,I am trying to store multiple json files data by iterating with different inputs in one infotable and but that infotable is showing only one json file data which was iterated last input. How to do that?ThanksKSM
HI Team Not able to import the file into the thingworx platform . Extesntions i was able to import but twx file for entities is not getting imported. Invalid request: java.lang.Exception: Import Failed: The allowable limit for licensed feature Mashup has been reached. Your license does not allow you to create any additional Mashups.
Hi, I am trying to update Kepware Tag through API call from IOT Gateway setup. Refering the document in http://127.0.0.1:39320/iotgateway/I am using this API http://127.0.0.1:39320/iotgateway/writeto update a tag. Based on the example given, I was able to successfully run the API through Postman but unable to run it through Thingworx API. cURL example given in the doc:curl -H "Content-Type: application/json" -vX POST -d "[{ \"id\": \"Channel1.Device1.tag1\", \"v\": 42},{ \"id\": \"Channel1.Device1.tag2\", \"v\": 17},{ \"id\": \"Channel1.Device1.tag3\", \"v\": 36}]" http://127.0.0.1:39320/iotgateway/write In postman which is on same server: (POST) http://127.0.0.1:39320/iotgateway/writeinput in json format : [{"v":0,"id":"Channel1.Device1.status"}] Thingworx server on the same instancetry{var Obj = [{'id': 'Channel1.Device1.status','v': 1}];let params = {proxyScheme: undefined /* STRING {"defaultValue":"http"} */,headers: {'
How to get one user's changes in thingworx composer. Any restapi is available? or Writing a custom service by passing username, startdate as inputs to query datas in Application logs file will help?
I have used some thing service calls in master mashup header section. i can see that the thing service gets called every-time when i navigate to any other page.
I clicked on this export button in mashup - GitBackup.Main.Mashup. Execution failed and errors were observed. ->Invalid service name: ExportProjectEntities ->Invalid service name: GetConfiguration The configuration given to the thing is - Iam using thingworx 9.2 version. What is the problem here?
Hello, I'm trying to retrieve some files (cad docs, pvz etc.) from windchill via the following flow (or something similar) The connector is properly configured and I set the Identifier as indicated in the documentation. The point is that the flow is always stuck at the first point while not giving any error.Any advice, guide or specific documentation to achieve my target? Many thanks
Dear all developers, I'm trying to set up schedule widget with reffering to the following page.as shown the below image, it seems that "color" parameter in the entry means the color for both background and boarder. Could you let me know on how to separately set border color ( if we can, selected color as well ) in code basis ? let newEntry = {reason: item.PRDORD, // STRING [Primary Key]info: item.ITMCOD, // STRINGstart: item.ACTDAT, // DATETIMEend: item.ENDDAT,// DATETIMEcolor: "pink", // STRING}; Thanks and Regards,Yoshihiko
Hi all, I'm trying to connect Fanuc's mt-Linki.When connecting mt-linki, I should use the web API.When receiving data, I need to send the query with the current time for get the most recent data.The only way to know the time is the time information from the response header of the http header. Is it possible to access response header on TWX Platfrom? Thanks,best regard,
Hi everyone, I am currently working on Thingworx manufacturing apps, and I have this problem. I would like to structure the home page (Console Page), so as to "hide" icons from certain users. For example, I would like the Trending and Troubleshooting and Configuration and Setup icons to be visible only by the administrator user. At this point, if a control engineer accesses the Thingworx App, the two icons should not be visible. Thanks for the support.
Is there any option to edit the Built in Mashups in the Manufacturing APPS. Duplicating the Mashups and re- binding them is a very pain point and time taking process.Isn't there any other option to edit this these inbuilt options !ThanksShashi.
Hi all,I am facing an odd issue on my console. There was a mashup for which we used a label widget and did the bindings. Later we deleted the label widget but the service was still there. When we checked the console, we got an error for the label widget. To debug the issue, have removed all the services and all the widgets, but still, the issue exists in the console. Please find the attachment for a better understanding. Thank You!!
After the new upgrade to the ThingWorx 9.3 from the 8.5 version. We exported the project from 8.5 and imported it to the 9.3 version. The problem that we are facing is mashup UI screens are loading slow compared to TWX 8.5and fonts are getting toggling in different styles when I try to navigate from one screen to other. Chrome browser performance snapshot of 8.5 version. 9.3 snapshot: Please find the below screenshot. (Fonts toggled to bold when user navigate from one page to other page) It looks font issue causing because of the slowness. Question is, How to resolve the slowness and font load issue?
I am trying to write custom service for application logs to get what services are modified in daily basis. When I updated a service "OverallMachineStatusGraph" in a Thing, I am seeing a error "Entity Not Found : [OverallMachineStatusGraph]" in application log. But the service saved successfully. Then why this error is coming? Iam using thingworx 9.2 version.
When we went from TWX 8.3.3 to 8.5, one of the many things that broke was the ability to set MINIMUM height of many widgets to 20 px. We were forced to set them to 34 px. For this reason, we chose not to update our mashups to the "NEW" widgets. Then you fixed it so we could set the height to what "we" deemed good for our own apps. Thank you for that. Today, I started designing a new app for a new customer. I decided to use all NEW widgets, and not the deprecated ones, because you fixed all of the silly design things, right?. Nope. There is still a lot left to be desired. I don't have time to go into all of the problems. So I'm going to focus on three things: Widget Height settings, including borders, Padding settings that can't be modified, and a mind-boggling forced Focus Overlay on input widgets that can't be modified. The focus of this is the height settings of many widgets. Although I can now set the widget h
Same thingworx version 9.2.3 is installed in two different server. One is used as a developing and another one is used for testing purposes. The project exported in dev server is imported to validation server. The problem is some of the widgets functionality which worked well in dev server is not working in validation server. We facing this issue for long time. What might be the reason?
Hi everyone!I have a problem with mashup parameters.More in detail, I have configured a system where the mashups have a bidirectional numeric parameter: at the beginning it is 0, then a service is executed that takes it as input, and if it is 0 it updates it by modifying the mashup parameter.But when the page is reloaded, the parameter returns to 0.Why?Is there a way to 'initialize' and make sure it doesn't reset on every refresh? Thanks
Hello, we are using W10 64 bit machines with a simple Access program to get data from Kepware OPC Server with KEPOPCDAAUTO.DLL. The source is: Private Sub OPCStartup()On Error GoTo ERROR_HANDLERDim i As Integer If MyServer Is Nothing ThenSet MyServer = New OPCServerMyServer.Connect "KEPware.KEPServerEx.V6", "\\SERVERNAME"'Set the default group update rateMyServer.OPCGroups.DefaultGroupUpdateRate = 1000End If If MyGroup Is Nothing ThenSet MyGroup = MyServer.OPCGroups.Add("AnyGroupName")MyGroup.UpdateRate = 100 'mSecMyGroup.IsActive = FalseMyGroup.IsSubscribed = TrueEnd If For i = 1 To OPC_ITEMSIf MyItems(i) Is Nothing ThenMyGroup.IsActive = FalseSet MyItems(i) = MyGroup.OPCItems.AddItem(ItemIDs(i), i)ServerHandles(i) = MyGroup.OPCItems.Item(i).ServerHandleMyGroup.IsActive = TrueEnd IfNextExit Sub on some identically installed PCs we receive some data, with other PCs MS Access crashes. any idea?
Hello,I have noticed that the CPU utilization of ThingWorx server is rapidly increasing with the number of users accessing the ThingWorx Runtime sessions. Although the CPU resources utilized by the system is comparatively smaller %.What are the options using which we can reduces this % CPU usage. Is there any way to identify what is causing this higher CPU usage.What may be the probable reasons for this.Any help is appreciated. Thanks & Regards,Bhushan
Hello,I am using Tree Grid Advanced Widget, and defined some columns by grid config service. when I run that Mashup the mashup displays weird results like column names and width are changed their position when I run each time.Eg: column header should be display like in this order.Name Number Date Statusinstead of this it will display sometimes likeName Date Status Number or Number Status Date Name with irregular widths, etc.. If anybody have faced this issue please help me out Thanks
Hello, I have tried using a collection widget instead of using a grid , as I want to add a delete icon button which is when clicked a popup window should open. I have added the delete icon button in my base mashup , which is repeated in the collection mashup , but on clicking it , the popup window is not displayed.I have added the mashup parameters to connect the infotable data with the other columns.How to configure delete icon button so as to open a popup window.
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.