Recently active
I have recently signed up as a partner. When I go to download software there is no option for Thingworx Foundation. Do you usually use the trial version then apply the full license? If not where can I download the full version of Thingworx Foundation from? Where do I obtain Thingworx Flow? Is this included in Thingworx Foundation? Or is it a separate install like Thingworx Analytics? Thanks!
Hello All, Last weekend Brazil should have entered Daylight Savings Time but it was canceled earlier this year by the government. After that, some services that use times are very strange. For instance, this simple javascript code that returns the epoch timestamp: time = new Date ("2019","09","25","0","0","0");time_ms = time.valueOf(); result = time_ms; This returns the following result: 1571968800000. Converting this epoch value to date time using https://www.epochconverter.com/ gives the following date-time: Thursday, October 24, 2019, 11:00:00 PM GMT-03:00 which is offset in 1 hour from the time inserted originally. Using the same code on an online javascript editor such as https://playcode.io/ gives the result 1571972400000 which gives the correct date. The time on the client-side and the server-side are correct. Any thoughts?
I created a chart mashup application using the Time Series Chart widget. Currently I am querying data inside the mashup containing the chart widget and feeding it into the chart. Some of my use cases may need the data queried or filtered differently, so it may be more useful to pass in the InfoTable of data into the mashup as a parameter. My question is whether it would be feasible to pass in the 16 InfoTables of data (max pens for Time Series Chart widget) with potentially 100s or 1000s of data points each? Are InfoTables passed into Services and Mashups by reference or by value? Or in other terms, Is a local copy of the InfoTable created when passed into a Service or as a Mashup parameter? This information will help determine memory usage and effects.
Hi, hoping someone might have a solution to a problem we are having when applying the license bin file on startup for a linux server. It looks like it gets the license file, but fails to start up. We are running the start up as root to test. Below is the errors we see in the application log 2019-11-04 19:48:00.571+0000 [L: INFO] [O: c.t.s.s.Subsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Starting Subsystem [LicensingSubsystem] 2019-11-04 19:48:10.421+0000 [L: WARN] [O: o.a.h.c.p.ResponseProcessCookies] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Invalid cookie header: "Set-Cookie: visid_incap_1771292=fQXYN9JSTxC+vZ2H074m93mAwF0AAAAAQUIPAAAAAACIdU6MhoTtktTrSVr45uS5; expires=Tue, 03 Nov 2020 10:54:13 GMT; path=/; Domain=.ptc.com". Invalid 'expires' attribute: Tue, 03 Nov 2020 10:54:13 GMT2019-11-04 19:48:18.462+0000 [L: ERROR] [O: c.t.s.s.l.LicenseFetcher] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Unable to process capability response be
I use trial version. I want to connect Studio and Composer So i use Studio's Experience Service URL https://9aar5zbs.studio-trial.thingworx.io and composer is https://9aar5zbs.studio-trial.thingworx.io/Thingworx but academic simulator didn't work.. Any tips? Thanks in advance
Hi, I am using ThingWorx 8.2 and suddenly the license got ignored. I generated a new license for my device id and deployed it again. But it ignored the license again. Please help me to resolve this issue. Thanks, Shalini V.
Hello Experts, Good Evening...! I am looking for a method to link the Chart widget or another mashup to the values/parameters available in the Advance Grid containing info table data. Want your suggestions how I should get it done. FYI I am at beginner level about TWx platform
We have an old version that we cant get up and running again.Version 7.4 running on Ubuntu 14TLSI'm now trying to build a new server and restoring/moving data from old to new.Steps I've taken:Have a new server CentOs 7 with Postgres. Thingworx 8.4.2 installed and working. Can login to Thingworx composer etc.I then copy the folders related to Thingworx from the old server to the new. I also export the data out the old server with pgdumpOn the new server I recreate the DB with the scripts provided in the install directory. I then import the pg dump file into the new server.When I start tomcat I cant access the website.Error:503 Service UnavailableBack to composer.
Hi All, I want to create website like menu similar to screenshot below using thingworx mashup. I had tried creating the same using thingworx widget like (tabs). But the look and feel of the mashup created using widgets is not the same.Please let me know if there is any other widget which I can use or I need to create a custom widget or any other approach which I should follow.
I am trying first time to connect RPi to TW, but it is giving the following error. followd this course: https://developer.thingworx.com/en/resources/guides/thingworx-raspberry-pi-quickstart/launch-ems [FORCE] 2019-11-07 07:58:52,435 ./wsems: Initializing EMS ....[FORCE] 2019-11-07 07:58:52,435 main: Using config file /root/microserver/etc/config.json[INFO ] 2019-11-07 07:58:52,435 ./wsems: Creating the WsEms proxy.[INFO ] 2019-11-07 07:58:52,436 ./wsems: Starting HTTP Server.[WARN ] 2019-11-07 07:58:52,436 Main: Encryption is disabled on HTTP Server.[WARN ] 2019-11-07 07:58:52,437 Main: Authentication is disabled on the HTTP Server.[INFO ] 2019-11-07 07:58:52,437 ./wsems: Initializing the ThingWorx REST interface.[INFO ] 2019-11-07 07:58:52,438 wsEmsProxy::initialize: FIPS is disabled.[INFO ] 2019-11-07 07:58:52,438 wsEmsProxy::initialize: Encryption is enabled on Web Socket connection.[FORCE] 2019-11-07 07:58:52,450 httpServer: starting http server port=8080[WARN ] 2019-11-07 0
Hello Guys ... I'm hardly try to support this plattform in my company ... and currently i'm working since 4 Weeks with 8.2 and switching to the new version. I've found allready 6 bugs 2 of them are fixed in the newest version... Even the "Menu" Logout button cant have and Icon... srsly ... It is realy hard to work and be positive .... And the pinted topic is ... experience with Wiki ... Guys this is an IoT Plattform please do the basics before talk about wiki
Hi, We can create and set remote binding programmatically. But how can we set property attributes such as "Start Type", "Cache Method" and other parameters related to remote property. I have attached the image for better understanding. Also, I have shared the code which I tried. With regards Yedukrishnan var aspects = {"industrialDataType": "Short","tagAddress": "Channel1.Device1.tag3","scanRate": 1000,"tagType": "Static","readOnly": "true"}; var params = {propertyName: "PropertyTag" /* STRING */,pushThreshold: 0 /* NUMBER */,aspects: aspects /* JSON */,foldType: undefined /* STRING */,sourcePropertyName: undefined /* STRING */,timeout: 0 /* INTEGER */,pushType: "VALUE" /* STRING */,cacheTime: undefined /* INTEGER */}; // no returnme.SetRemotePropertyBinding(params); With regards Yedukrishnan
Hi, Can anyone please tell me how to pass selected data from thingworx collections to another mashup or widget.. Thank you in advance 🙂
Hello,I'm in need to raise events (ThingworxEvent) from my extension. They are triggered from separate threads. My question is: what is preferred security-context: super-user (via SecurityContext.createSuperUserContext()), system-user (via SecurityContext.createSystemUserContext()) or something different? Is there a general rule?Regards,Marcus
Hello Guys, could you provide some github links to unofficial extensions? The Marketplace is poor ...
Hi all, I'm trying to use window.print() command in expression but I'm getting error as "You can't use window in an expression". Is there any possible way to use window command in expression/validator ? Thanks in Advance. Regards,VR
Hi, I am making Thingworx HA. I was able to run the Zookeeper server from command prompt on Windows.I would like to run as a background service instead and also start automatically without start manually or Login system.I was able to create the service using below command.sc.exe create ZookeeperService binPath= “C:\zookeeper\apache-zookeeper-3.5.5\bin\zkServer.cmd Service is created but it is not started and an the getting error. Please refer the attached screenshot Could you please help on how to run background service. Thank you in Advance. Latha
Hey folks, since I'm pretty new to the Thingworkx development stuff, I wanted to ask you for help. I created a data table mashup by using the standard templates, etc. Now I want to add data to that mashup by using Postman (e.g. accessing the "Add/Update" button without using the Thingwork Dev Portal) and I don't really know how to access the mashup since it doesn't open up in a new tab. I hope you can help me a bit since I don't really know how to proceed for now.... Thanks in advance. Here I have a screenshot of the data table so you can maybe imagine better what I really want to do:
Hello,I am just a beginner of the ThingWorx platform. Does thingworx provide any facility to send alert messages via SMS or email? If yes then how?
Hi Can someone help me converting base64 code into images? I have check a similar post on this but that will use HEX code. Please let me know if we can acheive this ?
I have TWX 8.5 with MS SQL server as persistent (model and data) provider. Created a VS with MSSQL persistentprovider. Created a thing with 2 integer properties with logged option, data change type as Always. I tried to add property values, but the message in log is seen as below: ###################################################### 2019-11-02 17:24:48.658+0530 [L: ERROR] [O: E.c.q.l.c.Logger] [I: ] [U: SuperUser] [S: ] [P: ] [T: pool-3-thread-1] Unable to write entry in stream [VS] from source [TestVSThing] at 2019-11-02T17:24:20.236+05:30 [com.thingworx.common.exceptions.DataAccessException: [2,006] Unknown error occurred. Contact the administrator if this re-occurs.] ######################################################### Please let me know if I missed any configuration for VS with MS SQL as persistent provider
I,m using Thingworx trail version 8.4, when using shape, value display, grid widget Renderer and State, State Formating not working, it says like "Must bind data to the property "Data" before configuring "ShapeFormatter"",
Hi, i need to do some time based calculations which are not well supported with "js" and thingworx. How can I establish moments.js into thingworx?
I have a label and I want to display different text for every 5 seconds to the same label. like "a" then after 5 seconds "b" then after 5 seconds "c".....is there any way to accomplish the task. I tried using setinterval but didn't work.
I wish sending local file to thingworx server pc. Is this right? invokeService has timeout so I confused copy function timeout. com.thingworx.types.collections.ValueCollection vc = new com.thingworx.types.collections.ValueCollection(); vc.SetStringValue("sourceRepo", "");//i don't know this vc.SetStringValue("sourcePath", @"c:\\test"); vc.SetStringValue("sourceFile", "test.txt"); //elide //elide invokeService(ThingworxEntityTypes.Resources, " FileTransferSubsystem", "Copy", vc, 10000); Copy public InfoTable Copy(java.lang.String sourceRepo, java.lang.String sourcePath, java.lang.String sourceFile, java.lang.String targetRepo, java.lang.String targetPath, java.lang.String targetFile, java.lang.Integer timeout, java.lang.Boolean async) throws java.lang.Exception
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.