Recently active
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!
As Attached file below, I want to put DummyDataDatatable's data into DummyDataDuplicate. And Datashape is same. there are three types of widget: dropdown, textbox and numeric entry. Now my process is: 1. I link dropdown list's value into textbox in DummyDataDatatable. 2. I drag textbox's data into DummyDataDuplicateDatatable's column SKU and ID also. but after that, there is nothing in the DummyDataDuplicateDatatable. Can Someone help me to figure it out? Regards, Tracy
var week = me.GetWeekNumber({ date: when }); // Copied from Stack Overflow, didn't test its correctnessvar month = when.getMonth(); // Zero-basedvar year = when.getFullYear();var correctmonth = month +1;me.AddDataTableEntries({ values: me.CreateValuesWithData({ values: {id: generateGUID(),value: value,Kategory: Kategory,Department:Department,Line: Line,SKU : SKU,KPI_Details: KPI_Details,Target: Target,Other_Target : Other_Target,Other_value : Other_Value,week: week,month: correctmonth,year: year} }) }); As below attached, when refreshing the page, grid will auto-generate a new line. The primary key type is GUID. How to stop auto-generate new rows when I refresh the page and when user update data, new data will show in the grid without key in primary key manually.
sorry, If I say I want to change Numeric entry widget to property display widget based on your AddRow Services, how should I make changes in AddRow services. I think I need to insert infotable in Datashape and also in AddRow Services.Is it right way to finish this function? Could you give me some suggestions? Related post
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.