Recently active
Hi guys. I have a question or ask about kendo scheduler event coloring. I created a mashup for daily action plan. I would like to coloring the events depends on event status (i.e. "Done", "Deleted", "Open", etc.) As I saw, on site description the scheduler widget contains 13 exact named columns or field. I use 22 columns in datashape. I tried to configure the widget through the schema model and resources, but it is not working. I do not no what is the good way to solution. I tried to create template or script, but I am not an expert,I could not solve. Here is the configuration: {"footer": false,"views": [{"type":"day", "selected": true, "allDaySlot": false},"week","month"],"schema": { "model": { "id": "Id", "fields": { "taskId": { "from": "ID", "type": "number" },
Hi , If you set MashupParameterBindings to Collection,for exampe: { "description": "theDesc" }, then the Collection will has a mashup parameter called Event:Description . I bind the Event:Description to a express with auto evaluate and hope it can reflect the change of the paramter, but I feel very confused about the behavior. In the inner mashup, I bind the new value to a expression and bind the expression's output to the mashup paramter, what I observed is: If click via a button then the mashup parameter get changed but the Event:Description's binding expression is not triggered If click via a value display then mashup parameter get changed and Event:Description's binding expression is triggered , but it always reflect the previous value . If you check the debug info you'll see a data change event is triggered before the value display's click event , although the click event is the first action you performed. P
Users of ThingWorx Analytics (TWA) may choose to create a predictive model using TWA or import a predictive model that was created using other software. When importing into or exporting out of TWA, this predictive model must be in a PMML (Predictive Model Markup Language) version 4.3+ format. This post describes how to complete the import and export processes. Exporting: The user may create a model in two main ways inside of TWA: using the Builder user interface, or by using ‘Create Job’ service that exists the Training Thing. Whichever method is used, a model Job Id is created automatically by TWA for that model. It is this model Job Id that is used to identify the model inside of TWA, regardless of what is being done with that model. If a model is trained using Builder, the user may highlight that model, click ‘Job Details’, and then copy the Job ID. This is done as follows: Next, the user will navigate to Browse --> Things --> …TrainingThing. This is the Trainin
Hi, Chart values are getting cut at the end of x axis. The x axis value is string in this case. Refer the end of x axis With regards Yedukrishnan U
Hi, How to stream video with RTSP. Thanks.
Hello team, I use a menu widget and I want selected menu name on label/header how can i get this? Thanks Gaurish
Hi all, I am using the Industrial Connectivity with PLC Rockwell and I have some TAGs type REAL/FLOAT already communicate work it. So when I try communicated a TAG type String (my addrees is data type string on my PLC) happens the follow error:
Hi I'm using Thingworx with Tomcat, and I'm trying to connect Thingworx Academic Simulator but I encounter this error: Thanks for help
Hello Experts, I have installed TWx 8.4.5 setup and can find the ThingWorx Allocated memory as 274.73 MB. Can anyone tell me how should I can increase it & how much I should put as Max here? Please see the below image for reference.
Hi, I need to bind one property of a thing to another property in 200 or more things. Is it recommended? If not, please suggest a better alternative. I have shared the requirement in the diagram given below. With regards Yedukrishnan
How to get single data from datatable. In my scenario, I need to get sum value and do calculation(divide by 100000). After that, I will put this data into gauge chart.Could Someone help me to fix this problem?
Hi , I am also facing same error message while trying to access the ThingWorx composer. Hence attaching the log files. 1. Setttings.json file is at ThingworxPlatform folder 2. JDBC .Jar files are at <Tomcat>\lib folder 3. Table are created in thingworx database 4. Using Thingworx 8.4.4 with MS SQL server database gone through article Connections could not be acquired from the underlying database Please give your opinions Json file is as : {"PlatformSettingsConfig": {"AdministratorUserSettings": {"InitialPassword": "trUf6yuz2?_Gub"},"OrchestrationSettings": {"EnableOrchestration": true,"QueueHost": "win-5aoe9h447vu","QueuePort": 5672,"QueueName": "256mb","QueueUsername": "flowuser","QueuePassword": "e24bbe712caab365b11a5a4f4b21a0b3","QueueVHost": "orchestration"}},"PersistenceProviderPackageConfigs": {"MssqlPersistenceProviderPackage": {"ConnectionInformation": {"driverClass": "com.microsoft.sqlserver.jdbc.SQLServerDriver","jdbc
Is it possible to show the external .jsp pages in Thingworx Mashup or can we use the .jsp tags/whole jsp code in Thingworx Composer JavaScript services?
I have created a thing with base template as "DataMicroserver". I have created some services which using services defined in "DataMicroserver" template. The thing which I had created is showing as "Disconnected" in thingworx. Also I had check the value of "isConnected" property is also showing as "False". When I am running service using postman, getting response as "Thing is not connected" Please let me know if you have any idea about this.
we had a thingworx instance where a project been developed. that instance is not starting showing errors. error log file of thingworx application log as well as tomcat catline logs are attached with this post. please can we import all our project, and data from thingworx instance which is not running to another thingworx instance manually.
Hello, I have an error when I'm trying to install Thingworx H2 trial 8.4 version. The error is the next message: "Problem running post-install step. Installation may not complete correctly Error running .\check-http-response--username: "Administrator" --password:****--hostname "localhost" -- hostport "8084" --useSSL=0:1 " I execute in administrator mode and with other ports but I don't know how to solve this problem. Any idea? Iread this post: https://community.ptc.com/t5/ThingWorx-Developers/Thingworx-8-4-Trial-Warning-Problem-running-post-install-step/m-p/624346 But that solution doesn´t work for me, I have the correct system requeriments. Could you help me with this? Thank you in advance BR Luis
Hi, How can I assign the formatted date to Date time picker? because it converts the date to string format and doesn't allow me to bind to the date time picker. Please provide a solution for this. I tried to assign the following query but I am not able to select CONVERT(varchar(12), CAST(getdate() as date), 107) Thanks, Shalini V.
Hi, I want to set localisation for value display. For example, I am showing a number in value display. When I select Hindi, the number should be displayed in Hindi. Is it possible? With regards Yedukrishnan U
Hi, I am using the Advanced Grid for displaying my data and would like to utilize the Paging widget to query my data. I am not sure how to bind it's properties, is there anyone who can help us? I have attached a screenshot of the properties it contains, Thank you Rafay
Do we have an ability to send REST API request from thing subscription? In my case I need send request with query params to API Gateway on AWS. I tried use XmlHttpRequest, but that not work and send me message like this "Cannot call method "open" of undefined", "ReferenceError: "XMLHttpRequest" is not defined."
hi, I am using a responsive tab widget. I want to display Eg(Process) instead of Tab1Name through service(Value will come through service). How can i do it? Thanks, Sheetal
Hi , I am trying to read data from CSV using ReadCSVFile from CSV Parser Extension snippets. I am getting below error while am trying to read data. Error executing service importUserNames. Message :: Unable To Open [TestName.csv] in [SystemRepository] : Index: 2, Size: 2 car- See Script Error Log for more details. Can someone help me in resolving this issues. Here is service code and attaching sample CSV am trying to upload. var params = {path: fileName /* STRING */,columnMappings: 'Name;FullName;Password' /* STRING */,hasHeader: true /* BOOLEAN */,fileRepository: "SystemRepository" /* THINGNAME */,fieldDelimiter: "," /* STRING */,dataShape: "ImportUsers" /* DATASHAPENAME */}; // result: INFOTABLEvar result = Resources["CSVParserFunctions"].ReadCSVFile(params); for(var i=0;i<result.length;i++){var params = {password: result[i].Password /* STRING */,name: result[i].Name /* STRING */,description: result[i].FullName /* STRING */}; // no returnResources["Entity
Hi, I have imported the paging widget in my ThingWorx 8.2. But it doesn't work. Please help me on how to use this widget. Thanks in advance, Shalini V.
There are few alerts in the alert summary stream which are triggered by some thing in thingworx ,but when i try to acknowledge those alerts either through the mashup provided by thingworx or through a service provided by thingworx i get a success message as the alert has been acknowledged but the alert still remains in the alert summary stream and shows under unacknowledged tab any idea what might be wrong?.urgent help is required.
hi I study thingworx mashup I'm confused about what's different between getImplement Things and getImplement Thingswithdata. I know a little of the diffence. but I want to know more. 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.