Recently active
How do I purge data in the PostGreSQL database using retention, how do I calculate the number of tuples in the PostgreSQL database. In Thingworx version 8.5, the OA_OpertorAdviso-extension existed, which provided the PurgeOldProperties service and the GetVSTuples() service. Does something similar exist in Thingworx Version 9.6? Where can I find it?BRDimitri
Hi PTC Community,I'm currently facing a peculiar issue in KepserverEX 6.15 while working with a specific .opf configuration file that includes a datalogger setup.Every time I open this .opf file, the "regenerate column mapping rules" area, under the Advanced Log Group settings, gets altered. The Yes/No choices are changed seemingly randomly.The rest of the configuration stays intact.The project itself is offline and being used to migrate settings from an older Kepware server to a new one.Has anyone encountered a similar issue?Is there a specific setting or migration step that could be causing this?Any troubleshooting tips would be greatly appreciated!
HI All Can I able to write OPC DA tags of Honeywell Experion DCS to Yokogawa Centum VP via Kepware Ex 6.5 software in the same OT network if yes how can i do the same.
Hello, When i'm filtering the things using the like filter which contains special characters, it's not returning any results. I have tried using escape characters still no result. Did anyone face this issue? How did you overcome this? var filterPattern = "Thingworx Navigate (TN)";var params = {inclusive: true /* BOOLEAN */,fieldName: "Organization" /* STRING */,t: Devices /* INFOTABLE */,pattern: filterPattern + "*" /* STRING */,}; var result = Resources["InfoTableFunctions"].LikeFilter(params); -thanks, Abhiram
Can we purchase latest license and activate for KepewareEX 5.20 version ?it will be great as we can avoid a middleware server to do DA-to-UA conversion.Thanks
I am trying to connect the new omni 7000 flow computers to the Kepware omniflow driver, but these computers have a different and larger modbus map than the omni 6000 computers. Some of the registers are kept but there are others that when I try to enter them to the kepserver, I get an error message indicating that the number of registers cannot be added because it is out of range.How can I add the new registers from the omni 7000 to the omni flow driver?
Hi, i want to write a subscriber inside a thing that will run only at a certain alert happens, I am currently using the alert event and it works fine only if there is only one alert configured on the property but when i have for example two alerts on one property how I can detect which alert triggered the alert event, in other words, i want a script that will detect which alert is active now thanks,
Currently I am using the Torque Tool Ethernet driver, in KEPServerEX 6.The device I am testing for, is a PowerFocus 6000 that is communicating via Revision 2.0 of OpenProtocol. There are a number of things I need to test and simulate, and this means I need to also set ReadOnly values. This is so that I can bug test my code, and confirm it can retrieve correct values at the correct time. For example, when LTR_NEWDATA is set to 1 by the device, or when LTR_TORQUE_STATUS outputs a NG status value. The problem is as follows: LTR_TORQUE_STATUS is a ReadOnly tag. So I am under the impression that I cannot manually set the value for testing. This appears to be the same for other TORQUE tags like LTR_TORQUE_VALUE.I tried to set the data address to something like "901.00001" or "1202.00001", while keeping the tag name the same. My program only looks for tag names. So I was hoping that I could set a different address for testing. (I understand both 901 and 1202 are int
Hi all, A customer asked me this and just wanted to confirm.Can I change the host of a TWX License?Example: If I install a customer license on server ABC and the customer wants to deactivate server ABC and move TWX to server FGH, I'll need to go to license manager and go into Move Assigned Product and put the new deviceID and associate with the license, correct? TIA, Caio
After Server Rehosting, Iam getting this errosrs while connecting navigate to odata connector. How to fix this. Errors are: Your route exchange has failed. Resource Error [Connection reset by peer: socket write error]Could not dispatch async service request [NotifyPropertyUpdate] : Error: No service named NotifyPropertyUpdate is available.Error: No service named NotifyPropertyUpdate is available.Your route exchange has failed. Resource Error [Received fatal alert: unknown_ca]Transaction has been marked as a failure for request /Thingworx/Things/PartStructureAccessAppThing/Services/GetRepresentableInfoForUniqueResourceException executing service, GetRepresentableInfo, on resource provider: WindchillDemoPartResourceProviderUnable to Invoke Service GetEndpointDefinition on Windchill-Odata-Connector : Your route exchange has failed. Resource Error [Failed to aggregate all metadatas, 10 were expected, but only 0 received]IntegrationSubsystem: numberOfConnectors= 10, requestCount= 9
Hi, I have a responsive mashup, It has three main Sub Containers... 1st Sub Container has Grid2nd Sub Container has Collection Widget 3rd Sub Container has another Grid widget My Screen resolution is 1920*1080, now I see all three Subcontainer are having Scroll bars, which the Customer doesn't want. Is there a way, My Main Container has a vertical Scroll bar and sub-containers can expand as much as they can, without having any scroll bars?Thingworx version: 9.3.8 Thanks,
I'm setting up an Atlas Copco IXB controller using the KEPServerEX release 6.9.572.0 and I'm having an issue activating the two Boolean values for “PVT Comp” and “PVT_MON”. They are reporting false (0) causing Kepware to report null values for these readings (See Below). However, in the web GUI on the Atlas Copco controller tool, I received an accurate Prevailing Torque Compensate reading. In the Kepware manual, these Boolean values are tied to the “LTR_STRAT_OPT” item, which falls under the last tightening results command set. Specifically, bits 3 (PVT_MON) and 4 (PVT_COMP) need to be turned on. Here is a screenshot from the Kepware manual (page 15): We believe these bits in Kepware are connected to the mid-values (0060-0063) for the last tightening results from the tool. Below is a screenshot of these mid values from the OP manual (page 5): Is there a quick fix for turning on these bits that we might have missed?
Hi there, Collection Widget is placed in a Responsive Mashup, but Collection Widget Height is Static. It won't get responsive. How can Collection Widget Height be responsive based on the number of Cells present in it? Thanks,
Can we make print button to download in particular folder instead of downloading in downloads folder?
Kepware OPC UA User Manager: What encyption is used when passwords for user accounts are saved? Addtionaly, is there a way to force the user to have to input the old password before entering new? Currenlty its is greyed out
How can I implement a combo chart in ThingWorx 9.0.3, which includes a bar chart and a line chart?We have had a combo chart since 9.3, however we are currently utilizing 9.0.3.Please suggest...
I have created Thingworx extension (Bar Code Generator) in eclipse. I have used external jar - https://mvnrepository.com/artifact/net.sf.barcode4j/barcode4j/2.1 I have added this jar in build path in eclipse. Also added this jar under the lib folder in eclipse. Then run the application as gradle build and created the build. After that while importing the extension in composer, extension is validating successfully but while importing, it is giving an error - Failed to install extension BarCodeGeneratorTwx:1.0.3 because org/krysalis/barcode4j/output/CanvasProvider. Can someone please help here, what exactly I am missing here or I am placing jar in wrong place. Thanks in advance. Attached screenshot of error.
Hello community,I am reading via OPCUA a variable LLONG. on the OPC Client simulation the variable is visible. when I try to add this variable to the DATA LOGGER , and create a dedicate table for this type of data, there is no way to be able to write on SQL table and start the LOG. the alarm is Date Time Level Source Event11/11/2024 4:59:19 PM Warning Data Logger Plug-in Failed to register log item 'LogItem1' for log group 'LOG_SCADA_LLONG'. apparently there is no other messages. I setup a LONG value, from a similar or identical OPC device and there was clear indication of the issue. if anyone has an idea , appreciate. Thanks
Hi to everyone,We have a problem executing the Groups[‘ROLLE.GROUPX’].GetGroupMembers command from a non-administrator user. The command does not return any lines.The same command from Administator returns 20 lines. Where could the problem be?Thanks
Hello Community, I have assigned the Row Format with the state definition for my datagrid on mashup. With this It shows me the entries in colors as you guys can see below. Now the problem is that when the row is selected i want to assign it a border with black dots and i have implemented that functionality as below but still it does not appear in the mashup. it comes for a second but then the above state definition comes on top of it and i cannot see the border with black dots for the selection. do you guys have any solution in this regard. I really want to show user when he selects a row, it needs to be shows as selected. I am using thingworx 9.3
Is it possible to get dual x-axis for column chart. Both x-axis are to be one above other like below image. I have tried with "\n" character in code but it is taking as space.Anything I am missing out here.Please help me on this.Thanks
I have infotable A and infotable B. Ill compare data in both infotable A and infotable B. Ill delete the matched records in both tables and the uncommon records remains in both the tables infotable A and infotable B. How it can be done without using for loop? Any infotable functions will be helpful?
I have 3 PC's, have installed the product, but when I run the license utility it does not Launch on two of them
It appears empty and even when I tried manually adding the tags it gave me an error message. I tried stopping the runtime and restarting since it is the trial version to see if it would fix the issue but it did not. Any help would be greatly appreciated. I am trying to connect FACTORY IO to CODESYS.
Greetings, Community Members! PTC has launched ThingWorx 9.6.0 as of June, and it's now ready for your upgrade! Let's explore the key enhancements in this latest version of ThingWorx. What are the top three areas of updates in ThingWorx 9.6? Performance, Scalability, Reliability, and Security: There's a significant boost in file transfer performance between connected devices and the ThingWorx platform. A notable enhancement in server startup performance, with some instances showing an 84% reduction in startup time. Numerous logging improvements, including limitations on log verbosity, log filtration, and configurable log storage capabilities, contribute to the stabilization of the ThingWorx system. Additionally, ThingWorx now supports log extraction to third-party software like Sumologic, Datadog, Splunk, Grafana, etc., utilizing the industry-standard OpenTelemetry framework starting from TWX 9.6. Content Security Policy has been implemented, fortifying ThingWorx
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.