Recently active
Does anybody know the custom CSS that will reduce the 8px padding-left associated with the Column sort feature? The icon is 18px wide and then with 8px of padding it is too much for grid headers. Also the CSS for changing the background of the Sort-icon would great.
Had to to a reinstall of Kepware V6.12.361.0. I had exported the current project to a .json file, but when I try to import it there's an error "Failed to parse JSON document at line xxx: Unrecognized property." The line is ""datalogger.LOG_GROUP_ENABLED": false," I'm still pretty green with Kepware but this sure looks like a legit entry to me. Any ideas? Thanks. Mike.
Hello, I see that there is a "useSSL" checkbox in the configuration, but does anybody have any documentation posted by PTC that details the version of TLS? Thanks!
What is integration logs? Where can I find this in server?
Hello, I'm trying to trigger a Scheduler. Here is my CRON : 0 0 15 * * ? => launch my Scheduler every day at 3 PM I don't know why it's not trigger when I try to test a periodic trigger then it's working (something like : 0/10 * * * * ?) So the problem is when I set a specific time then the Scheduler is not triggered! My thingworx version: 9.3 Anyone already had this problem? Thank you in advance for your help.
Hello, I've been working with JSON as inputs to services a lot more lately and I've noticed a strange behavior, at least for me. When I have set the Inputs as a JSON: And put a JSON object with an array in it (with several objects in it), something like this:When using this object in the code and trying to push some new objects into this array I get the error saying that the .push() function doesn't exist. "TypeError: Cannot find function push in object" But if I declare the exact same object in the code, something like this: let array = { "PlatformData": [ { "Comment": "User Projects (not the PTC projects)", "Description": "1\nP", "Instance": "", "ServerName": "", "TypeOfEntity": "Projects", "Timestamp": "2022-11-04 15:52:37.170", "Name": "" }, { "Comment": "User Projects (not the PTC projects)", "Description": "", "Instance": "", "ServerName": "", "TypeOfEntity": "Projects", "Timestamp": "2022-11-04 15:52:37.170", "Name": "" } ]
I have a requirement to switch on a camera from browser of ipad to click a image and store it in system. For this I am trying to build a custom widget. For this I have created a "CameraON" boolean property in camera.ide.js file. From camera.runtime.js file I am checking for this property, if it is true I am trying to switch on the camera. But it is not working. I am attaching both the files for reference. It would be helpful if someone can help on this or suggest how to troubleshoot.Thanks in advance!
Dear community, I am having trouble with the QueryDataTableEntries Service of DataTables, Build 9.3.0-b20. I prepared an example and attached it to this thread, it contains a DataTable Thing with an according DataShape. The DataShape has 3 fields, each is defined as part of the key. The DataTable has 8 entries (2 different values per field, permutated), they are added by the Init Service which is called on ThingStart. The Service VerifyQueryDataTableEntries performs 4 tests to query the data. The first two are working well. The last is failing, it doesn't return any row but I would expect to receive one.The third test seems to be an act of randomness. First it succeeds but if you execute the Init Service (or restart the DataTable) a second time it also fails!??? I consider this behavior a bug. Or at least it is a change in behavior since 8.4.15, in our old environment all tests succeed. Thank you for checkingBenny
Hello everyone, I've created an extension that convert a file from csv to parquet and send it to Event Hub. The creation of parquet is based on spark-3.3.0-bin-hadoop2 libraries installed on file system and referred by an enviroment variable. This scenario is working well but i wondering if is possible perform the same action loading the spark-3.3.0-bin-hadoop2 as a Thingworx extension. In this case how can I referred the library in an environment variables ?Answering question could solve the problem when Thingworx is installed in a cloud environment. Thank you
Hi Community! I would like to know if would be possible to create mashups from services using mashup template, exactly like we do to create things dynamically.Just to better exemplify my use case, I would like to create a mashup for each thing created dynamically because on this mashup everything is equal besides the values on the collection widgets. Thanks in advance!Felipe Duarte
Hello,How to write Media query for label and ValueDisplay, making a responsive mashup, so based on the Screen Resolution, the font size of the Label and ValueDisplay should Increase and Decrease.Can someone help me to write a Media Query?Thanks,
Whenever in a Thing a subscription on the DataChage of a property is activated, it is necessary to save information on this activation in a table. In addition to inserting in the data table I trace the event with a logger.error. At the end of the test I find that the number of logger.error is more than the rows that are saved in the table.BRDimitri
Hi all, i have a menu which has 10 items in it. For one site i need to have 10 menu item. For other site i only need 8 item in a menu. Suggest a code to hide or delete the menu items based on my condition. Thanks in advance
For the random interval of time Kepware gets disconnected from thingworx (cloud server)
Hello, this is my first post, I search a solution to programmatically run an export 'xml' of all PLC from Kepware V5.21. I search on porwershell via Get-Command without any result. Someone already solve this please ?
Hello, I have rebuilt a project that fetches some information regarding my companies thingworx platforms.It had to be rebuilt as it was timing out from all of the API requests taking too long to complete. So I designed it like this instead: Where one scheduler will trigger one subscription per platform, which in turn will get some data back from the remote platform. We will then push this to our DB. Now, the "issue" is that there is no way of knowing when all of these subscriptions have actually completed.Or am I wrong about that? If anyone has any insight or have some good links relating to this, please let me know. Regards,
Greetings, To provide a context:I'm building an app to store data from an experience. The process is simple, the app gets data from users and share it to Twx, Twx sends the data to pSQL and gets all data stored in the db to show it in a mashup. Now, I'm triying to send the data to postgresql. I created a js service to get the data from vuforia. I just read that I can't use "me.property" in SQL commands, that I should create variables in the js service and invoke those variables into the SQL command. But I'm not sure how.A different way I thought I could use was to call the Thing property into the SQL. But It didn't work, I think is because I didn't use the right command.Another way was to input the data directly into the SQL but I will have the same problems later in the process because I will need the data to use it in different services. Do you have any advise? Is there any guide about programming SQL in Twx? Thank you a lot for all your advises.
Hi, I would like to use the web frame widget to display a separate web application page in thingworx but by using Thingworx authentication for the page. My idea is: the webpage should be available only through the thingworx application.It is easily possible without any authentication by just passing the URL in the widget(if the user finds the URL and he can paste it into the browser he can access it without any auth.), but now I want to authenticate the web page with the TWX user creds(so by only if the TWX user is logged in or his session is active he can access the page).My initial impression: to use, post JSON service, and pass some user data to validate and authenticate by checking the user's roles, user groups, and ORGs then if the user passes the validation the end URL will be generated and get published (attach to the web frame widget).On the node js side(the webpage links should be available only based on TWX users): I need the user data to validate the users, then I can p
Hi all, I'm currently using ThingWorx 9.1.8-b845 and I have a problem when I want to create a mashup parameters in a Master Mashup. The gear symbol is unclickable (see picture below). Does it mean that I can't create mashup parameters in a master mashup? Best regards
Hi, Need to know how to change the colour of the grid row based on the date. I can change the colour based on string/Numeric. Thanks in advanceKeerthivarman
Hello, I would like to make the embedded agent work on my machine but no clue why it doesn't.I have AgentEmbedded-6.9-12 and I'm having problem with openssl, Which version should I use for this particular version release? I used some random openssl versions from the internet , and each time the error is different and the release is missing the files. What do you suggest please?
Is it possible to upgrade script engine to the latest Rhino version in ThingWorx? For example, ThingWorx 9.1.0 comes with Rhino 1.7.11. How does one upgrade to Rhino 1.7.14?Thanks.
There is an Major Disadvantage of the KepServerEX or OPC Aggregators is that, they can only connect to single Industrial Connection of Thingworx. Let's Say there are 3 environments (Dev, QA, PROD). As of now, using three VM's to Connect to each Single Env from KepServerEX.Isn't a way where all three KepServerEX can be run on the same VM such that VM cost can be Cut ?@paic @c_lowy @slangley @CarlesColl @VladimirN @AnnaAn ThanksShashi.
I am using the MFG apps to create Alert templates for separate alert states (stopped, faulted, offline, manual). Everything works fine but I would like to get the timestamp for the End Time and total Duration of the alert. Similar to the Alert Summary. Per https://support.ptc.com/help/thingworx/apps/r9.1/en/#page/thingworx_apps/Exploring_the_Apps/alert_monitoring.html
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.