Recently active
Hi all, I am trying to customize a XY chart widget but I require the TW.ChartLibrary package to do so. However, the ThingWorx version I have now is the trial version which means I do not have access to it in my path C:\Program Files (x86)\ThingWorxH2Trial-8.4.0-SNAPSHOT\tomcat\apache-tomcat 8.5.23\webapps\Thingworx\Common\thingworx. Does anyone have access to the TW.ChartLibrary package and can upload it here? Will be great if someone can help!
Hi all, I am working with widget static called Progressive Gauge. But this widget is not responsive, therefore it does not resize on the screen. My question is: Can I convert the static widget (Progressive Gauge) in a responsive widget? Tks, Leonardo
Hi all, I am working with mashup responsive (advanced) and I wanna add a FieldSet in this mashup. But always when I added this FieldSet it stay with Scrollbar. I already try every configuration of widget but I could not do this. Regards, Leonardo
Hello, I'm currently sending value of simulated tag with KepserverEx IoT Gateway via MQTT message to Azure IoT Hub. I got ThingWorx Azure IoT Hub Connector working and was able to add KepserverEx IoT gateway device to ThingWorx from Azure IoT Hub. The problem I'm having is that I cannot get Kepservers tag values visible to thing as remote property. If I try to call GetRemotePropertyMappings service I get no results. How to get original tag value visible? Any ideas? Thanks!
Hi all, I have a problem with the new flexcontainer feature. When I add a custom CSS class to a flexcontainer it not only adds this class to the "bounding-box"-div element in the DOM but also to the direct child, the "widget-content"-div of the bounding-box. This behaviour raises many problems for me because when I add a width of 50% to that class, the content of the flexcontainer is effectively only 25% (50% of the bounding-box). I have created a simple example to illustrate the problem. In this example I created a responsive (advanced) mashup with the "Header and Footer"-template. In the mashup I added the custom CSS class "test-custom-css" to the body flexcontainer (see screenshot below). After the elements got inserted into the DOM the custom class gets added to the "bounding-box"- and "widget-content"-div element (see screenshot below). On "normal" widgets the custom CSS class only gets added to the bounding-box element. I think t
Hi All I'm writing some Test Automation for Thingworx in Selenium Webdriver with the aim to completely automate some basic platform tests. Part of what I have been testing is the reset password functionality. I can trigger the generation of emails to reset passwords via Unirest in java , but I still need access to an email address to get the tokens to carryout my testing . Can the user password reset tokens / links be generated directly from the platform using the right credentials ? If not, is there a process which can be followed to allow test automation to create reset password link to check that the correct password settings have been implemented on that part of the platform.
My mashup has two text box widgets, two button widgets and two value display widgets as shown in the attached image. Now I want to store the text box data in a table once the ok buttons are pressed and show the data in their corresponding value display widgets. Though it is very basic and fundamental, step by step instructions would be much appreciated.
Hi this is peter How can i get printer data's in Thingworx using KEPServerEx.
I am facing problem in providing color to text in label widget using CSS code .i WILL PROVIDE THE CODE BELOW : .simple-label {width: auto;height: auto;display: flex;color: red;font-weight: 400;line-height: 14px;}
Hi, I have two Advanced Grids that i'm using for my mashup. Grid A populates Grid B based on the selected row and specific cell value. I can sort and filter Grid A but can't do that with Grid B. The bindings are the same on both between the filter widget and the advanced grid widget. I have attached some screenshots. Thanks Rafay
Hi i wanted to know how we can bind remote datashapes and other components to Composer. Thanks
Hi all, I am trying do download to Eclipse Plugin for ThingWorx from Marketplace. But when I click on continue button load the same page. Follow image below: Someone is with the same problem?
I can't start thingworx which return 503 error. But the tomcat works. thingworx application log: 2019-09-03 10:07:28.968+0800 [L: INFO] [O: c.t.s.ThingWorxPersistenceHandler] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Default Persistence Provider Package Name = PostgresPersistenceProviderPackage2019-09-03 10:07:28.982+0800 [L: INFO] [O: c.t.p.p.PostgresDatasource] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Reading configuration from configTableCol2019-09-03 10:07:29.311+0800 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Managers...INITIALIZED2019-09-03 10:07:29.315+0800 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Database initialization started...2019-09-03 10:07:59.782+0800 [L: WARN] [O: c.m.v.r.BasicResourcePool] [I: ] [U: ] [S: ] [T: C3P0PooledConnectionPoolManager[identityToken->2rwcn5a41vy09sjfb4gy5|5e7a8bf1]-HelperThread-#0] com.mchange.v2.resourcepool.Basic
Hi. Now I am doing single aggregate function for real data and I want to proceed to multiple field aggregate function. Like I want to calculate each target and real data number for average using one service because I want to show both of them in one label chart. how to combine them in one service? var result = Resources["InfoTableFunctions"].RenameField({ t: Resources["InfoTableFunctions"].Aggregate({ t: me.QueryDataTableEntries({ maxItems: undefined, query: query, values:undefined, source: undefined, tags:undefined }), columns: 'value,Target', aggregates: 'AVERAGE', groupByColumns: 'month' }), from: "AVERAGE_value,AVERAGE_Target", to: "value,Target" }); After that, thingworx will show Error executing service QueryByMonth_Cost_Cheese_OE_LineA. Message:: Wrapped java.lang.NullPointerException - See Script Error Log for more details
Hi, are there any built in services that allow you to modify stream & value stream entries? We have a requirement to remove all customer/user data upon request. However, we would like to retain some of the data we hold to aid in data analysis and so we are looking to modify that data if possible so that it cannot be connected to an individual customer. I can see that there are services to purge/delete entries which we will use in most cases, but there are other circumstances where we might wish to retain the event. Examples of this might be: Streams: where we record a 'log in' event on a remote asset. The data for that event holds the username. If possible we would like to keep the event, but overwrite the username value with some anonymous data. Value Stream: where we log the name of the current 'job' being carried out on the remote asset. This might be customer specific. One thought that we had was to add a new entry (with modified data) using the old event timestamp
Hi. I made a service which calls an Influx endpoint with a Flux query, using an HTTP POST (Resources["ContentLoaderFunctions"].PostText()) This works great, but how do I show the result of this query in a mashup? I can't figure out how to invoke a service from a mashup.
Hi Team, I'm using the C-SDK 2-2-3-1545 to connect to a device to ThingWorx 8.4.2 and although I can connect and interact (READ/WRITE) with remote properties, I'm still having this error : [ERROR] 2019-08-29 09:08:07,812: subscribedPropsMgr_UpdateSavedValues: spm->persistedValues not initialized How can I deal with that error ? How to solve that ? If I don't solve that, which implication will it have in the future ? Thanks in advance. Best Regards, Yaniel Barbosa.
Dear Community! we have S7-PLC here connected to a KepServer transfering the data to ThingWorx. All the data connection, management and so on is working great but still an issue with Timestamp-Tags of type Date. OPC-UA and I think also the KepServer define UTC as std. Timezone for all Timestamp data, they do not attach timezone information to the timestamp. So when Thingworx recieves the data from KepServer it takes the data as UTC and stores it to the bound properties. But our S7-PLCs clock is running at local time, not UTC. So all timestamps recieved by ThingWorx are based on the wrong timezone. I looked around if there is any possibility to "shift" or adjust this inside Kepware. Our current only possible workaround seems to be: - Define two Date Properties for the Thing, one bound to the Kepserver Tag and a subscription to calculate the shift and write the correct value to the second one. Any other ideas??
Unable to connect ThingWorx 8.3.0-b349 to MS SQL external Database. I use the extension pointed by the various tutorials about, then I create a thing using the ThingTemplate MsSQL server. I've tried to change different parameters for the configuration tab. In the application log i receive the messages : [message: Entity Not Found : [JdbcCreator]] [message: Entity Not Found : [MySqlServer]] (note that I use the Template and parameters for Ms SQl not MySql)[message: Unable To Convert From java.lang.String to NUMBER] I verified that in the Tomcat folder lib there is the MsSql.jar file.I used a similar procedure for Postgres Database and works, but I keep failing with MsSql.
This post indicates there was a Trial Edition Docker container at one time. Is it still available? Does anyone know where to download it from?
Hi, is there a source for the Scemas and Data Models for Manufacturing Apps? I'm in the proces of adding customized apps in Mfg and having the Schemas and Data Models and a document like the Thingworx Operator Advisor Guide for Mfg would be handy. Please advice
When it’s time to make pizza, most of us head to the fridge for our bag of dough; we don’t head for the flour and yeast to start from scratch. So, why would your ThingWorx apps be any different? Start with pre-built solutions like Asset Advisor to rapidly create health monitoring apps and dramatically reduce your development time. We previously introduced Asset Advisor on Episode 04 of “ThingWorx on Air.” Today, we dive deeper into Asset Advisor with Greg Huet, Asset Advisor’s technical product manager (aka product owner). Listen to Ep. 06: Rapidly Build IIoT Apps for Service & Monitoring with Asset Advisor to hear Greg share our strategy of studying existing use cases and finding similarities that we can pre-build into solutions so that you don’t have to build them from scratch. Hear how you can use Asset Advisor out-of-the-box with tweaks for your company’s configurations or as an accelerated starting point where you can add as much customization as your use case d
Hello, I have a problem when I try to connect Fanuc 30i-A PMC with Industrial Connectivity. The failure is the next: I selected the appropiate channel and device, I downloaded Fanuc focas library I and II and I installed on Windows System32 folder, but the problem continue. Anyone knows about these libraries or how to connect with Fanuc PLC/CNC? Thank you in advance BR, Luis
Hi, Can someone help me to fix this problem ASAP? thank you.
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.