Recently active
Hi Everyone, I have a service which is fetching data and I have bind that service to grid widget which displays the data now I want to count each column unique data (I mean there are duplicates data in column) but I want them to count once and then showing that records to the Bar Chart graph and the graph data should change based on filter selected by user for e.g. Suppose we have 4 column like, name , age , Class , place now I want to count each column and represent in bar chart Thanks and Regards,Lav
Good day everyone, Today we changed the name of a group in our Active Directory and as a consequence we locked all users relying on that group out of the system for a while until we figured out where the problem is coming from - apparently, the connection between AD & Thingworx is based on the AD Group's name rather than its unique SID. For organisations where names can change frequently, this is quite the issue - is there any way around this currently? Kind regards,Martin
Good day! I have a bit of a problem with a specific setup - I have a list of changelog versions (just strings, 0.1.0, 0.1.1...) and from that selection, I load in the corresponding infotable of release notes. This works perfectly fine as long as you use it normally, but if you rapidly switch between list items, you get the following error in the developer console (note: no error on Thingworx' side): From that point on, you can still swap between the list items, but no more services are executed and the displayed collection does no longer change. Any help with this would be greatly appreciated!
Can I change a binding like in manage bindings menu through script? and if I can, how so ?
Hi folks,I have a problem with my 'Line Area Chart' in TWX 9.5.3. My selected colors of the 'Style Properties' are overwritten by 'fill-opacity: 0.5' from the element ':host([stacked]) [part~=“area”]'.The “style properties” of the series all have an opacity of 100% so that the colors are fully displayed. However, this has no influence on the pale color displayed. How can I overwrite this wrong value with 'fill-opacity: 1' with css? Best regardsMarc
I have also run into this issue. I have tried several combinations of Eclipse, JDK and TWX SDKs using ANT with no resolution, including the recommended combination.
Hi,I am working on a Thingworx extension that creates an excel file by passing an infotable parameter. The infotable contains strings and TwoDThumbnailURL.URL obtained from `Things["intralox-windchill-odata-connector-illustrated-parts"].GetPartRepresentations`.So far the TWX extension successfully creates the excel file with string parameters, the challenge is rendering TwoDThumbnailURL images. I have proven that the downloaded jgp file from TwoDThumbnailURL.URL can be embedded in an excel spreadsheet by doing the following steps: Edit TwoDThumbnailURL.URL value by removing the "oauth/" portionCopy modified TwoDThumbnailURL.URL into the browser A jpg file is downloaded into local Download directory. Upload this jpg file to a File Repository. Now that the image file is available in the File Repository the TWX extension code can obtain the image file and add it in the excel file. Is there a programmatic way to do steps 2-4 described above that would downloa
Hello Community,I’m working on a scenario where I need to pass selected dates from Mashup 1 to Mashup 2 using the navigation function, and then return the same dates back to Mashup 1 when the user clicks a back button in Mashup 2.Currently, I can successfully pass the selected dates from Mashup 1 to Mashup 2 using the navigation function and mashup parameters. However, I’m struggling to return the same dates back to Mashup 1 when navigating back.I’d appreciate any suggestions or best practices on how to handle this back-and-forth data exchange between mashups. Is there a recommended approach for maintaining these values? I am currently working with Thingworx 9.5 versionThanks in advance for your help!
I am new to linux system and looking for installation guide having step by step installation process. if any one have document please share here . I have seen help center document but its high level. @slangley
Hello, Since about 2017 we have about 1200 devices running with :C_SDK version 1.3.2ThingWorx plataform: 8.2.1On the device side:STM32F429 with FREERTOS and communication via cellular network (3G and 4G) We're currently looking to upgrade to version 9.X for the platform. Consequently, we will also have to migrate the C SDK to version 3.1.1 (the latest).For memory constraints and reduced computing power of our microcontroller we will not use the different features of the sdk.USE_OPENSSL OFFENABLE_WOLF_SSL OFF (coming soon)ENABLE_TUNNELING OFFENABLE_FILE_XFER OFFENABLE_OFFLINE_MSG_STORE_RAM OFFENABLE_OFFLINE_MSG_STORE_FILE OFF We use Lists instead Maps in (twDict.c)#define TW_DICTIONARY_MODE TW_DICTIONARY_LIST Our thing connects correctly to the server, binding is performed correctly, properties are sent correctly to the server using : twApi_AddPropertyToList(proplist, “property1”...twApi_AddPropertyToList(proplist, “property2”...twApi_PushProper
Hi, i was going to use info tables to store data like the max and min water level per hour , every hour new row is add to the info table with the max and min value of the level , all of this is fine but i know that info tables use ram in case of persist and log, and i want to do both, so i am thinking of selecting "infotable type" option to set it to "Is data table" because i think my thing worx version does not has the datatable creating option, so does this option "Is Data Table" will make this infotable property act as datatable and store the values in the database and not the ram ? also should i select persist and log normally or there is something here ?
I have the following file upload widget and i want to edit the background of the uploaded file part. I have tried using the custom css and setting list-item in the customClass property .list-item::part(file-item) { background:#383838; } following the ptc documentation I tried also this @supports (ptcs-style-unit: "PTCS-FILEUPLOAD") { [part=file-item] { background-color: #383838; } } but all my test failed to edit the style of that part
Hello, I am trying to Auto launch google chrome from thingworx RA client. I have set command in RemoteAccessSubsystem using CreateAutoLaunchConfig service. But when the RAC launches it fails to launch the browser. The launch status comes as unknown {?} Any one has attempted it or knows the steps to achieve this?
hello all, I'm using thingworx 9.5 and I'm trying to configure it for displaying a tree, It's not clear for me the needed infotable and how I need to configure the ptcsgrid widget for this. any hint, example, tutorial, documentation is apreciated
I have this function which takes lastVisitTime of type string. string date value is "2024-11-12 10:00:01"result of code when compiled on js compiler let dateFromString = new Date("date in string"); output -> 2024-11-12T10:00:01.000Z output type is object result of code when thingworx service is executed let dateFromString = new Date("date in string"); output -> invalid date output type is object could someone help me with this I want to convert my date string to date.Thanks in advance.
I have an industrial thing where the Property is bound to the points in the kepserver. I want to get the address of the point bound to the current property when the point data changes.For example, how do I get the Source value on device1 (my.device.point1)?
I am trying to import the organization from the Dev system to the Q system, but the old user groups are not being removed from the organization unit. Additionally, I cannot edit them in the Q system because they are in an extension format." I am facing the same issue mentioned in the article: Article - CS327733 - Organizations imported in ThingWorx Platform are not overridden correctly I want to remove the old user groups from the organization unit in the QA system.Is there any way to do this? Thanks & RegardsSuraj
Suggest some structured content for learning ThingWorx platform and Project to practice for beginner.
Hello All,In my case Analytics server version is not visible, please refer attachment.xxx-AnalyticsServer_xxxThing and xxx-AnalyticsServer_PredictionThing Things are available in system, but Thing is not connected.I tried removing Analytics thing on setting page and reassign still no luck. Initially every thing was working, 2 days back it says application key is expired, so I followed the step to run bat file to update encrypted password and powershell file to restart then this disconnected issue appeared. Also, below services are paused and if started manually it is getting paused again:twas-analytics-worker-1twas-analytics-worker-2twas-analytics-worker-3twas-sync-ms Please let me know how to proceed.
I am new to ThingWorx and got a sample question in the ThingWorx platform and don't know how to approach a question. Help me to understand the question and give relevant answer. Sample Question Note: All entities, characteristics, and fields must be spelled exactly as describedand are case-sensitive. The system will not find misspelled items.Import the entities in W:\TWFD-CERT-Lab-Files\WGOT-ImportEntities.xml.Examine the WGET.WashingMachine.TT Thing Template. Add the followingservices and attributes: SetRPM()• Accepts an input parameter named rpm of type NUMBER.• Sets the RPM property of the Washing Machine to the input parameter.• Returns nothing.GetRPM()• Gets the RPM property of the Washing Machine.• Returns the value of RPM as the result. This result is of type NUMBER.Hint: When authoring the services, use the properties under Me/Entities toaccess the RPM property.
I have a PLC Thing with a ThingShape. The ThingShape has a property that is bound to a kepware tag from the Thing. This property has a "!" next to it. What does this mean? Everything works fine, just curious.Also, I noticed that in our DEV env, this property shows under the ThingShape without the "!". Why is the property showing differently in the other env?
Hi, I am facing a similar issue like this: https://community.ptc.com/t5/ThingWorx-Developers/cannot-access-thingworx-flow/m-p/909791#M64343 Developer tools say::8443/Thingworx/Flow/currentUser:1Failed to load resource: net::ERR_CONNECTION_REFUSED:8443/Thingworx/Flow/customCss:1Failed to load resource: net::ERR_CONNECTION_REFUSED It would be great if you can help mw with this,
Hello Experts,As shown in below image, my intention is to show only start and end date of a Infotable in Schedule chart TimeAxis of each block and nothing in between the blocks.But as of now its taking entire time into consideration.Is it possible to achieve ? .Thanks in advance
Hello, I have a requirement which is asking to add an info:next to a progress gauge: the mashup contains legacy widget:How do you suggest i proceed? How to design it?please note that the icons are svg tags. Thanks.
Hi all, Experiencing a weird issue with the gris widget that I'm hoping someone can help me with. I have a grid widget where when I click a row I want it to populate a mashup parameter for a popup and navigate to the popup. It works normal and as expected on the first click, but when exiting the popup and clicking another row, it shows the MashupParameters as undefined. I can't figure out why it works the first time, but doesn't any time afterwords. I also tried using the SelectedRowsChanged and allowing a row to be selected and had the same issue. Any ideas on this?
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.