Recently active
I have to add virtual keyboard in my mashup.Is it possible to do so? If it possible, Explain how to do? Thanks in advance.
I'm trying to align mashup containers into a kind of tiled display, and I'm trying to do so through a set of mashup containers placed in the rows of a layout. You can see my setup in the first picture. In the second picture I'm making a case for what I want, basically you can see in the end result that the mashup is aligned in the top left of the actual row / column bounding box. I've tried vertical align on a few different components but it doesn't seem to fix the issue. Any help would be appreciated.
Hi, Is it possible to implement virtual keyboard of German language in ThingWorx. While clicking on a button a virtual keyboard of German should appear and the user should be able to type the input in that virtual keyboard and save it in DB. Can I implement any third party virtual keyboard in TW? If yes, please provide the details on how I can implement it. Thanks in advance, Shalini V.
I am running my EMS & LSR on an Ubuntu 14.04 based system as services (using the included service scripts installed in /etc/init.d/ by the install_services script). When the EMS & LSR run as services, all of their logs go to the syslog, which I expected. However, I expected them to also get logged in the specified publish_directory in the config.lua and config.json. When the services run, the path to the specified log location is created, but no files are actually written there. That said, if I run both the applications directly from the command line then the log files are written just fine. I tried changing the log path several times thinking it might be related to permissions on a parent directory, but no matter where I specify the service does not write the logs to that location. Is this expected behavior or a problem with my setup? I'd still prefer to have the logs in their own location so they're easier to view on th
Hi, I am very glad that Thingworx has Importer/Exporter modules that help me write a tool to solve problems related to Source Control / CI / CD. Now I could track changes with Git / SVN, do code integration/versioning/branching, backup/deploy/restore code on any server extremely faster and easier. 1. Setup a project mkdir TEST 2. Start Visual Studio Code: cd TEST code . task configuration 3. Pull the project from server: run task ”pull-project” pull-project 4. Push the project to a server: run task ”push-project” push-project 5. Restore the server by the latest backup: run task “restore” restore 6. Task List task-list 7. Editable source code in a XML file is extracted to individual files in .src folder Javascript related serviceSQL related service My Bests, Hung Tran
Hello everyone, so I have multiple Things of the same Thing Template. Now I would like to assign a Home Mashup to each of these Things. The Mashup should be the same, but the values inside should correspondent to the thing. Now I hoped there would be a simple way to simply create the Mashup once and assign it as a Home Mashup and somehow assign the Thing Name as a Parameter to the Mashup. Any Ideas how to achieve that? I want this because I have a main mashup where a list of all my things is contained. I want to display the Home mashup of every Thing when I click on it in a contained Mashup. For that I use the Thing.getHomeMashup() service. Any help is appreciated very much. Best Regards, Dominik
Hi all, I have installed TWX platform to Windows Server. What is the best practice for safety remote acces to platform for different users (developers not customers) from various net ? Is possible to have more Administrator´s account ? I think that one person (developer) have own account and others developers does not see his project/practices or not able to make change on it. Gracias
How to execute OData WRS from thingworx composer ? Am able to execute through postman. I tried to execute similar to swagger in thingworx composer, but unable to succeed it.
Hi, I'm trying to implement a page where I have around 8 icons and when Mouse over or button click happen to the icon an expanded area of sub menu icons has to come up by making remaining area and icons gray. Anyone please let me know how can I achieve this. Thanks in advance
Hi All, I am creating a string using concatenation of different data needed and creating the result string as below. {"rows":[{ "id":1, "data":["Tr1",80.35,79.27]},{ "id":2, "data":["Tr2",7.24,19.34]},{ "id":3, "data":["Tr3",16.02,77.20]},{ "id":4, "data":["Tr4",44.12,51.64]},{ "id":5, "data":["Tr5",30.72,93.91]}]} This input to JSON.parse(); gives error as "unexpected object literal".I understand that, when the string is passed to the JSON.parse it will be in double quotes, as below "{"rows":[{ "id":1, "data":["Tr1",80.35,79.27]},{ "id":2, "data":["Tr2",7.24,19.34]},{ "id":3, "data":["Tr3",16.02,77.20]},{ "id":4, "data":["Tr4",44.12,51.64]},{ "id":5, "data":["Tr5",30.72,93.91]}]}" and this will fail as invalid JSON. So I am passing the string with a backslash as a prefix to the double quotes as ( \" ). so that my result String would be. "{\"rows\":[{ \"id\":1, \"data\":[\"Tr1\",80.35,79.27]},{ \"id\":2, \"data\":[\"Tr2\",7.24,19.34]},{ \"id\":3, \"data\":[\"Tr3\",16.02,77.20]},{ \"id\
How to add animations to widgets in mashup such as a slide in slide out
Hi, I created a extension according to the tutorial, https://developer.thingworx.com/en/resources/guides/eclipse-plugin-thingworx-extension-development-tutorial. Most of the functions works , except the subscription. The event "BadWeather" is raised(the application log confirms it) , but subscription is NOT triggered. Could you help ? I attached the java source code and the extension file , as well as the log files. ================update====================================== I changed the method this.dispatchEvent(event); to this.fireEvent(eventDefinition, DateTime.now(), eventData); , then I found the application log shows that the event handler is triggered . However, the event handler/subscriber requires the signature "InfoTable" which doesn't match the data type of eventData of fireEvent, which is "ValueCollection". So the workaround still cannot work. Thingworx version: 8.3.4 Re
Hi, we recently upgraded our version of Thingworx from 7.3 to 8.2 and have found a small issue with the time series charts in our mashups. In the later version we still see the data as before, however, we no longer see the tool tips value when we hover over a specific marker. I have checked the configuration for both mashup versions & they appear to be the same. Anyone else come across this problem and if so were you able to fix it. Thanks, K
Hi, Thingworx security logs sows an error "Cannot Login Using ThingWorx Authentication With an Empty Password" when password is type correct, i try normal users and administrator user always with the same error log. I just upgrade to TW 8.4, and I did import files from a TW 8.3.
Hello everyone, I am facing the famous CORS issue when making post calls from my java script to the Thingworx Server. To be specific, this is the error message: "...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 tried to add the CORS filter to the tomcat web.xml as described in this thread and I am still facing this problem. I am using the Trial-Version for Thingworx by the way. Any ideas what could be the reason? Any help is appreciated very much. best Regards,Dominik
Hello, I am new to thingworx and just installed thingworx foundation but to connect my device to the server I need server URL which in my address bar is "http://localhost:8080/Thingworx/Composer" but it is showing incorrect and it must be in format of IP address ex. "http://34.xxx.141.xxx" So please help me how to find correct URL to connect to my thingworx server any help is appreciated. Thank you Ankit
The install in linux was interrupted. Now I am getting the dialog There has been an error.Previous installation of Thingworx_Foundation is found. Please uninstall the existing installation and then re-install. I can't seem to find any docs on how to uninstall.
Hi everyone, I'm a beginner and I'm a starting on vudoria studio. At a moment of the tutorial i need to access to Thingworx Composer using my server url which work. Then I need to create an application Key and a thing who doesn't work. I have the same issue wich is below: How can I resolve this problem? Thank you in advance for your answers!
Hi, We used our own Thingworx server last year. Our company bought a new license and I changed ThingworxPlatform\platform-settings.json (remove old Activation IDs and add new). Then restart Tomcat. But when we try to add and save new user in server/Thingworx/Composer/index.html getting error: save failed, status: error message: Import Failed: License is not available for Product: THINGWORX_FOUNDATION Feature: twx_named_user Then I goes to PTC Licensing Tools, enter our Device ID and replace license_capability_responce.bin in ThingworxPlatform folder. Then restart Tomcat. When I tried restart LicensingSubsystem getting error: Restart on Subsystem LicensingSubsystem failed: error in application log twx_named_user_CHECK_OUT= 17.0 (I don't know what it's mean): askCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#, numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#, &
Hello All, I like to Configure the Mail Server Thing using Some microsoft exchange Server, So that it requires some SMTP Server and its Port. But i dont know how to get this SMTP Details for microsoft exchange Server. Can Anybody suggest some possible ways to do it. Thanks & Regards Sugumar .R
Hi Folks, Google map suddenly getting displayed at the bottom of the Mashup as shown in the attached snapshot. It was working a day back. I placed it directly in the row so as to make it responsive. On Load of Mashup --> issue occurs (All locations onto Map) On Selection Change --> works fine. (Selected record locations onto Map) Please suggest any resolution, if someone came across similar issue.
Hello, I am having 2 columns i.e. name, and Download URL. I want to store both values into Infotable. so I created a datashape with fields . name (String) , downloadURL(hyperlink) But, when I store values into Infotable ,only name get inserted , URL is not getting inserted. why this happens?
How can i go for creating Media entities and style definitions through service scripting?
Dear all,I need to parse the below XML ,Please teach me how to parse it,thanks.
Hi,I am trying to execute this REST API call in a javascript service and produce an infotable based on the returned value.here is the script code:var params = { proxyScheme: undefined /* STRING */, headers: undefined /* JSON */, ignoreSSLErrors: undefined /* BOOLEAN */, useNTLM: undefined /* BOOLEAN */, workstation: undefined /* STRING */, useProxy: undefined /* BOOLEAN */, withCookies: undefined /* BOOLEAN */, proxyHost: undefined /* STRING */, url: "https://www.imonnit.com/xml/SensorList/bWF0dGhldy5mZWx0b246V2VsY29tZTI1OENhcHVsYSE=" /* STRING */, timeout: undefined /* NUMBER */, proxyPort: undefined /* INTEGER */, password: undefined /* STRING */, domain: undefined /* STRING */, username: undefined /* STRING */};var params = { xml: Resources["ContentLoaderFunctions"].GetXML(params) /* XML */};// result: INFOTABLEvar result = Resources["InfoTableFunctions"].FromXML(params);this is the xml produce
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.