Recently active
On updating the thingworx version from 9.1 to 9.4 the font size of the tab title is changed. how to fix this issue ?
I need to pass values from one tab to another,I have 3 tab each having one mashup. I want to pass selected value from the first tab's mashup to other 2
Hi All, I want to a help like suppose I have a dropdown widget and a grid widget now in the dropdown widget we can have many item now I want is if suppose I choose one item from the drop down then its whole property (like different column) should be displayed in the grid widget so to do this what are the things which I have to do please help me to do so Thanks in Advance Rayon.
Hello community, we are trying to do SSO in thingworx without using external resources just with the thingworx core. So the users must to access to one external app loggin and when they logging must to be logged in thingworx and shows the specific TWX mashup. One of the ways that we try is by the ThingworxSSOAuthenticator, but we are not able to put enable this authenticator. 1. What changes in the machine where thingworx is installed we must to do to be able to put enable or just to do SSO? For example modify the platform-settings.json or any other file... 2. What we must to consider to create in thingworx or to do for use this SSO aunthenticator by default? 3. ThingworxSSOAunthenticator is just for Pingfederate? If the answers is yes, the alternative is to create an extension and the question 1 I need to have an answer please. Thank you in advance, Luis.
Hi everybody, I'm currently trying to streamline developments on our platform currently based on Thingworx 9.2 for a team of 5 people.We have one shared local instance for development, and two cloud instances : one for preproduction and another one for production. All instances are actually docker containers. My team often met some obstacles because one of them was already making some changes on one entity thus another one could not potentially add some properties/services on this specific entity. I managed to run a local instance and I find the concept great so we could eventually develop without impeding each other and delaying the conflict to the merge when feature has been fully developed.I would like my team to be able to develop features using individual local instances but I don't find any documentation about the licensing issues I may encounter. I already read these articles : ThingWorx DevOps with Azure: The Comprehensive Dev... - PTC CommunityThingWo
Can we make particular word invisible in grid using css or in any other way.
Hi Team, I have developed Thingworx widget extension. I just wanted to know what is the difference between (widgetname).ide.js and (widgetname).runtime.js? If anyone know please let me know asap. Thanks
Hi, I am creating any simple mashup widget extension and would appreciate some guidance on getting started.Can someone please help me in this (Please provide steps it will be helpful for me) Thank you.
Hello community. I was wondering if someone here could perhaps explain to me why these two code snippets do not provide the same result of things? I have two things:VAM_KOP_68316_0 VAM_KOP_68316_1 They are both in the VAM_KOP_Project: They both appear in the browse window: And they also both appear in the Thing browse function: I can unfortunately not provide a view in the projects entity list itself as it contains 10k+ entities. let entities = Resources["EntityServices"].GetEntityList({ maxItems: undefined /* NUMBER {"defaultValue":500} */, nameMask: "VAM_KOP*" /* STRING */, type: "Thing" /* STRING */, tags: undefined /* TAGS */, }); ^ this one doesn't give me any of the two things. Whereas this one gives both: let projectEntities = Projects["VAM_KOP_Project"].GetEntities(); I do not understand why this is... Could it be some type of data corruption? Thanks, Jens C
Is it possible to generate a barcode for the product in CWC?
We are setting up a new instance of ThingWorx, but this time without the Manufacturing Apps, so we no longer have PTC.FactoryConsole which was a place for users to see all the mashups they had access to. Is there a new prebuilt solution that can handle this, or what would be the best way to achieve something similar? Running 9.4.1 on prem
All environments mentioned : ThingWorx 9.1.14-b1128 In a development environment i am trying to package a project where I have all entities being DataShapes for then import the solution in the production environments. Nevertheless, the package seems to not include all entities though in production cannot update as it seems to be deleting already existing and in use DataShapes. Came across some cases resolution to restart the environments, package and import again, restore possible missing files, but nothing worked. Even in production after importing the package solution, checking the repository i do see the mentioned DataShapes in the error are indeed not present when downloading the .zip file.
Hi, Is it possible to display some kind of figures/points on a line chart to mark end of a deadline.
It appears that the mashup onload function is not setting the start and end time in time before the service call that gets the data for the time series chart widget.Is there a way to control the execution sequence for the onload bindings so the start and end times are definitely set before a query is called?
Hi,I am developing a widget snd I get the bellow error, as I can´t find an obvious explination, I wonder if anyone here knows what it means:An error occurred while calling destroy for NovotekQRCodeReaderWidget, Id = "NovotekQRCodeReaderWidget-8". TypeError: property "eventHelper" is non-configurable and can't be deleted
Hi all In relation to this article: https://community.ptc.com/t5/IoT-Tips/DataShape-Nuances-Tips-Tricks/ta-p/817583?search-action-id=107104588871&search-result-uid=817583,How can one find the number of fields in a datashape?I have tried this: let result = infotableData.DataShapeName.fields.length;However this is the error I keep getting: TypeError: Cannot read property "fields" from undefined. Thank you.
Hi,I am trying to display an base64 image with the image widget, but the base64 string seems to hang the mashup builder when saving it. Questions:- Is there a max length of the sourceURL property?- How to get arround the mashup builder hanging when saving?- Another option would be to have a html widget and in it have a ordinary img element, can that be done and how? // Oskar
let params = {resource: '' /* STRING */,name: '' /* STRING */,permission: '' /* STRING */,type: '' /* STRING */}; // result: BOOLEANlet result = Resources["SecurityServices"].EvaluateRuntimePermission(params);I couldn't find any documentation for the parameters, Can someone tell me the meaning of each item in the params ?
Hello,I implemented a remote service on c sdk. the service have a xml parameterservice(XML param) when i run the service from edge, i use twInfoTable_GetString function.: enum msgCodeEnum implementedService(const char* entityName, const char* serviceName, twInfoTable* params, twInfoTable** content, void* userdata) { char* param; int res; TW_LOG(TW_TRACE, "implementedService- Function called"); if (!content) { TW_LOG(TW_ERROR, "implementedService- NULL params or content pointer"); return TWX_BAD_REQUEST; } /* Get properties read into local variables */ twInfoTable_GetString(params, "param", 0, &param); ......... ........... } It worked until I put as parameter a long xml text (5000 characters).The twInfoTable_GetString truncate the text and i cannot have the whole parameter.Do you have any idea how to get the whole param even when t's too long ?Thank you for your help
I am reading several read only properties from a kepware opc server and I have them configured to read from the edge on start. Whenever I reset the thing it works fine but it fails to read them on server reset. Is that working as intended? And if so how can I read the edge values on server restart? Thank you
I have infotable but i would like to send infotable to MSSQL External database. Now I try to use jdbc connector extension but i don't know how to send infotable to MSSQL External database. please suggestion me thank you.
Hi Community,I need to access following information from ThingWorx Number of users logged in and their time. For this I am trying following service: "QueryAuditHistoryWithQueryCriteria" following ptc article: https://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/index.html#page/ThingWorx/Help/Composer/System/Subsystems/AuditSubsystemSearchAuditData.html#Could you all please help me provide correct json input as filter I should provide for same. Attaching screenshot for same. json query: {"filters": {"type": "LIKE","fieldName": "Audit","value": "Login%"}}Error: Unable to Invoke Service QueryAuditHistoryWithQueryCriteria on AuditSubsystem : com.thingworx.common.exceptions.DataAccessException: [1,018] Data store unknown error: [Error occurred while accessing the data provider.] Thanks,Sid
Hi all, I want to use dropdown widget as a data filter for my grid advanced widget data for that I created a Thing then an infotable property and a service to call that info table property and now in my mashup I added a grid widget and bind this service to grid data now I want to filter my data based on some criteria by using dropdown widget so how can I bind it like I tried to bind the same service all data property to the data property of dropdown and then in dispaly option of dropdown I selected the filter option but I am not getting the result please help me how I can bind properly or if any other way to filter the data Regards, Rayon
Hello everyone, I am using MQTT extension in Thingworx and I have the problem lately that I don't get or see the configuration tab in any of the entities that is using one of the extension's templates. I updated the extension to the latest version which is 3.0.1 and I tried different things in the permission but none of them worked. Any idea how to solve the problem?
Hi,I am at the moment implementing a QR Code scanning widget with the help of the github project HTML5 QR Code reader. I am using the Eclipse Extension plugin and the Eclipse Extension sdkHow and where should external javascript and css files be referenced, I know that they should be kept in the ui folder, but I do not know where to reference them, the code i have found it this (append the script in the head):$("head").append("<script type="text/javascript" src="../Common/Extensions/QRCodeExtension/ui/qrcode_widget/scanner2-core.js"></script>) Kindly Oskar Berntorp
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.