Recently active
Hello, i have one mashup which shows number of programs. now i want to show status of program which shows how many time is remaining to start the program, and to show ongoing program, through the service....Please refer the below attachments for better understand
Hi All If we have many devices in kewpare, how to batch import all device configuration ? Thanks
Hello, I want to give boarder to popup window ,it is possible to give boarder to popup window??Please refer the below attachment. Thanks in advance
All - I need some help making a Toggle widget larger to support mobile design. I'm wanting to make the size of the "rectangle" larger and it looks like CSS is the only option. My problem is that I do not know what to do in the CSS to make this happen. Any help would be appreciated. Toggle Size needing to make larger. Note, the "Partial" button at the top of the image is about the size of a finger tip on the mobile. I'd like the toggle to be the same size. Below is some CSS I'm trying. I know little about CSS, so any help is much appreciated. Also, it's important to note that this is all embedded in a Collection Widget. Thanks for the help.
Hi All, Is there any widget/way to implement rich text in Thingworx mashup. Previously it used to be there in HTML textarea widget, but I think they have removed this functionality in Thingworx 9 for HTML textarea. Expecting something similar to Below screenshot: TIA. Omkar
I have been trying to import entities that were made in the composer to the extension project that I am building in Eclipse, Now when I import them in Eclipse they do show up under the entities folder on the project. But when I create the extension from eclipse and I import the zip file in the composer everything goes well but the entities that were imported into the project are not created in the composer. Only the entities that are part of the java code in eclipse are created in the composer. Is there a way for me to import entities as XML in Eclipse and have the them be part of the extension so when ever the extension is imported into Composer the entities are created? Appreciate any pointers as I am stuck at a dead end here.
Hi team, Can someone help me with the creation of scheduler. I am able to create it but I need to know what needs to be put in "schedule" field. By default, what is the time interval for which the scheduler runs and how to configure it? Thanks and Regards,
Hello, I want to show how many time is remaining to start program for this How Do I add running status of program through service??please refer the below attachment Thanks in advance
Hi, I'm New to PTC and this kind of technologies. Is it possible to make connection between Trial version of Thingworx iot foundation and Trial Vuforia studio. The Thingworx iot foundation which i'm using is 30 day hosted(cloud) trial version from "https://developer.thingworx.com/en/profile/hosting" and where there is no any login option, and we can use it as a 30 day trial for a guest. The vuforia studio i'm using is a 30 day trial version locally downloaded("http://localhost:3000/" ),where i'm loginned with my PTC credentials. I think this is the exact reason why i cant get my ioT data in vuforia studio. So if any body have the idea about how to import my iot data from thingworx to vuforia studio please help........And i'm expecting a fast response because the days are counting..hehehe..(trial version)
I've noticed that I lose data when stream entries are added very rapidly. This occurs due to the entries being added simultaneously in different threads. The stream cannot have data with the same timestamp, so only one of them gets added if there are multiple entries being added simultaneously. To prevent this from occurring, I've added random milliseconds to the timestamp. However, when so many entries are being added simultaneously, I lose data since the simultaneous entries still seems to occur even with the random milliseconds. Is there a better way to add stream entries without losing data? var timestamp = new Date(); timestamp.setMilliseconds(Math.floor(Math.random() * 1000)); Things[StreamName].AddStreamEntry({ sourceType: undefined /* STRING */, values: values /* INFOTABLE */, location: undefined /* LOCATION */, source: me.name /* STRING */, timestamp: timstamp /* DATETIME */, tags: tags /* TAGS */ });
New Scenario Using Multi-Kepware for Asset Monitoring in Connected Factories A new scenario has been completed for Connected Factory implementations, furthering the IOT EDC's goal of providing a reference library of ThingWorx performance. This scenario builds upon the first, with additional tests being performed to demonstrate the capabilities of multiple Kepware Servers running side-by-side. Horizontal scaling is very common for multi-line factory implementations, so be sure to check out the new scenario in this ever-expanding benchmark document. Note that tests below 10,000 writes per second were not repeated with multiple Kepware Servers, since there is little reason to desire such a configuration in implementations that small. ThingWorx deployment sizing was also held constant throughout these tests to demonstrate the limits of a given configuration. Changes that may improve the results of a failed test (such as adding CPUs or Memory) will be mentioned but not valida
Hi, Where can I download the lastest protocal adapter toolkit(PAT) ? Which thingworx platfom version does it supports now ? I latest document I can find is 1.5.1 from here , but it seems the highest supported version is 8.5.0, my customer is current using 8.5.5. Where can I find the latest document of PAT ? The help center has link about it , but the page of the link doesn't has information of PAT Regards, Sean
Hi, Is there a way to set thing shape with rest api as we set thing template? I tired with "thingShapeName" in the Request body of create thing rest api but its not working.
Thingworx provides the capability to use JDBC to connect to Relational Databases.What would be the steps to take?1. Find the proper JDBC JAR file, this can be easily located by keeping in mind your database and its version and doing an online search.2. Download the JDBC Extension Creator from the Marketplace3. Follow the instructions to create the actual JDBC extension you will be using4. Create a Thing based on the ThingTemplate from the JDBC extension - This represents your actual connection to the database5. Set up the configuration: a. Connection String - Usually I use connectionstrings.com to find that b. Validation String - This has to be a VALID SQL statement within the context of the database you are connecting to (Like SELECT SYSDATE FROM DUAL for Oracle) c. Proper User Name and Password as defined in the database you are connecting to6. SAVE7. To check if you are properly connected, go back into Edit mode
Generating and Reviewing JMeter Results Overview The 4th in a series of articles on load testing with JMeter, this one covers pushing the limits of a test to see how much the application can handle, as well as generating and analyzing reports once the testing completes. This article rounds off the basics of JMeter, such that anyone should be able to perform enterprise-level load testing after reviewing the content here. Multiple criteria can be used to evaluate results, including: response time (as monitored both by JMeter, and by some other tool on the system side) throughput number of errors resource saturation CPU, Memory, disk, and network utilization Depending on use case, some of these may be considered more important than others. For instance, some customers don't care if users wait a while for results to appear on the page (response time), because they set their users' expectations and mitigate the experience with well-designed loading graphics. With response ti
Hi I have a use-case wherein I want to have multiple state formatting operators in one widget only depending upon the value. For eg If 0 >=value<= 30 == Green, 30 > value <= 70 == Yellow and value >= 75 == Red. If the value is set to 80 the progress gauge should visualize all three colors at the same time. Please find attached image of gauge widget for reference. Is there a way around to achieve the same with a Progress gauge? Thanks
Thingworx has the Google map widget, but i can't use it in my region. I want to use another Baidu or other map, but i don't know how to do. Who has good method? Thank you very much.
Hi, I am getting the error when am connecting to Allen Bradley PLC Logix5300. Nothing much is given about this in the documents. Can anyone help me out. Error: Database error. Error occurred during forward open request.| CIP error = 0X1, Extended error = 0X311 Thanks, Sri
Hi Team, Can someone help me understand where an organization is useful in thingworx? If I am not wrong, I need to remove the permissions of a thing under an organization. Can you please let me know more information on adding and removing permissions to a Thing. Thanks and Regards.
Hi Folks, I have a created a Workflow Thingworx Trigger and corresponding 2 subscriptions getting created for that Trigger.One will be "me" and other is Custom defined. But whenever I'm trying to Export application build(including workflow) to another TWX server,one of the subscription getting deleted automatically. Below is the scenario: 1. Two subscriptions created once a Thingworx Trigger is created in Workflow. One of them is "ME". 2. Whenever this Workflow migrates to another Thingworx composer,the Custom subscription gets deleted automatically. And I would have to edit or run the workflow trigger to generate it again. Is there any kind of setting/configurations need to be taken care of or its a default behavior of TWX Workflows whenever there is a migration? @paic @slangley @ttielebein
Hi, Because of the problem https://community.ptc.com/t5/ThingWorx-Developers/ThingWorx-IndustrialGateway-cause-delay-of-the-data-tag-in/td-p/678674 I'm currently facing , I wonder if it's possible to write and poll data tag of Kepware from ThingWorx without using remote thing ? Regards, Sean
Creo Insight Extension:Problem failure to define the Force_Sensor_A.prt parameter Tank you
Hello, I have followed this guide : https://developer.thingworx.com/en/resources/guides/connect-kepware-server-thingworx-guide/connect-foundation I can't connect Kepware with Foundation. Kepware logs tell that the host could not be resolved. I have the trial version of Fundation. "Error ThingWorx Native Interface Connection to ThingWorx failed. | Platform = pp-2009221255A9.devportal.ptc.io:443/Thingworx/WS, error = the host could not be resolved." I have no clue why. I did create an app-key, with no ip restriction, i'm HTTPS with Fundation... cf screenshots below PS: i have the same problem connecting Fundation to Azure.
Dear experts, I am trying to create a Thing from a Service developed in an extension. I could easily do it in another extension by using: es.CreateThing(thingName, null, null, thingTemplateName); Where es is an instance of EntityServices. I am developing another extension now and for some reason it always throws an Exception, saying that the ThingTemplate does not exist. The template is defined into the Extension itself and it is correctly seen by the composer. Moreover, instantiating a Thing from that Template from the Composer works. Thanks and Best Regards
Hello. Can anybody help me with installation of Thingworx trial edition? I`m trying to install it on PC with windows 10. Required java 8 and postgreSQL 9.6 are already installed and defined in Path. The installation stops at the last seconds of process, when system tries to unpack files and get access to the package. Maybe, someone knows what to do to solve this problem?
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.