Recently active
Hello, Actually i bind Advanced Grid with a service to see the data which is going to be fetched from Service, but after the binding also the Advanced grid showing Must be bound to data. So any one please help , how to solve this issue.Thanks and Regards.
I cannot open a support ticket. When I try to log in it tells me "We have made changes to My Kepware and need to verify that this is you. We will send you an email with a verification link."I received an e-mail in response telling me to use the "problems logging in?" link but I get no further. I think I'm in a loop.Now when I click submit "problems logging in?" I get "There was an error processing your request. Please return to the previous page and check that all fields have been filled out." even though there are no blank fields.
Hi Guys, I am trying to create 3D model using A-frame or Three.js. I have tried implementing simple Aframe / three.js model but nothing displays on the Mashup at runtime. I have tried Aframe / three.js webjars, their module files and cdn i have tried both using Script tag and in metadata.xml. What would be the problem here? No Error in Application LogNo errors in web console----------------------Thingworx version - 9.0.0 Extension SDK version 9.0.0 Eclipse Plugin version - 9.0.1A-Frame version - 1.4.1Three.js version - 0.151.3
Hi, I have a menu configured with the MenuData property but whenever I change the option it opens the mashup in a new window but I need it to replace the current one, what configuration should I put in the service? At the moment I have thisresult.AddRow({linkDestination: 'MenuTest',isDefault: true,parentMenuId: 'topMenu',imageURL: '',linkTarget: '', // (Popup, Mashup, 'Replace')description: '',menuId: 'idOverview',linkType: 'Mashup',title: 'Over'});
Hello Community, I was wondering if there is any way to remove a project dependency programmatically in Thingworx? The situation:We have one project (Project A) that creates projects (Project B-N) and when it does this, the original project (A) gets this newly created project (B-N) as a dependency. I am not quite sure why it gets the created project (B-N) as a dependency though, I have asked my colleagues about it for now to cover all of my bases. But in the meantime, when we want to delete the entire newly created project (B-N), we can delete everything within the project, things and such, but not the project itself because of the dependency on it in project (A). Any ideas in regards to this?
Hello,I use google map extension 3.1.7 in ThingWorx 9.3.2. I having a problem using the tooltip, I can't send data to mashup. in mashup tooltip i add parameter configure mashupPlease suggestion me how to pass data to tooltip.Thanks you.
hi Expert project in Thing one deleted how to recover, please help me
I am passing configuration json to treegrid. For the html basetype columns, "overflow": "fitted" field is not working. so texts inside every cell of grid is not wrapping. How to fix this. How to add wrapping in html basetype columns or css of grid?
how to implement copy functionality in selecting the data in tree grid
dear expert how to create services in New Thing using javascript code for example let para={name:"hari" , project:scheduler } resource[enetityservices].creatThing(para); this code using create new thing but same type create in Services in new Thing how please share thanks And regards Hariaharasuthan
I have infotable properties data that I would set as logged (to retrieve back later with QueryInfoTablePropertyHistory), with those characteristics:1. just one row 2. usually few fields, ... 3 to 5 about I would like to know about database storage efficiency of logged infotables (changes will be saved into the value_stream of the thing):is it much more inefficient using logged infotables than having direct properties on the things ?(I know that the whole infotable is saved, at every change ... not so efficient) so the case is :A. a thing with one logged infotable property, with 5 fields, and just 1 row B: a thing with 5 properties (same type of the infot datashape) set as logged data changes happen every 1 minute. What will be storage size increase (of value_stream) between the 2 solutions ?Is there a preferred way ? (I would prefer the A, to group better some data!!) Thanks
Hi everyone My application scenario is that the mashup application is directly accessed through the micro application, and there is no user login during this process. How do I need to achieve this?Requirements: The access connection cannot expose Appkey and user information.Do I need to use Authenticator to realize the function?Has anyone implemented it or has a similar case there?Please let me know if you knowThank you so much and have a great life
Business logic and actions in a ThingWorx application are driven by events. Events are interesting or critical property states that a Thing publishes to subscribers. Events are defined at the thing, thing template, or thing shape level, and can be as simple as a new data value from a device, to complex events from many data points. An event that is created on a thing shape or thing template level is inherited down into the entities that implement the shape or template that defines the event. Types of Events Built-in Custom Built-in Events Every entity in ThingWorx can use several built-in events. These events are automatically triggered when a prerequisite condition is met. In some cases, you must provide information that determines the specifics of that prerequisite. Common built-in events include: Data Change Alert Timer In ThingWorx, there are standard events and related data packets (defined by Data Shapes). The mos
Hello,I have app where I need to generate buttons, depending on previous choices of user and datas inside table.Amount of buttons can differ, labels seen also, service called - this same.Most preferable way is to have empty mashup and service, which will create buttons on screen, so I can go trought my infotable and generate button for every row of data.
Can we make treegrid columns editable through configuration Json.?
I have a problem where subscriptions are not working properly when using mqtt communication. Check the log and found the following error: 2023-04-24 05:32:39.988+0000 [L: ERROR] [O: EcqlcLogger] [I: ] [U: System] [S: ] [P: ] [T: TWEventProcessor-2] Error executing event processing Program 's1' is event Type.Thing:Entity.uwb_mqtt_sub:Event.DataChange:Property.device. But if you manually modify the value of the property, the subscription will be executed. ----------------------------------------------- Translated from Simplified chinese to english using google translate on 24-apr-2023 at 11:31am IST. Translated by vnamboodheri 我遇到一个问题,在使用mqtt通信时,订阅无法正常运行。查看日志,发现发现如下错误: 2023-04-24 05:32:39.988+0000 [L: ERROR] [O: EcqlcLogger] [I: ] [U: System] [S: ] [P: ] [T: TWEventProcessor-2] 错误执行事件处理程序's1'为事件Type.Thing:Entity.uwb_mqtt_sub:Event.DataChange:Property.device。 但如果你手动修改属性的价值,订阅就会被执行。 ------------------------------------------------------
We are trying to set up SSO implementation via Azure AD (Guess Okta is not supported yet for SSO). We are working with Azure Team and had few questions.https://support.ptc.com/help/identity_and_access_management/en/index.html#page/iam/AzureADCreateEnterpriseApp.html#wwID0E5J1O – In this documentAt Step 1 – Basic SAML Configuration2nd PointIn Basic SAML Configuration, enter the following information:Indentifier (Entity ID) – Will be used as the value of the metadataEntityId in the BasicSettings component of the sso-settings.json file.Question - What would be the entity ID here just a string unique within our SAML infrastructure?For example, if my identifier is "mycompanyidp", We could create the entity ID URL https://sso.mycompany.com/mycompanyidp? Would appreciate any help. Thanks Regards,Vipul
Is it possible to call a Thing service from the Custom CSS of a mashup? If so, how? Example: .label .widget-ptcslabel::part(label) { display: Things["Thing"].service({ ProcessOrderNo: ProcessOrderNo /* STRING */});}
Hi, I am new to ThingWorx Environment. I did some research on TW Community and based on that I Configured my DATA FILTER Widget. I put the following codes in my Service: var params = {t: Things["SQL_Connection_Testing_DB_Udit"].sql_Output() /* INFOTABLE */,query: Query /* QUERY */};// result: INFOTABLEvar result = Resources['InfoTableFunctions'].params.query; Till now my assumption is that the Query from Data Filter widget will pass on to the input Query of my service and that query in turn will execute the DataTable which I provide under "t" Variable. But somehow I am getting the following error : Error executing service Service101. Message :: TypeError: Cannot read property "query" from undefined - See Script Error Log for more details. i am guessing, i am doing something wrong with Service query part. DO I need to write any more query than what I mentioned earlier, If yes, Please help me with what kind of structure the query should follow, Considering I want fil
Hello all, I am looking for Search feature for Tree Widget .I have list of assets falling under Network Connection which I am trying to show in the form of Tree widget.I am able to display the List of Assets in the Hierarchy for Tree but faced Issue while searching a particular Asset.So, for search functionality I had added the textfield widget which has input parameter of AssetName coming from my service.My service works properly if able to showcase in Grid but while searching for Asset in Tree Form , asset doesnot show up properly. I am attaching the screenshot for the Issue faced along with the service used. Inshort,to explain I am looking for the feature which is already available in "Networks" section for search In Thingworx Composer .Please let me know if I had missed out something for Tree Widget? Can anyone please help me with this usecase. Thanks In Advance !!
dear expert I created multiple DynamicSchedulerThing, but through single services. How to implement on multiple dynamic schedulers? i need java script code for above
The "Properties and Alerts" tab of the Database Thing Template lists "isConnected" property as derived from GenericThing.Also, when listing properties of an inheritance hierarchy, Thingworx will only list them all (wrong) as derived from the parent.While function of the inheritance mechanisms is not affected it is clearly stressful and needs to be fixed to enable communicating the layout to your colleagues.Affects at least V 9.1.8 Can I use some workaround to get a clear picture of existing ThingTemplate assets without having to inspect them one-by-one? The "Properties and Alerts" tab of the Database Thing Template lists "isConnected" property as derived from GenericThing.Also, when listing properties of an inheritance hierarchy, Thingworx will only list them all (wrong) as derived from the parent.While function of the inheritance mechanisms is not affected it is clearly stressful and needs to be fixed to enable communicating the layout to your colleagues.Affects at least V 9
I was trying to insert some data into a table that had a UNIQUE key constraint on one of its columns. The purpose of the constraint was to ensure that no two rows in the table had the same value in that column. However, when I attempted to insert the data, I received an error message that said: "ERROR 1062 (23000): Duplicate entry '123' for key 'my_key_constraint'" This error message indicated that the UNIQUE key constraint had been violated because there was already a row in the table with the same value ('123') in the column covered by the constraint. As a result, the insertion failed and the data was not added to the table.At first, I thought the problem might be with my SQL syntax or my data formatting, so I checked my code and my data carefully, but I could not find any obvious errors. I search online and read about the specific problem with unique keys from here but couldn't get through it.I also tried to insert different data with unique values, but I kept
Hello Community :), My question is the next: My use case: I have one temperature sensor that send to me data each hour and I receive 4 measures (1 each 15 minutes) in order to have a correct implementation I use the fuction AddNumberValueStreamEntry to record the historical values (the measures in the moment that the device record they) with the correct timestamp.How I can generate one alert if from the sensor I receive historical values? One of the methods that I thougth is uncheck the logged type property and to have only persist checked, set the data 2 times:1. Things[deviceName].property = valueProperty; (JUST TO GENERATE THE ALERT)2. Use AddNumberValueStreamEntry (To record the values with a correct timestamp)but the problem is that the alert is not going to have the correct timestamp. Exist any solution in thingworx to do this? Anybody had this problem and can help me? Thank you in advance :), Greetings. Luis.
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.