Recently active
I have eight mashups for which i have created landing page. I go and click on each link in landing page to visualize those mashup. I just want to auto generate those mashups. How can i do that. Is there any way.
AnaµHello, I am trying to deploy an analysis model and test it but i can't seem to get things working i keeep getting this error on the application console : [message: Thing [TW.AnalysisServices.AnalysisResourceProvider] is not running] I tried to see if the provider is connected and it seems it is not since no clients are available (see attached image). if anyone can provide help i would be grateful. Thanks
Hi all, I am trying to do a small IOT study with Azure. But I am getting the following err. Could you please share your thought on how to overcome this. Glad if you can share your sample azure-iot.conf. Please help. Error Message: The IoT Hub host SarmaIOTStudy.azure-devices.net is not resolvable. Verify that thecxserver.protocol.hubName configuration matches an IoT hub name in the Azure Console Thanks Sarma
Hi, Is it possible to download the grid columns header to a excel by clicking on a button? Thanks, Shalini V.
Hi, I want my mashup report to be exported in excel format. Is there any way to so? please provide me the solution for this. Thanks in advance !! Sheetal sable
I'm trying to change the status field in one row or multiple rows by clicking the button above. For example, if I selected row 3, then I click the "Approve" button, the status field should become "Approve". The field Status in my data shape is string type, and I plan to write a service to overwrite the status of a row every time I click the button. I'm trying to do so, but I'm confused about what should I pass in as a parameter for my service, what should I return. Is there any built-in services that can overwrite a field of a data shape inside a data table. Thanks!
I am trying to use the Advanced grid to display data, and one of the grid columns i have applied a state definition to. This works fine with the regular grid, but it is giving me issues with the advanced grid. The Default state definition does not seem to be taking.Advanced GridRegular GridHere is the Grid Column where the State definition is set.Could anyone please help me out? Thank you!
Hello, I'm currently trying to make a POSTXML request to an external server webhook which accepts XML payloads and parses them according to our requirements. I'm trying to use the ContentLoaderFunctions PostXML function but when I execute the service I get [message: Execution error in service script [UptimeAlert] :: Premature end of file.] My code is the following with our actual URL redacted for security reasons // result: STRING var IPAddress = Things["UsefulServerInfo"].ServerName; var newUrlName = me.name.replace(" ", "%20"); var server = '<Server>'+IPAddress+'</Server>'; var site = '<Site>'+me.relatedSite+'</Site>'; var line = '<Line>'+me.relatedLines+'</Line>'; var asset = '<Asset>'+me.displayName+'</Asset>'; var technology = '<Technology>None</Technology>'; var alertname = '<AlertName>'+AlertName+'</AlertName>'; var alertdescription = '<AlertDescription>'+AlertDescription+'</AlertDescription&g
Hi everyone, i chose Thingworx platfom for my study project. In general, there is should be robot which sends and also recieves data from Thingworx mashup via Nodemcu ESP8266. I followed this tutorial, but it didnt work for me https://developer.thingworx.com/en/resources/guides/connect-adafruit-feather I tried to launch it on next 2 platforms with different UI for some reason https://ptcu-thingworx83-fundamentals.portal.ptc.io/Thingworx/Composer and https://academic.cloud.thingworx.com/Thingworx/Composer/ Got only some messages from port monitor like state: 0 -> 2 (b0) I actually confused about this, so is it possible to connect my ESP to one of these platforms and what the difference here? Can anyone help with some advice or even working example? Actually some simple operation of sending any number from ESP to Thing property would be enough for me. Thanks a lot in advance.
How can i create data table(s) with its data shape through service scripting?
Hi There, i am looking for a service/snippet , when i give a input to it from mashup (number/Text box) i should be able to set state value, using which i will change style dynamically. Do we have something like that which can help me here. Any Solution/Suggestion will be appreciated. Thanks & Regards, Pravin Pradhan
I'm trying to initialize a dropdown type list with a selection already shown. I have a service that returns a list in the following format: returned list with selection When I use it on a mashup with a list item, the "selected" item is not displayed upon list loading. loaded list, no selection How can I make it so the list initializes with the selected rows returned by my service?
Hello All, I am trying to access my temperature sensor reading from my hosted ThingWorx server(which is in trial period). I am able to do so successfully using Postman. Kindly also note that I am behind corporate proxy. However, I am unable to access the sensor readings from a hosted angular 1 js web application(Azure VM). I repeatedly get CORS error. I a not able to understand why this error doesn't arise from postman or my node-red flow. Kindly suggest how can it be resolved. Regards, Aarushi
Here, the problem is with placing widgets on the layout through panel widgets and thus that widget becomes non_responsive and we are having to position those widgets in accordance with the screen resolution chosen. It would be helpful if someone could give some inputs on making the mashup screen more responsive.
How do i go for doing the following things through scripting: 1) Mashup creation through scripting 2) Widget(s) placing on mashup through scripting 3) Property binding to widgets on mashup through scripting 4) Setting/Altering widget parameters on mashup through scripting 5) Creation of media entities & style definitions through scripting
Hi, I wonder when a transaction service calls other transaction services but they don't use the same DatabaseThing to query/store data, are these database transactions managed by a single transaction scope? My Bests, Hung Tran
Hello everyone, so I am wondering whether it is possible to "extend" a thing shape by another thing shape. E.g I have a thing shape called "ThingWithLocation" which just contains a location property and another Thing Shape called "ThingWithState" which contains some sort of state property. Now I would like to create a Third Thing Shape called "ThingWithStateAndLocation" without defining it from scratch (would be a lot of redundant code in case of more complex services contained in the thing shapes). Note: I am aware that you can simply add both Shapes to a Thing or Template, but I would like to extend the "ThingWithStateAndLocation" Shape with mechanism that takes the properties of the different shapes into account. (e.g if the location changes the state changes to "moving") By adding each shape individually to a thing I would have to implement the mechanism over and over again for every thing/ thing template. Any advices are appreciated very much. &n
I keep getting a type error when trying to query a DataTable. Please see my code below: ****************************************************** var params = {NameOfOrgUnit: UserSelectedOrgUnit /* STRING */}; //base type of nameOfDataTable is THINGNAMEvar nameOfDataTable = me.getDataTableNameBasedOnOrgUnit(params); var query = {"filters": {"fieldName": "customerName","type": "EQ","value": UserInputCustomerName //STRING}}; var params = {maxItems: undefined /* NUMBER */,values: undefined /* INFOTABLE*/,query: query /* QUERY */,source: undefined /* STRING */,tags: undefined /* TAGS */}; // result: INFOTABLE dataShape: "undefined"var result = nameOfDataTable.QueryDataTableEntries(params); ********************************************************** I've tried setting the output of the service DataTableNameBasedOnOrgUnit to STRING and THINGNAME; however, I keep getting a script error that says the following: if output is STRING: "[message: Execution error in service sc
Hi everyone, I have a repeater widget on my mashup and i dont know to know if it's possible to set properties from the mashup that is inside the repeater to different things that are in the same template. The purpose of this mashup is that, the user will set a value to the text box and this value that was set by the user will be sent to the property inside the thing. The problem that i am having is that when i set a value to the text box, that value is being put on both things instead of just one of then. Image of the Mashup below. Thanks!
HI, I want to create custom extension by modifying the widget that I have downloaded from marketplace. can any one suggest the steps to follow.
Is there a way in thingworx to get a geocode with an address? I see that the widgets take geocode as an input but not the address. I'd like to use those widgets but I need to convert the addresses to geocode first.
Hi, How to send the particular column value of selected row of a grid in Mashup1 to Mashup2 label? Please help me achieve this. Thanks, Shalini V.
is it possible to use State-Based formatting in the mashup to change the view of a datetime object. For instance I would like to Display in Red a last checkin value of greater than an hour ago. Display in Red a last checkin value of less than an hour ago
Hi, just wondered if someone could clarify which parameter of the server side thing is used to bind to the remote thing's edge auto bind parameter. Is it the server side thing's name or its identifier that is used for the binding? In the past our server side things have had their identifier parameter and thing name set to the same value so it hasn't been an issue. However, now we have a number of different types of remote thing that we wish to connect. Our plan is to have their edge server auto bind parameter use a prefix (AB.xxxxxx & CD.xxxxxx) so we can tell what kind of remote thing it is before we have to create the server side thing. We will use a different thing template depending on what type of remote thing it is. Some of our remote things' edge servers use the out of box ems with the lua interface but the new ones will be using edge servers created with the C SDK. Thanks in advance. K
Hi , (This thread is a simplifed sample to reproducing the same problem in https://community.ptc.com/t5/ThingWorx-Developers/Subscription-defined-in-extension-doesn-t-work/m-p/593756#M34221) I have the following event, Subscription and Service defined in JAVA extension. Executing the Service raise the event "raiseHelpMe", but the handler helpMeHandler is NOT called. and I didn't find the log "Entering Service: helpMeHandler" . Thingworx: 8.3.4 =============================Code======================================== =====================application log=============================================== 2019-02-18 19:43:22.148 Debug Completed event processing for : Event.helpMe on behalf of c.t.s.s.e.EventInstance TWEventProcessor-14 2019-02-18 19:43:22.148 Debug Completed execution of event : Event.helpMe on behalf of Administrator c.t.s.s.e.EventInstance TWEventProcessor-14
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.