Recently active
Hi, I am Rynaldi. I have a B&R PLC running an OPC-UA Server and am trying to connect it somehow to Thingworx. What is the possible way to do this actually? I've read several posts in the forums but they are mentioning different methods, such as using the OPC UA Client from the marketplace (which somehow I couldn't find anymore in the marketplace), using Kepware Server, using KepServerEx. So I'm confused what is the latest method to communicate with an OPC UA server running in a PLC actually? I actually have access to the Thingworx Manufacturing Apps as well. Would that be any help for the OPC UA communication? Later, I want to use this information in the Vuforia Studio actually. The idea is to get the real information from collected by the PLC and present this information in the AR Experience designed in Vuforia Studio. I would appreciate any help 🙂 Best regards, Rynaldi Maydrian Lauren
I am using Thingworx for Manufacturing App. I configured a workflow using Workflow Builder, and added a User Task. I configured PTC.BPE.BusinessProcessNotifier with correct mail server settings, and also PTC.BPE.UserTaskHelper according to help at http://support.ptc.com/cs/help/thingworx_hc/converge_6.5_hc/index.jspx?id=Converge_BPCreate&action=show. Then I duplicated a mashup from PTC.BPE.UserTaskPanel. The problem is I didn't receive any mail notification when workflow stopped at the User Task showing In Progress. I can change the workflow state from thingworx workflow management web page. What could be the reason?
I have designed screen in 1680 *1050 resolution.It is looking perfect only in that resolution.Below is the attached application screenshots in different resolutions.No matter how much ever I try avoiding panels still i had to use them to meet design requirements.How do I design a fully responsive UI with no issues?
Hi, I am using ThingWorx 8.5 and I have several confirmation functions. Though I edited the width and height of the confirmation box, it doesn't resize to what I gave. I wanted to reduce the size of confirmation messages. How can I resize it? Thanks, Shalini V.
Hello, Currently I´m facing some issues writing a custom Java Extension that has a service with a parameter of type InfoTable. The Service parameter is annotated like this: @ThingworxServiceParameter(name = "param", description = "", baseType = "INFOTABLE", aspects = {"isEntityDataShape:true", "dataShape:TestDataShape" }) InfoTable param Here the baseType is set to "InfoTable" and in the aspects array a DataShape is pointed that exists on the ThingWorx platform. When I try to execute the Service interactively and want to enter the parameter values I get the following message: I am using ThingWorx 8.4.5-b102 and I am pretty sure this has been working with ThingWorx 7.4. Has anybody any adivce or can reproduce this issue? Thanks, Keijo
Hi all, I am working with two monitors. One monitor is 1920 x 1080 and the other is 1366 x 768. I have created a mashup type responsive and that mashup I am using widget called value display (to show some informations). I was able to realized that the value display is responsive widget but the font that is into the value is not. Followed below the images that can help to undertand the problem: 1920 x 1080 1366 x 768 My question is: There is any way to do the value display's font be responsive too? Regards, Leonardo.
Hi, I have thingworxPostgresDBSetup.bat file run time psql.exe' is not recognized as an internal or external command, operable program or batch file Error came..what can i do? so pls consider me..after reply me
Hi, im still new to thingworx. I wanted to know if creating multiple projects will affect existing projects? And do we need to state which project to use in vuforia studio Thanks in advance
Hi, I am using the Java sdk to connect to the TW server via ConnectedThingsClient. I need to dynamically create Things, and add properties to them. For this I'm doing - client.invokeService(Resources, "EntityServices", "CreateThing", inputCollection, 3000);client.invokeService(Things, "EnableThing", "<thingName>", new Vc(), 3000);client.invokeService(Things, "RestartThing", "<thingName>", new Vc(), 3000); The enableThing service call returns an infotable with row containing enabled = false. Even after the restart call, the thing is still disabled. I have tried to restart the client connection in between 2nd and 3rd invoke call. If I do the same set of actions via REST apis, for the same credentials, it works. What might be going wrong with the java calls? Any pointers will be appreciated! Regards, Vaishnavee
i have one form and i want to give validation to that form. The form i have attached below
All, register here for the "What's new in ThingWorx 9.0" - Webcast on Thursday June 25th.
In this short online exercise you'll help evaluate new website concepts and labels. STUDY DETAILS This activity takes about 5 minutes to complete The study runs to the end of day Thursday, June 25, 2020 You can complete this online activity anytime at your convenience Complete Online Study > Thank you for your participation! Nalie Lee-Heidt PTC Voice of Customer & Customer Experience Team
Hi , I couldn't find the widget "layout" in ThingWorx 8.5.5 while it exists in 8.5.4 and previous versions . If this widget is obsolete in 8.5.5 , which widget can be used to implement a sidebar which supports expand & collapse ? Regards, Sean
Hi All, Is it possible to provide multiple child Mashup to collection widget per row. Currently I have written a service which returns some columns along with last column name as "MashupName". If I provide specific Mashup Name to collection it repeats all rows perfectly. But I need to change Base mashup as per row data. Kindly suggest me, how I can achieve this. Regards, Siddharth Srivastava
Hi, Our environment is Thingworx 8.5.2 with Manufacturing Apps 8.5.2. After creating 3 new equipment types, and creating new equipments of these types everything was working ok. But we made an export to import the manufacturing apps configuración to another server with the same environment and it doesn't work. When a click on the configuracion menu, I can see my equipments tree but when I try to access to the status configuration page, I can't see the status definition table (see status-configuration.png). I also try to create a new equipment but previously created equipment types are not in the Type list, I only can see the default equipment types: site, line and asset. I didn't get any error in the import process. It seems like my new 3 equipment types doesn't exist in the new server but they are present in the PTC.Factory.C_LaunchPointConfigurationThing_8.5.2_00 and the equipment things exist as I can see my equipments tree. In the logs I
Hi , I have 16 pages and it displays 1 to 5 and then the 16th page no. on my screen.But I want to display only two nos and the next and previous button .I can do that for two pages,how do I do it when I have 16 pages? for eg: I want " previous 5, 6,next " instead of "previous 1,2,3,4,5 ...16,next . please check images for better understanding. This is what i want when i have 16 pages but this is how it displays
I have to create this kind of screen in below attach but that widget is not available in ThingWorx Platform I'm new in this platform, can you please help me which widget or which extension is used for Time slot,Share Report and For Edit,Update and Delete in grid Advanced widget. Thank in advance Regards, Riya Gajbe
Hi, My customer has a requirement, the user can manage one or more factories. If a user manage multiple factories then the user can select which factories he need to login in the login page, otherwise he don't need to choose factory . The home mashup page of different factory may be different or same . So the login process would be : choose factory in login page -> check user's authorization of the factory -> lookup the factory's home mashup -> open the home mashup of the factory login without choosing factory -> find the user's factory -> lookup the factory's home mashup -> open the home mashup of the factory I have lots of questions here: In the login page, how to get the factory list before login in ? It has to be hard coded list ? How to send the factory selected in login page to the ThingWorx server ? Where can I implement the logic of checking authorization of use
Hello , We have multiple videos on local drive which we want to display and play in thingworx. Regards, Dhananjay
Hi, Is there paging widget available for ThingWorx 8.5? As in some community post I read that the paging widget is corrected for ThingWorx 8.5. If it is available and working, is there any link to download the widget? Thanks, Shalini V.
Hello all, I'm using Flow's OData connector to get data out of Windchill. Some actions like get structure (POST) requires CSRF token to be set in a header. But I found I can not use output from previous Get-CSRF action in next Get-Structure. How to use OData connector in this case? Thanks
Can I change the displayName from this service result?
var params = {path: '/abc/' /* STRING */,includeDependents: 'True' /* BOOLEAN */,// collection: 'All' /* STRING */,repositoryName: 'SystemRepository' /* THINGNAME */,tags: Tag /* TAGS */};
Not able to add a stream entry when calling the service via REST API, the service result is success but no entries are being added to the respective stream. Tries using both Administrator & Non-Admin user.Works fine when executed from inside thingworx. Please suggest.
I have a Resonsive tab inside an reponsive tab. I have placed some widgets like file upload, buttons etc in side the inner tabs, but i dont get to see the widgets. While I inspect the html i find that the widgets are rendered but not visible, I have also checked the visible checkbox for each of the widgets but they are already checked.
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.