Recently active
Is style theme part of widget property .?
Hi there, I would like to use a normal thingworx button widget as a back button. This is for design reasons, because in a normal button, you can insert a custom icon.Unfortunately JS history.back() does not work in an expression. Does anyone know a way to do this without the back button widgets?Case no:In the back button widget is theoretically included in icon. However, this is white for me and I also do not get it visible. Does anyone know the parameter that sets the icon color? Thanks alot!
Thus I wrote a binary search tree in C that uses this struct: struct tnode { int content; struct tnode *left; /* left tree part */ struct tnode *right; /* right tree part */ }; My primary method: int main() { struct tnode *Baum = NULL; struct tnode *tmpPos = NULL; Baum = addelement (Baum, 32); Baum = addelement(Baum, 50); Baum = addelement(Baum, 60); tmpPos = searchnode(Baum,50); } So, in essence, this generates a Binary search tree with three components (32,50,60). According to this post, my searchnode function is intended to move a reference to the "50" so that I may delete it afterwards. My searchnode Method, on the other hand, only provides the pointer if the element I'm looking for is the root of my binary search tree.searchnode: struct tnode *searchnode(struct tnode *p, int nodtodelete) { if (p == NULL) { printf("Baum ist leer oder Element nicht vorhanden \n"); } if ( p -> content == nodtodelete) { return p; } if (p->content >
I have two servers running KepServerEX, LinkMaster and Redundancy Master. They are a redundant pair to ensure uptime. I am looking to upgrade these server's to a new OS (Windows 2019 Server Datacenter). I know Redundancy Master does not work properly on anything past Windows 2016. I am looking for options to replacing the functionality of these obsolete software packages. I am trying to avoid different vendors if at all possible. I specifically need the ability to write data from one PLC in the mill to another. Most of these are between ControlLogix Processors and I need to be able to get data into specific programs, which LinkMaster does easily. I use Redundancy Master to mirror DCS connectivity servers for KepServerEX and LinkMaster, so that if we have to take down one server in the pair, the OPC data can continue to be provided. The nice thing about Redundancy Master is that it is seamless to the other applications. I have looked though t
Hi Developers, I have a requirement to take 3 different data sources (1 label and 2 grids) and export an excel from it.I am not able to get csv with edited column along with its other original entire grid columns.Please provide service to achieve this, if someone has any.
ERROR: relation "system_version" does not exist_ Position: 128
Hello everyone This is my first time on this site. It's been 10 days since then, but I haven't been able to get a trial version of the program. How do I get a link to download the trial version of Thingworx Foundation 9.1 or 9.2 or 9.3? Who can tell me?
Hello , I am unable to connect ThingWorx with external DB . I am getting following error when I try to make connection.[L: ERROR] [O: E.c.q.l.c.Logger] [I: ] [U: Administrator] [S: ] [P: ] [T: https-jsse-nio-8443-exec-2] Unable to start thing TestDB, JDBC Driver Class Not Found: oracle.jdbc.driver.OracleDriver Any help would be appreciated. Thanks
Currently I have a Thingworx Platform installed and licensed on a server. I need to reset the server to factory default (reinstall the OS etc) , all data will be cleared. After that I will need to reinstall the Thingworx and get it licensed again. Am I supposed to remove the currently activated license first before proceed to reset the server? Is there any guide which I can refer to?
How to remove unwanted String that is displaying in excel file which is developed using java(Eclipse Plugin for ThingWorx Extension Development I am getting unwanted string at specific line number as for example : ??????????I am not passing this string "??????????" anywhere in the code. InputStream in=TestThingShape.class.getResourceAsStream("demo.xlsx"); I am not sure about where demo.xlsx is placed in the Thingworx server.Please help me over here.
Hi community. Does anyone can give me a hint on why am I getting "bad VARTYPE" as the item value on the Quick OPC Client whenever I try to read a tag on a Siemens PLC S7-1200 over ethernet. It is suposed to be a number
Hello, I need to use Thingworx and docker in an environment whose network connection is limited. In this case my automatic license verification obviously doesn't work. I need to ask network admin to unblock/whitelist specific URL and port. What URL and port is used to validate the license? I cannot find this information anywhere.
Hi, Is it possible to generate a random Boolean using the Simulator Drive?I would like to Simulate a Tag that's value will swap between True/False. Thanks Tim
Hello, I was wondering if perhaps someone on here knew why my overflow tooltips do not work:I can't seem to find any settings for it other than these:So if anyone could point me in the right direction, that'd be highly appreciated! Thanks,Jens
Hey Kepware Community, Come join myself and other Kepware Server Instructors in PTCU Virtual Lead Training.All Training | Search | PTC Learning Connector Chris.Just an old guy trying to make learning fun.
How to remove row on grid not deleted from data table
I have a windows server 2019 system in which I installed kepserver,PLCs and databases are connected to obtain information, lately the tags have a certain delay,I have not moved anything in the configuration but I wanted to ask if anyone knows why it happens or if the number of tags is limited or is it the capacity of my system Thanks for your attention
Hi,How we can do this in Thingworx ? Is there any OOTB ? Or any workaround.Pls help me to achieve this use case. Thanks,VS
Hi All, Wanted to understand what is the difference between KepserverEX and Thingworx Kepware Edge.Is there any advantage of using one tool rather using the other one. Thanks in advance..!!
I want to send a file uploaded in Thingworx file repository to Windchill temp folder, can someone suggest how can I achieve this on Thingworx (9.3). Thingworx and Windchill both are in different servers.Do we have any APIs for this?
Hi, How do I know what FQDN(Fully Qualified Domain Name) of my thingworx platform composer is? I am trying to switch thingworx web protocol from HTTP to HTTPs but struggling with finding FQDN to generate SSL certificate. Many Thanks Sai
Below line of code has been written in thingworx java extension in eclipseInputStream in = TestExcel_TS.class.getResourceAsStream("/TestExcel.xlsx"); where can I find TestExcel.xlsx in Thinghworx server. Please help me over here.
In ThingWorx is there a possibility for dynamic package creation in CI/CD process and publish it for deployment on Things?
Dear all,I am having an issue that the Thing's QueryPropertyHistory function does not return data if no data in the specified time period. But InfluxDB itself has the fill(previous) which can find the most recent value. So to resolve my issue, I have to run the InfluxDB to query data to ThingWorx. May I know if anyone know how to run InfluxQL in ThingWorx?
Does restart of the Thingworx server is required each time when make changes in the extension(developed using java) and remport it to the Thingworx server? please help me over here.
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.