Recently active
Hi, Is it possible to give design time and runtime permission to a user via java script snippets or ME? And is it possible to add the created user in an organization via script? Please provide some idea. Thanks, Shalini V.
Hello, I am on a 30 day trial account and following this guide. We are trying to connect a raspberry pi with the hosted ThingWorx server. The raspberry pi is running the edge microserver and the lua script. The problem we are facing is that the Lua Script Resource is failing to communicate with the Edge Microserver. The EMS(edge microserver) was working, but the LSR(Lua Script Resource) hanged with the quickstart guide's files. Adding minimal security to both of the config files seemed to fix this issue. Now the issue seems to be that the LSR is unable to communicate - get or set properties on the server. Running the LSR yields the following output: pi@raspberrypi:~/Project/microserver $ sudo ./luaScriptResource[INFO ] 2018-12-05 12:01:57,180 ./luaScriptResource: Using config file: /home/pi/Project/microserver/etc/config.lua[FORCE] 2018-12-05 12:01:57,180 ./luaScriptResource: Starting up ....[INFO ] 2018-12-05 12:01:57,185 luaScriptResource:main: Encryption is e
Hi to all.When I connect to TWX by typing "localhost" in the web address field - everything works fine. But if typed "<local hostname>" I see a blank page. ThingWorx asks me credentials in both ways. <local hostname> = demoiot Windows 10 Java 1.8.0_92(64) Tomcat 8.5.23 [tomadmin/PostgreSQL 9.4.21ThingWorx Platform 8.3 Some more info: pg_hba.conf host all all 0.0.0.0/0 trusthost all all ::/0 trust postgresql.conf listen_addresses = '*' \webapps\manager\META-INF\context.xml comment strings <!-- <Valve className="org.apache.catalina.valves.RemoteAddrValve"allow="127\.\d+\.\d+\.\d+|::1|0:0:0:0:0:0:0:1" /><Manager sessionAttributeValueClassNameFilter="java\.lang\.(?:Boolean|Integer|Long|Number|String)|org\.apache\.catalina\.filters\.CsrfPreventionFilter\$LruCache(?:\$1)?|java\.util\.(?:Linked)?HashMap"/>--> platform-settings.json "PersistenceProviderPackageConfigs": { "PostgresPersistenceProviderPackage": { "
The "IndustrialGateway" Thing Template has several of its properties logged, which is resulting in our "value_stream" database table getting loaded full of needless data (for our use). Is there a way to turn this off, or is the solution to create a schedule job that purges this data? This is mostly a problem on our dev environments that are using MS SQL Express.
Hi everyone, When I use the realtime service under the Analytics_PredictionThing, I see result but when I try to use service on a custom thing,I don't see result because it fails with this error : Type Check Exception. The row failed to evaluate due to Unexpected value(s) found in the record. My release is 8.3.2 Anyone could you help me? Please find image attachments. Thank you so much
Textbox accepting 50 characters only Textarea also accepting 50 characters only. 1)While i insert beyond 50 charcters, The record is not inserting in db itself. If so having any limit? 2)Then What is the difference between textbox and textarea? Thanks in advance
Hi, I got the requirement from a customer: "The data stored for query remain 3 months, then the data is regarded as "cold data" , user can still query it , but the data should be moved(not removed) to somewhere, like archive database or data warehouse. So that the "cold data" doesn't affect the query performance. " This is something like life circle management of data and it's necessary for the time-series data I think , like value stream or stream. Does thingworx supports it natively ? I mean the the archive database and archive strategy can be specified during deployment and developers don't need to care about querying data query from archive database or live database. Regards, Sean
Hello community, For my current project, I need to implement a OPC UA server on top of a Kuka robot and stream the process data to Thingworx composer. What would be the best way to implement this? Is there a OPC UA client implementation for Thingworx Composer that I could connect to the server? Thanks a lot for advise!
Hi, I am looking for extension - RemoteAccessExtension:0.0.0 for download. Please help. Thank You !!!
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
Hi , I knows there're several pre-built manufacturing apps extensions. Are these apps for production or demo ? What are the marketing positioning of these apps? Should we suggest the customer to use the apps if it meet there needs , let's 70%~80% ? I notice the customized guide doc for the apps , but I still feel not so confidence for the customizing. Is there any plan to publish the source code of the apps so that everyone can use it as a prototype for quick development ? Regards, Sean
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.