Recently active
Hi, I had query whether there is a way that I can call a service, only if another particular service is invoked, i.e. lets say I have a service 'A' and a service 'B'. I want my service 'B' to run or be called or invoked only in the case that the service 'A' is invoked. Within a mashup there is the service invoke trigger that can be used for this purpose but i need a trigger similar or the same to be used within a subscription to call a service. I do not want to use within the mashup I want to use this trigger at the back end or outside the mashup. Please let me know if there is any way for the same. Thanks in advance Srijith
Dear devs, I am currently developing a dashboard (mashups) with textboxed, bound to buttons that in turn call services. As for now, I show success/error message from another textbox. but I would like to beautify the design and therefore add some popup/snackbar to display messages. However, I could not find any widget to help me with this. Am I missing something? Thanks and best regards!
My Team have recently upgraded ThingWorx to 8.5 from 8.3. As a normal user, I am getting the above REST service failure: Unauthorised when I tried to create a new Thing using the Generic Thing Template. Is this a permission issue? If so, where and which permission do I need to get the admin to set? The error in logs is {Not authorized for ServiceInvoke on GetHandlerDefinitions in ConfiguredThing.} The admin have tried setting permissions for visibilities, run time and design time on the Generic Thing Template but it is not working.
Hello there, I need connect my EMS device (Raspberry Pi) to my Connection server (Also RPi). Is possible send data from EMS device throught CS to ThingWorx server? Is there also posibility to send REST? Thanks everyone
Hi, I have a service that outputs a JSON. The service is as simple as var result = { "ReturnCode": 0, "Message": ""}; However, when I called the service using POSTMAN, it returns { "ReturnCode": 0.0, "Message": "" } I tried parseInt("0") to output integer for ReturnCode yet it doesn't work. How to convert the JSON format from number to integer? Thanks.
Dear all, I want to send files which created on ThingWorx to another server. The flow is below and want to know how to do "2". 1. Create a file on ThingWorx. 2. Send it to another server. Kindly let us know.
Hi, I want to all of the service use a unified way of raise error message , so the the service will call the wrapped service like RaiseError service instead of javascript statement "throw new error" when raising error. The problem is that you can only find the line number of RaiseError service in the application log for any service while I need the original position where RaiseError is called . So can I get the call stack with information of line number so that I can log a more specified error info ? Regards, Sean
Hello, While trying to connect my Raspberry 3 B+ to Platform, i get this error when doing : sudo ./luaScriptResource : [FORCE] 2020-09-26 14:10:45,205 ./luaScriptResource: Starting up .... [INFO ] 2020-09-26 14:10:45,208 luaScriptResource:main: Encryption is disabled on the RAP connection. [INFO ] 2020-09-26 14:10:45,208 luaScriptResource:main: FIPS is disabled. [INFO ] 2020-09-26 14:10:45,209 ./luaScriptResource: New path is /home/pi/Desktop/microserver/etc/thingworx/clibs:/home/pi/Desktop/microserver/etc/custom/clibs:/home/pi/Desktop/microserver/etc/community/clibs:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [WARN ] 2020-09-26 14:10:45,210 ScriptResource::initialize: Encryption is disabled on HTTP Server. [ERROR] 2020-09-26 14:10:45,210 ScriptResource::initialize: Failed to get HTTP Server authenticate configuration. [ERROR] 2020-09-26 14:10:45,210 ./luaScriptResource: Error initiatizing script resource [ERROR] 2020-09-26 14:10
I have tried with login by organization URL but when I log in with any user it will show me a blank mashup I have one organization name as "rezone" which under there are sub-organization which shows I below image Each organization unit include it group which contained many users, SuperAdmin - super admin group Admin - admin group Trainer- trainer I want to give visibly permission to each group so that whenever I am login with any user it will show his related mashup after login. EX. If I log in with super admin user I want to show the super admin dashboard mashup after login same when admin login I want to show the admin dashboard mashup and, when trainer login I want to show the trainer dashboard mashup. How will I achieve this? please suggest( I'm using Thingworx 9.0)
Hello, i have one mashup which shows number of programs. now i want to show status of program which shows how many time is remaining to start the program, and to show ongoing program, through the service....Please refer the below attachments for better understand
Hello, I want to give boarder to popup window ,it is possible to give boarder to popup window??Please refer the below attachment. Thanks in advance
All - I need some help making a Toggle widget larger to support mobile design. I'm wanting to make the size of the "rectangle" larger and it looks like CSS is the only option. My problem is that I do not know what to do in the CSS to make this happen. Any help would be appreciated. Toggle Size needing to make larger. Note, the "Partial" button at the top of the image is about the size of a finger tip on the mobile. I'd like the toggle to be the same size. Below is some CSS I'm trying. I know little about CSS, so any help is much appreciated. Also, it's important to note that this is all embedded in a Collection Widget. Thanks for the help.
Hi All, Is there any widget/way to implement rich text in Thingworx mashup. Previously it used to be there in HTML textarea widget, but I think they have removed this functionality in Thingworx 9 for HTML textarea. Expecting something similar to Below screenshot: TIA. Omkar
I have been trying to import entities that were made in the composer to the extension project that I am building in Eclipse, Now when I import them in Eclipse they do show up under the entities folder on the project. But when I create the extension from eclipse and I import the zip file in the composer everything goes well but the entities that were imported into the project are not created in the composer. Only the entities that are part of the java code in eclipse are created in the composer. Is there a way for me to import entities as XML in Eclipse and have the them be part of the extension so when ever the extension is imported into Composer the entities are created? Appreciate any pointers as I am stuck at a dead end here.
Hi team, Can someone help me with the creation of scheduler. I am able to create it but I need to know what needs to be put in "schedule" field. By default, what is the time interval for which the scheduler runs and how to configure it? Thanks and Regards,
Hello, I want to show how many time is remaining to start program for this How Do I add running status of program through service??please refer the below attachment Thanks in advance
Hi, I'm New to PTC and this kind of technologies. Is it possible to make connection between Trial version of Thingworx iot foundation and Trial Vuforia studio. The Thingworx iot foundation which i'm using is 30 day hosted(cloud) trial version from "https://developer.thingworx.com/en/profile/hosting" and where there is no any login option, and we can use it as a 30 day trial for a guest. The vuforia studio i'm using is a 30 day trial version locally downloaded("http://localhost:3000/" ),where i'm loginned with my PTC credentials. I think this is the exact reason why i cant get my ioT data in vuforia studio. So if any body have the idea about how to import my iot data from thingworx to vuforia studio please help........And i'm expecting a fast response because the days are counting..hehehe..(trial version)
I've noticed that I lose data when stream entries are added very rapidly. This occurs due to the entries being added simultaneously in different threads. The stream cannot have data with the same timestamp, so only one of them gets added if there are multiple entries being added simultaneously. To prevent this from occurring, I've added random milliseconds to the timestamp. However, when so many entries are being added simultaneously, I lose data since the simultaneous entries still seems to occur even with the random milliseconds. Is there a better way to add stream entries without losing data? var timestamp = new Date(); timestamp.setMilliseconds(Math.floor(Math.random() * 1000)); Things[StreamName].AddStreamEntry({ sourceType: undefined /* STRING */, values: values /* INFOTABLE */, location: undefined /* LOCATION */, source: me.name /* STRING */, timestamp: timstamp /* DATETIME */, tags: tags /* TAGS */ });
Hi, Where can I download the lastest protocal adapter toolkit(PAT) ? Which thingworx platfom version does it supports now ? I latest document I can find is 1.5.1 from here , but it seems the highest supported version is 8.5.0, my customer is current using 8.5.5. Where can I find the latest document of PAT ? The help center has link about it , but the page of the link doesn't has information of PAT Regards, Sean
Hi, Is there a way to set thing shape with rest api as we set thing template? I tired with "thingShapeName" in the Request body of create thing rest api but its not working.
Hi I have a use-case wherein I want to have multiple state formatting operators in one widget only depending upon the value. For eg If 0 >=value<= 30 == Green, 30 > value <= 70 == Yellow and value >= 75 == Red. If the value is set to 80 the progress gauge should visualize all three colors at the same time. Please find attached image of gauge widget for reference. Is there a way around to achieve the same with a Progress gauge? Thanks
Thingworx has the Google map widget, but i can't use it in my region. I want to use another Baidu or other map, but i don't know how to do. Who has good method? Thank you very much.
Hi Team, Can someone help me understand where an organization is useful in thingworx? If I am not wrong, I need to remove the permissions of a thing under an organization. Can you please let me know more information on adding and removing permissions to a Thing. Thanks and Regards.
Hi Folks, I have a created a Workflow Thingworx Trigger and corresponding 2 subscriptions getting created for that Trigger.One will be "me" and other is Custom defined. But whenever I'm trying to Export application build(including workflow) to another TWX server,one of the subscription getting deleted automatically. Below is the scenario: 1. Two subscriptions created once a Thingworx Trigger is created in Workflow. One of them is "ME". 2. Whenever this Workflow migrates to another Thingworx composer,the Custom subscription gets deleted automatically. And I would have to edit or run the workflow trigger to generate it again. Is there any kind of setting/configurations need to be taken care of or its a default behavior of TWX Workflows whenever there is a migration? @paic @slangley @ttielebein
Creo Insight Extension:Problem failure to define the Force_Sensor_A.prt parameter Tank you
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.