Recently active
Hey, I'm new to Thingworx and I was studding on how to use the CWC extension and got a problem and few questions about it.Firstly the problem,1. I'm trying to execute a work instruction created on CWC, I’ve done all steps and when I’m trying to start the work instruction from the execution tab, I’m getting the error "Serial number already started on another station of the same work cell". I'm the only one using the system and never started any work order. 2. Also when selecting the work station on the plant I’ve created based on the explanation on how to fill the spreadsheet, it show an error that "equipment 'bottling machine 1' is currently in use by .". Any ideas on where's the problem? Then to the questions,1. I've seen on another post here that I need to configure ProductionEventQuantity and WasteEventQuantity values to a work station, there is any way to see that on the UI? All I see on the equipment tree (Configuration: Equipment page) is name, Equipment
Hi, Am trying to load a pdf file directly from the local directory using hyperlink, when the hyperlink clicked I wanted that file to be displayed on a new tab. url : file://abc.powerdrills.com/Works/1243/pdf/1243.pdf when I embed this url in link widget and try to hit, nothing happens.then I used button to trigger link but the new tab comes blank.Above mentioned url is accessible thru browser if I copy to browser directly. How can I load this file from local server to thingworx application? I even tried to read as binary but no luck, am getting error in the url. please help here thanks,John
I need to install Thingworx Foundation using an already existing persistent DB (both Foundation and DB are at release 9.5.0). Ideally, I would be able to run the Foundation installer and point it to the already existing DB. It would see that the DB is already set up and bypass the initialization steps.
is it possible to install ThingWorx 9.4 on Windows Server 2012???? -------------------------------------------------------- Translated the text from Portuguese to English using google translate. By Community Moderation Team. Old Subject: ThingWorx Instalação Requisitos de sistemasOld Subject: é possível instalar o ThingWorx 9.4 no Windows Server 2012????--------------------------------------------------------
Hi, I need to move a json file from thingworx repository to another server(non thingworx), is there an option to do by thingworx services? thnaks,John
Hi Community team, I have two widgets one date picker and another one button to come up in modal popup but the css i have applied is not visible there which is showing up when I'm normally opening the popup mashup as in not from navigation. version is 8.5.7 Thanks,Shraddha
Hi, I was working on the Line Chart. I don't see many options to remove the extra padding and space in the LineChart and the Reset Area in the Line Chart. ChartType: Area ChartThingworx version: 9.3.6 Thanks,
I've been utilizing a "Mail Server Thing" to send emails on a 24-hour schedule. Lately, I've encountered issues with some emails failing to send. It appears that the code lines are executing properly, but certain schedules aren't triggering, resulting in missed emails. I'd appreciate assistance in tracking the behavior of the SMTP for each schedule. This way, I can log the activity in the ThingWorx log file for auditing purposes. Thank you in advance for your help.
Waites protocol implementation in thingworx and its compatibility
This is my Query which returns the result in Infotable. SELECT COUNT(*) AS TotalCount FROM dbo.ML1QualityDataTable WHERE lineName = [[lineName]] AND CAST(qualityCheckTimestamp AS DATE) = CAST(GETDATE() AS DATE); Result of Query: Now here is my service which executes the above service and get the result but here i am unable to get the result as an output. How to read this output of query from the JS service. Mydatashape contains only one field named TotalCount of infotable type. let mergedInfotable = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape({ infoTableName: "InfoTable", dataShapeName: "V2.TotalCount.DS" }); let ab = Things['V2.MYSQLDatabaseController'].SQLQuery_GetTodaysEntriesCount({ lineName:'ML1' }); let a= mergedInfotable.AddRow(ab.rows[0]); let result=a; logger.info(ab.rows[0]); i get this error:- Error executing service ComputeKey. Message :: Unable To Convert To Val
Hi,I uploaded a font-family into System Repository and use that in CSS to change the font-style of my labels. But this only works for users with administrator rights/permissions. What must be done to apply the css (which refers to the SystemRepository/fonts) for non-admin users?Please refer to the attached CSS image.
Hi,We have a mashup where we are navigating between some of the items in the menu with the help of different clicks in other mashups (the navigateion function). When navigating this way, the menu item that you are on are not being selected. The menu items are neither selected when refreshing the browser window. I have found out that the items are only selected when directly clicking them. So my question is, is there a way to select menu items programatically, if not, can someone explain what are triggeringt the selection in the first place? From what I can tell the selected attribute is added to the item. Kind RegardsOskar Berntorp
Hi, I have two OPC clients (both support DA and UA) which I would like to connect via an existing KepServer instance with OPC connectivity suite installed. What is the best practice here to create/add the OPC tags to KepServer. My initial thought of using simulated tags (without a simulation function) and connecting both OPC clients with the KepServer Simulation Driver works, but I am not sure if this is the best way for production environment. Could you assist me on this?
i want to connect kepserver ex6 opc ua whith indusoft 8.1 and i get this error in the last step , can anyone help ?
Hi,I am trying to create a Remote FileTransfer Thing. I have created the program in the .NET C# sdk. I have also created the thing in thingworx. It can connect perfectly but my service SendFile and GetFile are not found. The output in the service execusion window says " Unable to Invoke Service GetFile on FileTransfer.Thing : null". In CMD it says that Error in VirtualThing processing of Service request from Platform. Service Handler For [GetFile] Does Not Exist On Thing [FileTransfer.Thing] EntityName: FileTransfer.Thing ServiceName: GetFile.From what I can see the service definition is correct, I have attached necessary files.So. I wonder if someone could explain what is wrong here.Kind RegardsOskar Berntorp
Hi Developers, I'd like to convert blob data to string and convert to string data to blob. may I get your help to do the above ? let blob_data = LoadBinary( { path : "/image.png" } );//convert blob data to string to write it to SQLlet str_data = {something function for the conversion}
Hi,I have a service that I am utilizing to save files, I have a remote thing written in C# calling it. Among the fileName and type, I also have the fileData as a parameter of type string, this string is a base64Encdoded blob (byte array).When I run the base64Encoded byte array througth base64DecodeBytes, I get this error: JavaException: java.lang.Exception: Unable To Convert From org.json.JSONObject to BLOB Basically, I am doing something wrong, how do I decode a base64 string into it's underlying byte array so it can be saved with saveBinary? What I think is odd is that the error talkes about a json object, when the FileData parameter is a text type and is a base64 string, When trying to send the byte array as a string in the json request and sending the file into the saveBinare function, I get this error: JavaException: java.lang.Exception: Invalid lengthKindlyOskar Berntorp
I am trying to integrate Codebeamer with slack and in the process the bot user token is showing invalid. The slack team has confirmed that the token is valid and that the problem is from the codebeamer side. Can someone please help me with this issue. The token is showing invalid in codebeamer for me.
Hello Community, I was wondering if there is any way of "showing" linnear regression in a chart line? I can only find the "HideLines" property on the line chart (scatter plot type) widget. Here is an example using the g2plot library for further explanation: https://g2plot.antv.antgroup.com/en/examples/scatter/scatter/#line Regards, Jens C
Hi, I am working on a Thingworx and One Drive Integration. Do we have an extension with Thingworx to integrate with One Drive or a way to do it? Thanks,
Hello, I want to add property values of a thing to an infotable/datatable thing in ThingWorx,For Eg: I have a datatable with a datashape having three columns(column 1, column 2, column 3)also, I have 3 properties (column1Prop, column2Prop, column3Prop) I want to add these properties as a Row to the datatable. Can anyone help me please. Thanks in advance. Regards,Aditya Gupta
Would like to know if the below service can be called to assign members to the user group. I am getting error saying members is null when try to execute it. /Thingworx/Groups/Sample_Group/Services/AssignMembers.Can give code snippet for the same?
Hello Thingworx community,I would like to share a library to communicate via HTTP REST protocol an ESP32 using Arduino IDE and Thingworx. This library can handle both GET and POST methods to communicate with a "parser" service on the created Thing.https://github.com/dvelaren/ThingworxESP32This "parser" service needs to be implemented inside a Thing on Thingworx platform. It will receive as inputs one or more Strings and it will convert to float each input and store it on each Thing property like shown below. me.Temperature = parseFloat(inputVar1); me.Humidity = parseFloat(inputVar2); I hope it can help you with your ESP32 projects. Leave me a star on github if possible.
Can we get the data from OPC aggregator where in OPC aggregator we need to connect OPC UA servers.Please suggest the workarounds to get data from OPC Aggregator to Kepware. Also please let me know where can I download the OPC aggregator.
I am trying to switch between None and Multiple row selection type of the grid widget, based on an expression output. But I do not see any change in the grid selection even after calling the expression and sending "Multiple" as output to the RowSelection property of the Grid widget.
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.