Recently active
I am using KepwareEx6.15 with Mitsubishi iQ-R32 PLC + RJ71EN71 module.Kepware Channel and Device configuration point out to the RJ71EN71 module (SLMP TCP/IP port)I have created SLMP TCP/IP 40 ports for connecting the same PLC+RJ71EN71 module with KepwareEx6.15 multiple channel and devices for limit the tags in each devices for quick poll. I have active client connections with KepwareEx is 120 and Active tags more than 3000 with scan rate 100ms. I am facing the challenge to write back 200tags values from kepwareEx to PLC it took more than 40 secs. the below information were my testing observations. Scenario 1: When i restart the Kepware and disconnect the active client connections and maintain one channel & device with 200 tags the write back time is 6secs. Scenario 2: When i restart the Kepware and loaded the active clients connections and maintain the one channel and device with 4000 tags and write back time of 200 tags is 60secs Scenario 3: Whe
Hello, We are working on a project where we aim to collect PhD data using Kepware and transfer it to Apache Kafka. Since Kepware doesn't have a direct integration with Apache Kafka, we designed an architecture where we send the data to an MQTT broker (Mosquitto) and then use Node-Red to forward it to Apache Kafka. However, we're unsure if this is the best approach.We're currently in the testing phase, but as the number of tags increases, we’re encountering some issues with Node-Red. The data is not being transferred properly to Kafka, and we are getting some buffer errors in Node-Red. By the way, we are using Node-Red as a MQTT connector, and while there are many other connector services available, We preferred the open source one.. We are working with approximately 60,000 tags, and our goal is to send the data to Kafka in 1-minute intervals.How can we successfully implement this project? Have there been any similar projects done before? If you need more information about the
When viewing a mashup, touching dropdown and then touching filter, the mobile device shows quickly the keyboard but closes suddenly, tested on 2 different devices and got the same result.Error don't occurs when using mobile simulators or in the desktop, notebook browser.Thingworx version: 9.3.0-b20
i have thingworx installed version 9.3.9 with installer on clients VM where AMU, and CWC are also there on TWX. now due to vulnerability issue with existing apache tomcat version 9.0.8, we need to upgrade to 9.0.9. what procedure need to be followed while upgrading
After installing CWC 9.5.0 Work Order Utilities cannot seen in configuration. Kindly check attached image
Anyone please share me the autocomplete widget extension for thingworx
Dear Community, We have changed our thingworx mashup version from 9.1 to 9.3 and even though everything is same the size of the mashup looks different. In version 9.3 it appeared as zoomed In a bit. If i do Ctrl - then the whole mashup looks small but everything the fontsize of the entries gets also small. So am i missing something regarding the size? anyone has an idea about it. Thank you
Hi Team, I have approximately 2000 tags configured in the KEPServerEX Mitsubishi PLC Channel. When I open the Quick Client, all tags show good quality and actual values. However, I am now looking to write or change the value of all 2000 tags at once, instead of selecting and entering values for each individual tag manually.Could you please advise if there is an easy way to update all the tags in bulk within KEPServerEX or Quick Client? Any recommendations for handling this in a more efficient way would be highly appreciated.
Dear Community, At the moment I save an entry into Datatable with storing one picture with each entry in file repository. Now I have a new requriement that whenever i create an entry with picture with it, I should save this picture also in the company's File Share which is on our company's server. I know ContentLoaderFunctions where i can usesome services to send the http requests but i am not sure how can i save directly into Fileshare the pictures. Any Suggestions ? Thank you!
Hello, I'm trying to change the background of a radio button on selection to look like the below snapshot I've tried using style properties but theirs not option to change the background under "selected" or "pressed and selected". Only under focus and base we have the option to change the background but I would like to change the background on the selection of the radio button.I've also tried custom CSS .myCustomClass .widget-content:selected{background: #92ef83} but it doesn't seem to work. Any work around to achieve this would be very helpful, thanks.
My requirement is to call a url using GET method and it has body as JSON with two parameters.I tried with almost all contentloadersfunctions available but it is throwing error as Invalid API key.It is actually a No Auth call.Please help me how to achieve this. Note: I tried using Postman and I am getting result json when tried GET request with input body as json
While using the Resources["CSVParserFunctions"].WriteCSVFile API withHeader: true, The order of columns are changed in generated CSV File. How to maintain the same order of columns in CSV File.Resources["CSVParserFunctions"].WriteCSVFile({path: "/"+formattedDate+"/"+FolderName+"/"+FileName /* STRING */,data: ExportData /* INFOTABLE */,fileRepository: "WCCompareXA_Repository" /* THINGNAME */,withHeader: true/* BOOLEAN */});
I am converting a json dataset to a datashape using this code but it returns an empty infotable: let transformData = function (input) { try { const transformedData = { fieldDefinitions: {}, data: [] }; // Iterate over each record in the input data input.records.forEach(function(record, index) { // Create the field definitions (same as before) transformedData.fieldDefinitions["occurence_" + index] = { name: "occurence", aspects: { isPrimaryKey: false }, description: "", baseType: typeof record.Occurence__c === 'number' ? "NUMBER" : "STRING", ordinal: 4 }; transformedData.fieldDefinitions["productCode_" + index] = { name: "productCode", aspects: { isPrimaryKey: false }, description: "", baseType: "STRING", ordinal: 2 }; transformedData.fieldDefinitions["errorCode_" + index] = { name: "errorCode", aspects: { isPrimaryKey: false }, description: "", baseType: "STRING", ordinal: 3 }; transformedData.fieldDefinitions["id_" + index] = { name: "id",
Hello, I am using MS SQL Server with Thingworx (AMU).I have a table, in which I have start time column, which data type is time(0). Once Start time shown on application, Thingworx is automatically converting UTC values to IST but there is approximately 58 min lagging and some other issues as well. Refer the attachment. I tried changing time-zone to UTC of my local system, then time in application is 29 min behind. Please let me know any work around for this.
When ever tomcat restart the TWX, it gives following error in Application Log: Error draining persistence providers queues: java.lang.NullPointerException After that TWX Shutdowns..Followed this Article . But issue still exist.@slangley @PaiChung Thanks,Shashi.
Is there any api to find uncommon values present in two infotables.
Hello, I am looking to get Graph.JS working within my Thingworx environment so I can have a bit more customization options with graph settings. I've reviewed documentation here saying this is how third party javascript should be embedded into a custom widget.Following a similar structure, I attempted to import 3rd party code via https://cdnjs.com/libraries/Chart.js by adding the following into my widget, that way I don't have to download the files. However, this seems not to work. Is it required to download the 3rd party files to get them into a 3rd party widget? If not, how do I use these hyperlink-style imports that might be commonly used, for example this Jquery link:<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
If I want to implement digital twin to a customer, can I achieve it using Thingworx. Are there any products specifically used for digital twin in PTC?Can some examples and design be suggested to achieve Digital twin ?
While i am trying to create one more Kafka extention its trying to delete the current kafka extention that is not required to me can any one help what is I am doing wrong KafkaThingExtensionPOC:1.1.3ExtensionPackage KafkaThingExtensionPOC:1.1.3 upload attempted and it is not an HA compatible extension. KafkaThingExtensionPOC:1.1.3Cannot update existing Extension Package [KafkaThingExtensionPOC] because it is trying to remove the following Entities that are still in use: [entity: KafkaProducer, used-by: Thing : KafkaThing] I already have KafkaProducer i want to create new one with name KafkaProducerPOC any help appriciated
hi everyone, I have created the structure as you can see with parentId and id. But i am unable to see the button to expand the rows to see his childs instead its showing me everything in plain entries. Any idea? Tree advanced widget binginds
Hi There,Is there any possibility to get web Push notification in Thing Worx? Any OOTB widget or extension available?My Requirement is that when the user has minimized the Thingworx browser, then the user will be able to receive the notification, like Web Push Notification. Thanks in advance
Hi Team, How can we check the number of tags available in an individual device in the attached configuration type.
Hello, I am attempting to create a new channel and I want to define the Beckhoff TwinCAT driver communications, but I do not see it in the list of driver options. How can I obtain Beckhoff TwinCAT driver? Can it be applied to an existing version of KEPserverEX that does not have it, or does the KEPserverEX software require update to another version? I greatly appreciate the help here, thank you all so much in advanced!
Greetings,In here I have the license for 10 users though I still can add two users but it gives this message to access the navigate to can create project and so on for the new developers as well in here I think I have a problem with subsystem though is there a linux command for the subsystem I am using these commands for the ThingWorxFoundation as :sudo /usr/bin/systemctl stop ThingWorx-Foundationsudo /usr/bin/systemctl start ThingWorx-Foundation
I am working with thingworx 9.5.I want to use the insert into sql database command. I want to have the database I want to insert the data into as a variable input, but this doesn't seem to be possible. I made an example of how I am trying it but I keep receiving errors: insert into [[Table]] (logid,message,source,category,servicename,level,country) values ([[LogID]],[[Message]],[[Source]],[[Category]],[[ServiceName]],[[Level]],[[Country]]); When I change the [[Table]] parameter by the name of the db, all is fine.error returned is: Execute Update failed: org.postgresql.util.PSQLException: ERROR: syntax error at or near "$1" Position: 13 Does anyone have a workaround for this?Kind 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.