Recently active
Hi everyone, I started the work with maps e I am having difficult with it. I wanna do the following: Create a marker on the map to show some expecific localization; When click on the marker open other mashup or some pop up with the information that localization The map that I am using are this: (openStreetMap)
I exported my project to the ThingworxStorage folder, which happened successfully. I want to import the entire thing back to my instance under a different project name, without losing the existing data and entities. Is it possible to do so? If yes, how? Thanks in advance!
At the moment we are designing our datamodel with thingworx. We encountered an problem when we are trying to design our modular machine. Basicly we are having a thing consisting of "part-things" and we cannot design this at the moment. For example we have a machine(thing) which can contain different modules. How would be best partice for a modular datamodel? Example: 1. We have a Truck 2. We have a Sand-Transportation-Trailer 3. We have a Silo-Trailer 4. We have a Sleepingcabin 5. We have a Light-Package Plus 6. We have a Light-Package Minimal So now there can be any combination of this like e.g. A) A truck with Silo-Trailer and Sleepingcabin B) A truck with Silo-Trailer and Light-Package Plus C) A truck with Sand-Transportation-Trailer and Sleepingcabin and Light-Package Plus A logisticmanager now wants to see all of his trucks with the filling-percentage of the trailers. So the percentage could either be taken from a Silo-Trailer or
I am trying to import entities and data tables from one instance to another instance. I have exported into thingworxStorage.Its giving me below issue. I am using default persistence provider. kindly help. Unable To Create Resource Instance From Class: com.ptc.analysis.api.ProviderManagementServices2019-06-24 11:51:36.017+0000 [L: ERROR] [O: c.t.c.ImportProcessor] [I: ] [U: Administrator] [S: ] [T: Thread-27] *** Unable to create resource instance in Resource: [TW.AnalysisServices.ProviderManagementServicesAPI] ***2019-06-24 11:51:36.033+0000 [L: ERROR] [O: c.t.c.ImportProcessor] [I: ] [U: Administrator] [S: ] [T: Thread-27] Unable to process import: com.ptc.analysis.api.ProviderManagementServices2019-06-24 11:51:36.033+0000 [L: ERROR] [O: c.t.c.ImportAll] [I: ] [U: Administrator] [S: ] [T: Thread-27] Import Entities error: java.lang.Exception: Import Failed: com.ptc.analysis.api.ProviderManagementServices
I've been playing around with Thingworx 8.4 Trial and for some reason I'm unable to set the Data Fields using using QueryPropertyHistory Data. They just show up as blank and it seems no matter what I do it remains this way. I've imported this from 8.3 and it was working correctly in that version. I've created a new Thing and tried to use it's data and I still keep getting the same issue. Not sure if it's another permissions issue but anyone have any ideas?
I have been trying to install Thingworx platform 8.3, and when I followed the steps in the guide, I got a 503 Service Unavailable error. Apache tomcat is running.
I am trying to bind a Menu object to a collection widget and am having some issues passing fields from the Menu's GetMenuItems service down to the mashup parameter of the sub-mashup. Please see the images below: Service is binding with All Data Collection widget binding, showing connection to sub-mashup "title" to "title" mapping Sub-mashup parameter config Mashup parameter bound to label Rendered mashup. Shows two records returned from service, and one selected mashup below in the collection widget. Errors shown. 14:58:24 ERROR - exception executing binding {"Id":"22df3b4e-f5b6-4477-bec3-7ad102aa949d","SourceArea":"Mashup","SourceSection":"","SourceId":"mashup-root","TargetArea":"UI","TargetSection":"","TargetId":"label-3","PropertyMaps":[{"SourceProperty":"title","SourcePropertyBaseType":"STRING","TargetProperty":"Text","TargetPropertyBaseType":"STRING"}],"isBoundToSelectedRows":false,"SourceDetails":"AllData"} Exception: Cannot read property 'getProperty' of undefined
I have 2 mashups and i need to switch and display each in a time interval of 5 mins. How can i achieve this in thingworx? Can this be achieved using Timer? If so, can you please provide some examples? Also please share any other methods used to achieve the same
Hi , The method updateProperty is a callback method for a customized widget , it works if bind a Thing's service result to a field . However , it does NOT work if bind a dynamic ThingTemplate service result, updateProperty is not call in this case . Is this a bug ? Regards, Sean
Hi all, I have a question about mashup's resolution. What happens with me it is the follow: When I open my mashup in my smartphone it does not adjust automatic in the screen. I am using the mashup of type "responsive (advanced)" Regards.
Hi,everyboby.I have completed the Raspberry Pi Quickstart documentation. I'm able to use EMS to send raspberry voltage and other data uploaded to the thingworx platform. Now I want to read the data on the sensor that placed on the raspberry through use of EMS,and then will be the sensor data uploaded to the Thingworx platform .Can you recommend several learning documents or examples?Thanks!
Hi, I wonder how to enable a manager to change/reset password of his members? My Bests, Hung Tran
Dear community, I'm trying to get better at visualising data and getting to know the different data visualisation widgets in ThingWorx. I'm also looking a bit arround to demo's to get some inspiration, and I came accross a widget I can't find anywhere else. I'm talking about the widget-progress-bar in the image below. It shows a real smooth progress bar which you can display by a bar, gauge or a circle. Has anyone ever seen this widget? I can't find the widget in the Market Place or anywhere else. I hope someone can help me out on this one. Thanks, Jasper
When I try to run the connectivity installer on windows I get the error Verify File Signature "...-Connectivity-8-4.exe' is not trusted" Some windows magic required to install? I don't see anything in the install docs.
I'm trying to encrypt the rabbitmq password as specified by https://support.ptc.com/help/thingworx_hc/thingworx_analytics_8/index.html#page/analytics/configure_property_transform_settings_linux.html#wwID0EA23O But when I try to download the tool I get "You are currently setup with a Basic PTC.com Account that does not provide access to this area of eSupport..." Is there another way to get the tool? Or can I just use the clear text password instead of "encrypt.propertytransform.password"
Hi, Date picker`s Changed event or textbox`s Changed Event not getting triggered when values update through service. Ex: A service returning dateTime as result and mapping with date picker`s date, whenever it returns different date, value getting updated on widget but Changed event not getting triggered. similar to text box as well. Is Changed event applicable only for manual change? My requirement is shift based data update, shift date time coming from a service and updating date picker. If above case is not possible ?!! what will the solution for my requirement? Suggestions Please... Regards, Janakiraman P
Hello, I am looking for functionality like to edit the column in the advanced grid. I have written the JSON string which assigned to the configuration column. But still, I am not able to get that. Is there any example code to achieve this. Please advice Thanks in Advance Vamsi N
Hi, I have used the Connect to Raspberry Pi Guide and now i have a working connectivity between TW and RPI. I have also attached a PIR motion detector sensor to the RPI. The thing is i would like to get data real time from the Raspberry pi, right now i can only make it refreshing the Lua script once every 0.5 seconds. But in order to get movement in real time i would need something different. this is the code i used in python. i was not able to make a loop there as i need a return statement to send it to Lua so Lua can send it to TW #Librariesimport RPi.GPIO as GPIOimport time#GPIO Mode (BOARD / BCM)GPIO.setmode(GPIO.BOARD)#set GPIO PinsGPIO_ECHO = 8#set GPIO direction (IN / OUT)GPIO.setup(GPIO_ECHO, GPIO.IN)def distance():# set Trigger after 0.01ms to LOWtime.sleep(0.00001) StartTime = time.time()StopTime = time.time()# save StartTimewhile GPIO.input(GPIO_ECHO) == 0:StartTime = time.time()# save time of arrivalwhile GPIO.input(GPIO_ECHO) == 1:StopTime
Hi team, suddenly Thingworx stopped running getting below error. Failed to load FlxCore library. Ensure it's in PATH (Windows) or LD_LIBRARY_PATH(other platforms) or set with the VM arg, -Djava.library.path. Error message : com.flexnet.licensing.DllEntryPoint.entry([B)I even we set the setenv.sh to CATALINA_OPTS="$CATALINA_OPTS -Djava.library.path=/usr/share/tomcat8.5/8.5.13/webapps/Thingworx/WEB-INF/extensions" please get back soon.
Hi, I want to create classes in the JavaScript services but when I try to declare a class in the service I get the following message. 'class' is available in ES (use 'esversion:') or Mozilla JS extension (use moz) Can someone please guide me that how I can create classes in a JavaScript service ? Thanks
Hi @unknown , I am try get data from thingworx with HTTP POST request (JavaScript/HTML). But i am get an error like below, Access to XMLHttpRequest at 'http://localhost:8080/Thingworx/Things?appKey=c0f49d05-d5a2-4d73-857e-4bc6ef7f89bf' from origin 'null' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. I have updated "web.xml" file also enabled "Allow Request Method Switch" and "Allow Application key as URL Parameter". Still i am facing the same issue. Can i have a solution.? Thanks.
In our application we changed the design which resulted in a new master mashup and some new mashup names. Some users apparently have old urls stored in their favorites or use the autocomplete from the browsers URL instead of logging in via the formlogin page. Doing so they receive an error Could not load "<oldmaster>". Reason: 404 - Entity Not Found : <oldmaster> Is there any way to redirect them to the login page or do something that makes more sense to the user (like showing a error message they understand)? I've found a _rewrite.config in the root webapp (I suppose thingworx put it there and I just need to remove the underscore to have tomcat pick it up), so maybe I need to go down that route? I would prefer something with standard ThingWorx functionality if possible.
With a fresh install using the textual installer using all defaults. if I run $ catalina.sh stop $ catalina.sh start I get the error: *** CRITICAL ERROR ON STARTUP: Improper value found for model provider configuration password, system cannot start without valid password *** Web Application STATE is being set to ERROR! *** If I destroy the VM and reinstall, foundation runs fine after the install. But any attempt to restart will not start. The config for h2 (created by the installer) contains "PersistenceProviderPackageConfigs": { "H2PersistenceProviderPackage": { "ConnectionInformation": { "password": "\u003caddsecurepassword\u003e", "username": "twadmin" } } }, (This is after finishing up the install of the analytics server, so it would really suck to have to start all over again)
Please see the attached. Not sure why the "CustomerExists" validator keeps triggering the "EditCustomerThing" service. This service gets triggered regardless of whether the output is true or false. It is only supposed to trigger when the output is false.
Hi All, I currently try to use "ImagingFunctions" from Imaging Tools Extension, but i have some problems 1) I can't input image parameter. I try these two ways but none of them work image: "/Thingworx/MediaEntities/DogJPG" /* IMAGE */image: "C:\Users\Desktop\Thingworx8\ManU.jpg" /* IMAGE */ 2) What is the meaning of these parameters? Thanks!
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.