Recently active
Hi Everyone, I use influxdb to save thing's proprierties as time series data. There is a way to store a property ad a "influxdb tag"? Why I need this? Example: I have three properties: productionId, temperature, humidity I want to query the database to retrieve the temperature and humidity where productionId is equals to a specific Id. I don't know if I explained it clearly but I hope you'll help me.
Dear devs, I am struggling finding the way to access a Network using the Java Eclipse SDK: I have a service with a Thing, which is correctly assigned by the context, and I can access the list of the Networks in which the Thing belongs using: thingNetworks = apiWrapper.GetNetworks(); Which returns an InfoTable with name and description of the network. I don't understand how can I use it to access the corresponding Network in the SDK, since based on the docs it only has an empty constructor associated to it. Thanks and best regards!
Hi, i'm trying to start a thingworx analytics docker and when it's trying to connect to thingworx core i get the error on the image. Can anyone help me please. I know it's related to WS(websockets) and something is blocking the requests, but i don't know how to deactive that block. Thank you.
Hi, I want to know if the ThingWorx server handle the events of virtual thing sequentially , and if yes, are the events handled sequentially by remote thing ? For example: --------------------------------------------------------------------- Virtual Thing VA <- connected to -> Remote Thing RA Virtual Thing VB <- connected to -> Remote Thing RB Time Statement Virtual Thing t1 queueEvent("DeviceDataScanned", t1, deviceData1)updateSubscribedEvents() VA t2 queueEvent("DeviceDataScanned", t2, deviceData2)updateSubscribedEvents() VB t3 queueEvent("DeviceDataScanned", t3, deviceData3)updateSubscribedEvents() VA t4 queueEvent("DeviceDataScanned", t4, deviceData4)updateSubscribedEvents() VB Then what's the receiving sequence of Remote Thing's subscription ? would it be the following ? Remote Thing RA: deviceData1 deviceData3 Remote Thing RB: deviceD
i am trying to visible dropdown by using generic radio button.
Hi, having an issue reading a csv file from a repository on Thingworx using the CSV Parser function ReadCSVFile(). The file was written to the repository using the WriteCSVFile() passing in an infotable. It returns an empty table and I can see the error message: JavaException: com.thingworx.common.exceptions.InvalidRequestException: Unable To Open [/Notification Config/CIJNotificationConfigTable.csv] in [XXXX.FileRepository] : Unable To Convert From java.lang.String to INTEGER #28 After investigating the issue appears to be that the order that the columns are written to the csv file are different to the order than defined in the infotable datashape. So when I try and read it back using the datashape it fails. If anyone has any idea why it might write it out in the wrong order that would be helpful. Failing that, can I use the 'columnMappings' parameter to sort it? If the answer is yes, does anyone know the format that the parameter should take and whether or not i n
Hello, we are displaying a SSRS (SQL) Report in a Mashup in ThingWorx by using its URL. Our construct works fine so far as follows: - main mashup: on the left side: a tree widget which shows a network of several Things on the Right side: another "embedded mashup" which shows a table, containg an info-table with a field "URL" of the type "hyperlink". &nb
Hi, I was able to successfully set up EMS and LSR on the same device (raspberry pi) and send data to Thingsworx. However, when I tried to set up EMS and LSR on two different devices, I am not able to bind/connect the device running LSR to the device running EMS. I have attached the screenshot of the config.json,config.lua and error received while running wsems and LuaScriptResource for reference. Kindly appreciate your assistance. Note: In the given screenshots 192.168.137.151 is the ip address of the device running EMS and 192 168.137.150 is the ip address of the device running LSR. Thanks. Vijay
When you create a model in thingworx, is there a way to see how long it will take to run? I know, the more data, the longer it will typically take. But, I get a running window and it could last 60 seconds or 60 hours. I have no idea. How can I see this information?
Hello , I have added generic radio buttton on Thingworx 9.0 version, after click on generic radio button can I visible label or text field widget ??
Hi Experts, I have upgraded on Mashup manually from TWx Ver 8.4.5 to Ver 8.4.11. I found the Generic Radio Button Widget is removed in TWx Version 8.4.11, and hence I have to achieve the similar functionality using simple Radio Button Widget available there, with help of available State definitions. I put same Group name for all buttons but not getting any hint how I could use previously defined State Definitions to work similar like old Generic Radio button Widget. Requesting your valuable suggestions. Attached screenshot for your reference here.
Hello all, i want to have a Thing that implements a ThingTemplate and various ThingShapes with exclusive permissions, i.e. a "ProjectAdmin_ThingShape" that provides services only available to users within the "ProjectAdmin" Group, a "ProjectSupervisor_ThingShape" with services only available to members within the "ProjectSupervisor" Group etc. When i set the permissions, users with access to the implementing thing were still able to execute any services from the implemented ThingShapes. Is this desired behaviour or did i miss something? I need cascaded permissions, so the thing is already instantiated on another permission restriction and if i had to instantiate the things for each of the groups mentioned above, the complexity multiplies. The access "should not" be possible on a mashup level anyways, but for security reasons i want this properly modeled with the Thingworx permissions framework. Thanks for your help.
Dear Developers, I am trying to use the method in the subject, but I am unable to. Checking the documentation, this is the signature: public void UpdateDataTableEntry(TagCollection tags, Location location, java.lang.String source, java.lang.String sourceType, InfoTable values) throws java.lang.Exception And all the fields besides tags and values are optional. I am wondering what optional does mean in this case (null value?) as this is the only signature available. I have built the values like this, as an example: InfoTable values = new InfoTable();ValueCollection row = new ValueCollection(); row.SetIntegerValue("id", id); values.addRow(row); and I am not sure about what is the purpose of the tags in this case. Thank you!
Is is possible to generate a multi line message for the status message widget. Looking to display a number of status messages i.e. error 1 error 2 I have tried inserting the new line character (\n) but the widget still draws on a single line. If I output the same text to a text area widget it does display on multiple lines Thanks in advance K
I have a menu linked to 3 mashups. Within a mashup, I have a boolean property that gets triggered when a certain value is hit. I currently have this turn red within the mashup but is there a way to get my menu item to turn red if the user is not currently looking at this mashup? For example, on the image below, can I get the Data3 menu item to flash red or turn red when this boolean property is triggered? And if so, how?
Dear community, I would like to perform the activity I have written in the subject, and by looking at the documentation it looks doable. However, I have some issues: I have created a DataShape and a DataTable in the composer, and exported them via the "Export" option. I have then imported them in Eclipse (Right click on Extension Project -> Import -> ThingWorx -> Entities and the .xml files are imported correctly in the project. After this, I am not sure on how to proceed, since the import option does not cause the creation of the corresponding Java classes, or the entries in the metadata.xml file. By following tutorials/documentation, custom services should be created in the .java class of the related entity. Should I perform those manually, and then map them to the entities I created? I hope my question is clear, but feel free to ask for more details. Federico
Hi, there! Documentation only shows a partial list of available entity types and also a partial list of the available characteristic collection types. Where can I find the full list of both, available entity types and available characteristic collection types? Regards, Nahuel
Hi all, I need to know the execution history along with input parameters of a service in thingworx. Can you please help me. Thanks and Regards,
Hi team, I am using value display in thingworx 9.0 which is used to show uploaded image on the mashup. When I choose the image by using a file upload widget, the image is shown on the value display but when I hover a mouse cursor on the image it will display error like a tooltip, I don't know how to remove this error. Please check the below picture the error shown in green color. Please suggest me how to remove this error.
Hi, I am new to Thingworx and developing an application to upgrade the firmware remotely in the connected devices. Is it possible to use Thingworx REST APIs to do it? Thanks in Advance Sree
Hello everyone, I am trying to import an extension, and I keep getting the error I wrote down in the Subject: "Entity Import Not Supported for File Type: .zip" this happens with any extension, also the one build in this tutorial. The only thing I have done differently is the Gradle build, which I carried out via Command Prompt, but the error shows up also if I use the pre-built .zip file in the tutorial files. I am using a 30-day cloud trial now, so I wonder if this could be a limitation of the trial. Thanks and best regards!
Hello, I'm currently having trouble with my custom authenticator: each time a user logs through it, a new session is created. My user reach my thingworx server (8.4.0-b2013) with REST call. All the process of the authentication works fine but a new session is created with each request. After some investigation, I think only having the cookie served by thingworx across tomcat allows to find the active session. However I don't use the cookie as it would bypass my custom process of authentication. It seems x-thingworx-session equals to true or false doesn't change anything Maybe there is a way to find the active session without cookie I know I could limit the maximum number of session per user in configuration, but my goal is to use data stored in the session, so even if I limit the number, a new session would be created and I will lose data already stored Any ideas?
If my mashup builder starts to get cluttered with services / params / etc., I like to use the bindings UI to pick sources for my service params. However, I noticed that there is no way to source User Extensions or Session Parameters on that UI. Am I missing that somewhere?
Hi everyone, I'd like to change the chart bar width, but I dind't find any property to do it. I think it's possible by CSS code, but I don't have knowledge abou it. Can anyone help me? Follow the image below: Regards, Leonardo
Dear experts, I am getting the error message you find in the subject while calling APIs under /Thingworx/Resources/EntityServices, while I have no issue for /Thingworx/Things. Checking previous posts I have seen that this looks like a common error when visibility rights are missing, but I am not sure of what the minimum requirements are (i.e., if it's enough to assign rights at the APIKey level, or if you need to create an Organization and/or UserGroup). Thanks and best regards!
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.