Recently active
I have added a CustomClass to a datetimepicker widget. I then referenced my class in my css to make a background color change, and it wasn't working. Upon inspecting the element using my browser's inspection tools, I don't see the class anywhere in the html. If I specify a 'CustomClass' in a widget, shouldn't I see it upon inspection in the browser? Anyone run into this before? Solutions? Or is this a know bug?
Hi, I had created two things using GenericThing and RemoteThing template. I had created "testThingGeneric" using "GenericThing" template. But when I am seeing the properties for the thing, no property is inherited from Generic thing. I had created "testThingRemote" from "RemoteThing" template. When I am seeing the properties for that thing I can see properties like "isConnected" and "lastConnection" inherited from "RemoteThing" template. But we I am seeing the "RemoteThing" template I can see it inherited those properties from "GenericThing" template. Also what does the isConnected property indicates. Please find attached screenshot for more information
Hi,We connected the kepserver with Thingworx. And fetching few tags from kepserver. After some time in kepware the tag quality is GOOD but in Thingworx the tag quality is BAD. What will be the root cause of this issue?Thanks.
I am trying to create a button in a mashup that will change the value of a property of a Thing to 1 when pressed and 0 when not pressed. Any help would be appreciated. I'm new to ThingWorx and this is probably a simple thing to do. Thanks
Hi, I want to create custom spc chart by using plotly.js library. I have gone through the "Creating UI Widget for Thingworx", but I am not able to display chart for input infotable. Most difficulty I am facing in passing the array values to xAxis and yAxis in my drawSpcChart() function. These array values I have to create from my input Data(Infotable) that I will get from a service "All Data" in composer. drawSpcChart function I am calling in afterRender() in runtime.js file. Can anyone please help me in creating the ide and runtime js files for this? Thanks & Regards, Shashank
Hi all, in a mashup, I am using dataPicker, beta widget. I am able to show only the current date, not to bind data. How can I bind data in that dataPicker? Thanks!
Have a problem with FileTransfer event. I wrote a subscription with code like this: if(eventData.isComplete === true){ me.IsComplete = "true"; } And after I execute some of services, but don't have any result. I'm confused about that, because i have no idea in which cases event has triggered.
Hi, Can I dynamically assign datashape to service output? I want to use the service to map fields in mash up. With regards Yedukrishnan
I have two buttons one is on and other is off. I have two images bulb on and bulb off. If on is clicked bulb on image should be displayed and if off button is clicked bulb off image should be displayed i.e the image should be replaced with first image. I want to do this only with buttons. Is there any way to do it?
I have a label chart widget that I'm manually setting the y-axis minimum, depending on the data returned. Both the 'Y Axis Zeroscale' and 'Y Axis Autoscale' are marked as false. Everything works as expected, except when the data returned is empty. In that case, I set my Y axis min to be 100, but it seems that it's auto-scaling and is instead setting the y axis to be '0' (multiple times). Anyone run into this? Please see snippets, below. Working as expectedY axis reads '0', repeatedly.
Can thingworx change the selected tab / menu tab automatically after a certain time period (example, every 10 seconds)?
How to use geofence code snippet and bind it in google map
Hello, My problem is when i try to connect my Pi_Thing on the platform i got a message : Unable to execute service GetRemoteMetadata on piThing ! Config.Json: { "ws_servers": [{ "host": "ptcu-thingworx83-fundamentals.portal.ptc.io", "port": 443 }], "appKey": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "certificates": { "validate": false }, "http_server" : { "host": "127.0.0.1", "port": 8001, "use_default_certificate" : true, "ssl" : false, "authenticate" : false }, "logger": { "level":"INFO", "publish_directory":"logs", "publish_level":"INFO", "auto_flush":true, "flush_chunk_size": 16384, "buffer_size" : 4096 }, "file": { "virtual_dirs": [ {"logs": "logs"}, {"instruction":"instruction"} ] } } config.lua: scripts.log_level = "INFO" scripts.script_resource_ssl = false scripts.script_resource_authenticate = false scripts["PiThing_Ali"] = { file = "thing.lua", template = "PiTemplate", scanRate = 10000 } scripts.rap_host = "127.0.0.1" scripts.rap_port = 8001 Log wmes
Hi, I am using the extension CSV Parser. But when I am trying to read the excel file, I was able to, but it wasn't showing anything in the table after running the service. Attaching the result and code with the name Empty Results.jpg and Code.jpg. Thanks & regards, Aditya
I want to use a simple script. When using a common functionAnd when using a simple JavaScript, Is it possible to use it like Jsp? For example [ <script src="common.js"></script> <script type="text/javascript"> function clickSearch() { alert("completion"); } </script> ] Detailed instructions are not provided in this manual. https://developer.thingworx.com/en/resources/learning-paths/customize-ui-and-display-options http://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/index.html#page/ThingWorx%2FHelp%2FMashup_Builder%2FWidgets%2FButtonBarWidget.html%23
Hi, I have a Main mashup where I used collections and I'm calling another mashup(Popup) in the child mashup. i.e., On clicking any cell of the collection it should navigate to the Third mashup. I need to pass the selected value of second mashup to the third mashup at the time of double click, but services are there in Main mashup. I tried using Session parameters but no luck ... I couldn't achieve this. Can anyone help me to pass data from child mashup of a pop mashup from main mashup.....
Hi, I have a mashup which was working fine till yesterday. Today morning when open that to view it has given blank screen. I have assigned that to a navigation widget as model popup, even with this it's giving blank screen. design time there is no issue it seems everything is good.Can anyone suggest me what can be done to work the screen/Mashup as normal.
I am following the example in the "Application Development Tips & Tricks" guide(https://developer.thingworx.com/en/resources/guides/application-development-tools-tips-tricks), but the result data does not come out normally. What's wrong? My guess is "ThingTemplates [" LinePartTemplate "]. GetImplementingThingsWithData ();" The data should come from the code but it's not coming out.Is there a way to put data into ThingTemplates ["LinePartTemplate"]? The code is shown below : var params = {infoTableName : "InfoTable",dataShapeName : "LinePartDataShape"}; dataShapeName:STRING):INFOTABLE(LinePartDataShape)var result = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape(params);var partList = ThingTemplates["LinePartTemplate"].GetImplementingThingsWithData();var tableLength = partList.rows.length;for (var x=0; x < tableLength; x++) {var row = partList.rows[x];if(1000 > TemperatureThreshold){var newEntry = new Object
Hi, I got error "Thingworx message size too large: 51512" when invoke the SystemRepository.CreateTextFile in JAVA SDK as following: client.invokeService(ThingworxEntityTypes.Things, "SystemRepository", "CreateTextFile", path, 15000); I found the ticket : https://www.ptc.com/en/support/article/CS226655 was reported , what's the progress now ? and what's the size limit in JAVA SDK for now ? Regards, Sean
Hello, I am trying to develop the custom widget. I already installed Eclipse eclipse-jee-2019-06-R-win32-x86_64. In my Eclipse project, I don't have this option "Run as -> Gradle (STS) Build". For that, I am trying to install below Gradle plugin from Eclipse Market place. I am getting error while installing the Gradle . Please refer the attachment.Could you tell me how to solve this issue? Thank You in Advance Latha
Hi Everyone, I simply wanted to know what should be the hardware requirement for accessing thingworx 8.4 on client machine. e.g We have a server where thingworx 8.4 is installed now we want to access that on client side (Runtime) so what should be actual hardware as well as software requirement, so that there should not be have any performance related issue ? Thanks in advance.
Hello, I have a problem when I'm installing Thingworx 8.3 the error message is the next: 2019-09-19 08:55:22.315+0200 [L: WARN] [O: o.a.h.c.p.ResponseProcessCookies] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Invalid cookie header: "Set-Cookie: visid_incap_1771292=BRuClCdNTXWVjuFh1RFhU1wmg10AAAAAQUIPAAAAAADyQDhjbUHuRA7LSpV2PP+m; expires=Thu, 17 Sep 2020 08:08:16 GMT; path=/; Domain=.ptc.com". Invalid 'expires' attribute: Thu, 17 Sep 2020 08:08:16 GMT2019-09-19 08:55:22.315+0200 [L: INFO] [O: c.t.s.s.l.LicenseFetcher] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] No new License capabilities from license server2019-09-19 08:55:23.239+0200 [L: WARN] [O: o.a.h.c.p.ResponseProcessCookies] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Invalid cookie header: "Set-Cookie: visid_incap_1771292=uE/P/g6nTSqpcpD1VfS4r10mg10AAAAAQUIPAAAAAAAiKa48jQ6KTEcxDhjOemb0; expires=Thu, 17 Sep 2020 08:08:16 GMT; path=/; Domain=.ptc.com". Invalid 'expires' attribute: Thu,
Hello everyone, in our current scenario, we have a Thing (with regular sensor data and so on) that we would like to attach files to (mostly .pdf and .png/jpeg).The idea is to make these files "available" to the user, just as the sensor data. These files may change over time. In the optimal case, we have a folder laying somewhere in the network (probably one server that will contain folders for some things) and this folder is "synchronized" with the files attached to the thing.Now my questions are: 1) Is it possible to somehow synchronize a folder on a machine other than the thingworx server with the files associated with a thing? 2) Can Files be attached to a thing in the first place? Files can't be properties as far as I see, so there must be another way. In later steps we would like to make these files of a thing available via a mashup (and most importantly through an AR-Experience) Any hints on which Thingworx Components to use and which Tutorials to look
Hi, Is there any way to configure one scheduler to run on 3rd and 6th of a month? can any one tell what could be cron string or How can I configure scheduler on 3rd and 6th of a month... Thank you in advance 🙂
Hi, I am using Creo 4 M050 and Creo Product Insight for ThingWorx Extension 8.2.3. Currently facing an issue that I am not able to connect to ThingWorx server to retrieve sensor data from the server. When I click connect to server it shows error "Connection to ThingWorx server cannot be established" We are using . Followed all the steps and configured the config.pro file, but then too facing issues while connecting to ThingWorx server. Also find attached the config.properties file where we are giving details like ThingWorx server, Administrator key etc. Please help me with the solution. Thanks and regards, Aditya
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.