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
Hi everyone, Today I’m here with a very exciting guest—Janie! Janie recently joined PTC after spending the last two years at a global professional services firm where she held many roles including that of a lead ThingWorx developer. While Janie did do some font-end development work and UI creation, the bulk of her time was spent on the backend writing services that enabled the application’s functionality. In this role, she not only wrote code herself, she also played a large part in the in-platform architectural decisions, determining the best way to utilize the platform in order to satisfy complex business requirements. Throughout her last two years, she worked on various IIoT projects in the manufacturing industry developing a real-time asset health monitoring and OEE/production tracking application to monitor key metrics like downtime and output. For each customer engagement an assessment of IoT platforms was often undertaken in order to assess strengths and we
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.
Hello, I'm trying to work with the planned operation time. At this plant, it is a three shift system and first shift starts at 7 am. Is there a way to work with the planned production time clock without upsetting it's need to be within one calendar day? Right now when I say something like 7am and set the duration to 23:59, it will not let me. Also, I'm not 100% sure how the OEE quality and performance math works. Because of shifts, we reset out parts count at the end of every shift, so there will be three drops to zero in any production day. Will this be alright for the calculator? Thanks
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
There are four types of Analytics: Prescriptive analytics: What should I do about it?Prescriptive analytics is about using data and analytics to improve decisions and therefore the effectiveness of actions.Prescriptive analytics is related to both Descriptive and Predictive analytics. While Descriptive analytics aims to provide insight into what has happened and Predictive analytics helps model and forecast what might happen, Prescriptive analytics seeks to determine the best solution or outcome among various choices, given the known parameters.“Any combination of analytics, math, experiments, simulation, and/or
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.
I could see that it is possible to sequence and link work definitions to provide hierarchy of a complete work flow in Operator Advisor guide doc, but I am not sure how this can be done. Can someone advise me on the steps to link work definitions and how this can be done from the back end services.
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.