Recently active
I am working on export Infotable data to excel file. But to send infotable data I am using SelectedRows property of infotable by selecting the checkboxes in the grid widget and bind it to input to custom service developed in Thingworx Extension. What I need is, instead of SelectedRows property, is there a way to send all data to service without checkbox. Refer the below screenshot. In the above image, ptcs-grid-5 has various option but not All Data. Appreciate help in advance.
Dear community, in a redesign of my Master Mashup I have a menu bar (showing icons) on the left hand side. On hover the bar is extending in its width, revealing the menu item labels. This is handled in css and works well. With one exception: On click a submenu shows up. When hovering the sub menu the menu bar is shrinking back to the original size and the sub menu is lost in the middle of the mashup. I would like to keep the menu bar expanded as long as a sub menu is open. For this purpose I have checked the DOM tree and have noticed the sub menu (a "ul" element with classes "menu-level1" and "widget-menu-submenu") is attached to the body element. My research on the web led me to the "has" selector, resulting in this css code: body:has(>ul.menu-level1) .container-menuandlogo { max-width: 210px !important; width: 210px !important; } I am setting width and max-width if the body has a "ul" element with class "menu-level1". Experts will already notic
I need to use Kepware to convert for a unit of measure. That is, if we pack 4 cups on the lines, I want to count the four as one single unit. How can the tool be used to perform the conversion?
In K8s i am running several services and that should ui should access via remote wisdom and ssh to pods
Hi all,Been using the Kepware Configuration API for a few weeks and am trying to create tags where I customize scaling values (need to divide value by 10). I try to set:"servermain.TAG_SCALING_SCALED_HIGH": 100 The tag gets created and 201 created message is given, but it still shows the default scaling value of 1000. Wondering what I am doing wrong here and what else I need to do to get the scaling to set correctly for a Kepware tag from the API. Any advice is appreciated, thanks!
I'm trying to create a mashup that displays an approval list. My idea is to create a "temporary" infotable, which I already have. In another mashup, I have a form where users can make requests. This form populates the infotable with the temporary requests. I'm having trouble creating a mashup that shows the approval list, which will have two buttons: accept and deny. The accept button will copy the information from the temporary table to my core table. I realized that to create the approval list mashup, I needed to create an infotable. Now I'm having trouble transferring the existing information from the infotable to the data table.
Our project is considering using KEPServer but I still don't know the process to bring KEPServer from development environment to real use. Please let me know what documents I should look for and where to find this answer. Thank you.
Hello,We need to connect an equipment to KepServer using the protocol ZMQ.Would it be a solution with KepServerEX?Thank you
Hi, I have a Kepserver with some Datalogger sending parameters to SQL, for some reason at a specific moment one of the Dataloggers stop sending data to SQL buy the others Dataloggers still work fine. all of 4 Dataloggers have the same SQL Database table configured. they were working oks but at some point last week stop working. Any Idea?
Hi,I keep getting the following error. Sometimes it occurs once an hour, and sometimes it happens multiple times an hour. Can you help me?
"PostgreSQL database is running out of memory even though the total database size is only 500MB and the server has 1TB of RAM. I'm writing 800 values per minute into the database using a data logger. How can I resolve this issue?" "It gives two different errors. The errors are as follows. I am using Kepserver version V6.6.350.0."
Hello,We have a Wago 750-362 Fieldbus Coupler Modbus TCP device from an outside vendor that I would like to collect data from. We have the Manufacturing Suite and I see the Wago Ethernet and Modbus TCP drivers. It doesn't appear that the Wago driver supports this model, but I'm not familiar enough with protocols to determine if I can use the Modbus TCP driver. Is the Modbus driver an option, or would I have to reach out to the vendor to see if they'd replace the device with an ethernet model? I am anticipating that they will be resistant to the idea. Thank you.
I created a data table so my admin users can approve or denial requesrs, the ideia is to create a temporary table for when a common user make a request it gets stored in this temp table, and now i want to make a mashup so admin users can accept the request or deny, on accept my idea is to have a button to copy the temp table into my main table and on the denial just to delete the request from temp table. But im having problem transfering infotable informations to a data table.
Hi everyone. I want to get all data from my database which totalNumber is larger than 500, but the result is only returning 500. Is there any method to overcome this limit?
Can i send my json format properties to outside using REST API url without login from any user?
on load of mashup, after process data and biding infotable to treegridadvanced data, values are shifted to next column and after selecting a row via checkbox, the rows reset with values in the correct column. Has anyone seen this behavior?
Kepserex 6.3 is usedI am connecting delta PLC with modbus serial and all communication is proper and working but for some how i disconnected power of plc, of disconnected cable then reconnected cable then kepservex is not connecting the plc again automatically until i reinitialize it, which setting is necessary to connect with plc automatically after some thing like this occur#Reconnection #ModbusSerial
Dear allWe have OPC DA connection to the system having RSLinx Remote OPC server. Kepware is disconnecting frequently from the RSLinx system. Where as it is running fine from the development environment with same configuration. Kindly suggest troubleshooting methods for the same. Kepware Name and version: Thingworx Industrial Connectivity 8.3.65 Here is the error messageDate Time Level Source Event9/18/2023 12:10:18 PM Warning OPC DA Client Failed to connect to server on channel 'Group-2'.
i have two rows as output , now i using line chart for the same to show the graphnow here the requirement is, want to show violet/scion color line graph as bar chart and gray color values as line chart how to achieve this combination is same widgets of chart
Thingworx 9.0.4 I have a mashup that retrieves data via a service. The data is then bound to a contained mashup with the appropriate datashape for the mashup property. This mashup has a line chart and the mashup data property is bound to this line chart. The data is displayed without issue but the legend will not appear. I have ensured the "hide legend" checkbox is unchecked. When I did not have the contained mashup, I believe the legend was working.
Is there something equivalent to a simple SQL Join query as below in ThingWorx: SELECT T1.Name, T2.Name, T2.Date FROMTable1 T1 INNER JOIN Table2 ON T1.Name = T2.Nname
I have a UCON driver that is collecting scale data over TCP. The driver will work for a long time then suddenly stop working and begin displaying the data as "bad". When I connect to the device with putty I still receive the string data it is supposed to be receiving, but the driver is not collecting it or displaying any errors. When I reinitialize Kepware it begins working again. This happens randomly, it could be days or months before this will happen but it is a problem that I need to reinitialize since we are using Kepware for our data historian. I have tried using a stop character in the string received and have recently just tried stopping after a certain number of bytes, but I don't feel that is the problem since the stop character is always the same termination character.What would cause the UCON driver to stop sending/receiving TCP messages without any errors? Is there an error log somewhere for UCON drivers?Is there any way to correct this? Kepware version V6.4.321.
I have CWC 9.5.0 installed. How to do customization of Thingworx CWC 9.5.0.I have checked https://support.ptc.com/help/thingworx_apps/r8.5/en/index.html#page/thingworx_apps/ThingWorxAppsCust/customizing_the_thingworx_apps.html.But this was not useful. because [PTC.Factory.C_LaunchPointConfigurationThing] this entity is not found on composer.
Hello Community,I am sending jsonData which is my input parameter of the service from my mashup and it goes like this in the picture below. I am unable to read it in the service. I know the methods JSON.parse and JSON.stringify but still i am not getting it. I am unable to read the data. why its converting the json in this format. I dont why my json is getting converted with double serialization with extra back slashes. Single Serialization: When you serialize a JSON object, it should be converted to a JSON string with necessary escape characters.Double Serialization: If the JSON string is serialized again or if escape characters are added improperly, it results in a string with extra backslashes. my json in mashup. its hardcoded i have written.
Hi, Setting up an ODBC client for the first time here. When I use fixed table Kepware throws an error after the setup saying "Kepware is unable automictically generate tags" . When I go to manually create the tags I'm not sure what to put in the Address section of the Data Properties, as there are no hints available/populated. Thanks
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.