List of Contributions

Casanova

Contact Details

Casanova


My Content

1 to 20 of 43 total
Posted By Casanova Apr 28, 2026 05:47:46 AM
Found In Egroup: Advanced Software
\ view thread
Thank you, i was able to do it on the advancedtrend netlogic but i think this should be more practical in the future. The change of the logger should be monitored. -------------------------------------------
Posted By Casanova Apr 27, 2026 10:52:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello, Is there a way to turn the "Advanced Trend for DataLogger" dynamic? I wanted to change the logger being "watched" using a combobox, i tried doing this using a key value converter where the key is the string coming out of the value of the combobox and the values are the nodeid's of the loggers ...
Posted By Casanova Apr 22, 2026 12:02:41 PM
Found In Egroup: Advanced Software
\ view thread
I updated the version and it is working as before. Thank you for you fast response -------------------------------------------
Posted By Casanova Apr 22, 2026 09:39:12 AM
Found In Egroup: Advanced Software
\ view thread
I redo this datagrid from scratch and the flashing went away, its working as intended, but if this is a known issue i will upgrade. Just hope no other bug shows up. Thank you -------------------------------------------
Posted By Casanova Apr 22, 2026 08:37:07 AM
Found In Egroup: Advanced Software
\ view thread
Hi, thank you for your response. thats already how my project is working, but in the one you sent me all the dataloggers have the same columns, when that happens i have no problem, the problem as you can see in the images: The problem is when the columns are different: I use the property "Visible" ...
Posted By Casanova Apr 22, 2026 06:32:02 AM
Found In Library: Advanced Software
Posted By Casanova Apr 22, 2026 06:32:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello everyone, I got this project where i have to monitor a couple installations, for that i created a Embedded Database with a table for each installation as you can see: Then i got a datagrid and combobox to change between tables: Is working as intended as you can see i change the combobox and i ...
Posted By Casanova Nov 04, 2025 03:44:03 AM
Found In Egroup: Advanced Software
\ view thread
I was able to get the backup as you suggested. Sorry i am not aware of what is the version control, can you enlight me on how to use that? Thank you -------------------------------------------
Posted By Casanova Nov 04, 2025 03:23:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello, After a couple weeks working on a project, i tried to open it today and got this message: If i press continue, it will not open and i get this logs: Is there something i can do? Thank you in advance -------------------------------------------
Posted By Casanova Jun 20, 2025 10:39:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi, I did a user editor inside my project and it was working as intended, then the changes of the users started to not get saved (Groups). After that i decided to redo the process and now it works but i always get this warnings: I have my retentivity storage node id to "securtity": ...
Posted By Casanova Jun 17, 2025 09:36:00 AM
Found In Egroup: Advanced Software
\ view thread
i already got a work around by linking the tag and then changing the variable name. I just wanted to report this "problem" I tried with a tag without "-" and it crashed the same way. the "VariableToSample1" is being added to a normal datalogger.
Posted By Casanova Jun 17, 2025 09:01:00 AM
Found In Egroup: Advanced Software
\ view thread
i dont think the "-" is the problem since it works fine if i dont change the variable name. Also tried what you asked, and changing the data type makes no diference. if i dont change the variable name it works, if i do it crashes, even with the correct data type (float).
Posted By Casanova Jun 17, 2025 08:21:00 AM
Found In Egroup: Advanced Software
\ view thread
There are no logs prior to the crash. After some testing i found a pattern (really weird and specific). If i try to link the tag to the vaiabletosample without changing the name of the variable it works just fine: But if i change the name of the variable and then try to do the ...
Posted By Casanova Jun 17, 2025 03:41:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello, i am using optix version 1.6.0.626 and i wanted to know if i can do a log of a tag straight from a modbusstation. As soon as i try to do a dynamic link from a variable to log to a direct tag in a modbus station my studio closes. I will do a work around but wanted to report it in ...
Posted By Casanova Jun 09, 2025 09:55:00 AM
Found In Egroup: Advanced Software
\ view thread
ok, is there any timestamp to when the 1.6.2 version will be released? also after some testing in other projects i noticed that this only happens when the alarm has "Auto acknowledge" set to TRUE. Thanks
Posted By Casanova Jun 09, 2025 09:29:00 AM
Found In Egroup: Advanced Software
\ view thread
hi, sorry for answering almost 3 weeks later but i was on vacation. does this happens in every 1.6.0 project?
Posted By Casanova May 21, 2025 03:49:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello, I am doing a project where i have a lot of alarm history and i got it to work as intended: But then i had to do a sms sender with the alarms trigger and i had to redo all the alarms with a diferent type: I dont know if this was the problem but after this the alarms look like this ...
Posted By Casanova May 06, 2025 09:10:00 AM
Found In Egroup: Advanced Software
\ view thread
I went back on the project and that line did solve the problem. But i am now using the code Merrill sent me and i am trying to adjust it to my needs since the github project doesn't.
Posted By Casanova May 06, 2025 09:07:00 AM
Found In Egroup: Advanced Software
\ view thread
i want the message sent via sms to be the actual name of the tag who's in "Input variable" of the alarm. i did it, basically had to get the string equivalent to the "value" of "SourceName" of the alarm and then use it for the message
Posted By Casanova May 06, 2025 08:26:00 AM
Found In Egroup: Advanced Software
\ view thread
yes i saw that after. I finally was able to get the name of the variable. Had to change "Input variable" to "SourceName" and then get its value. However this is a system.string and not a localizedtext, so i basically can't use it to send a sms.