Recently active
Hi I had created mashup which contains two different widgets i.e Google Map widget and time series widget. The time series widget location shows the "Tank Level" and google map widget shows the tank location. I had used the service available for Thing Templates to bind the data to widgets. I had used "GetImplementingThingsWithData" service to bind location with Google Map widget. Also I had used "QueryImplementingThingsWithPropertyHistory" service to bind tank level with TimeSeries chart widget. I had create 3 things whose data (i.e. location and tank level) I am sending to thingworx. I can see the all three location getting displayed on the google map widget. But I am not able to see the data from all three things in time series chart. The chart looks very weird. Is there any way by which I can show the chart for thing whose location is pressed on google map or any other way to achieve this. Please find the mashup for your reference.
Hi, I am using the TextAtea widget to create am Info-popup to provide explanations about the mashup. However I cannot write a new line adding text directly into the Property Tab. I attach the result I obtain doing a copy/paste from Word. Do you have any solution for that? kind regards, marco
Hi, I'm trying to import Project tagged Entities(i.e. entities.xml) from one machine i.e. Dev to another Test machine but getting below error:- Error importing: error, Not Acceptable "Internal error: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 1 of 1-byte UTF-8 sequence" 1st machine(from which export has been taken) is having ThingWorx v8.3 and Manufacturing Apps v8.3.2 2nd machine(Entities to which import required) is having ThingWorx v8.4.4 and Manufacturing Apps v8.3.2 I already added Java Options in tomcat as mentioned when I installed tomcat :- -Dserver -Dd64-XX:+UseG1GC-Dfile.encoding=UTF-8-Djava.library.path=C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\Thingworx\WEB-INF\extensions Still I am getting the error when trying to import the entites.xml file. Please help on this issue. Thanks in advance.
Hi all. Currently I am working with a new responsive (advanced) mashup because I want to create a responsive dashboard. In this case, I have two monitors. One with the resolution 1920 x 1080 (20") and other is the notebook with the resolution 1366 x 768 (14"). However, there are widget that does not responsive, so I need put on in front the widget panel and when I to run the mashup and change the monitor the widgets (that does not responsive) widgets don't look right on screen. I am going to let the mashup's print below to facilitate understanding. My question is: Is possible to create widgets responsives? If yes, how?
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.
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
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
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.