Posts: 28
Threads: 11
Joined: Dec 2019
Reputation:
0
I believe it would be very useful in the ETS project (.knxproj) import procedure to have an option that allows you to update the description for existing objects already imported into LM5 previously.
This allows you to keep information aligned without requiring manual changes.
BR
Posts: 161
Threads: 11
Joined: Sep 2015
Reputation:
13
(20.11.2023, 14:29)alb-smith Wrote: I believe it would be very useful in the ETS project (.knxproj) import procedure to have an option that allows you to update the description for existing objects already imported into LM5 previously.
This allows you to keep information aligned without requiring manual changes.
BR
in ets you can change datatype of group adress, automatic update of objects could crush your scripts, which uses this address. or make incorrect result.
if you know that all your modifyed addresse in 1/4/0-1/4/254, you can filterobjects in object tab by "1/4/*" expression, then press "Mass delete", Then press "delete objects from current filter", and finily import new preject/
don't forget, this will delete TAGs
Posts: 28
Threads: 11
Joined: Dec 2019
Reputation:
0
(20.11.2023, 17:25)AEK Wrote: (20.11.2023, 14:29)alb-smith Wrote: I believe it would be very useful in the ETS project (.knxproj) import procedure to have an option that allows you to update the description for existing objects already imported into LM5 previously.
This allows you to keep information aligned without requiring manual changes.
BR
in ets you can change datatype of group adress, automatic update of objects could crush your scripts, which uses this address. or make incorrect result.
if you know that all your modifyed addresse in 1/4/0-1/4/254, you can filterobjects in object tab by "1/4/*" expression, then press "Mass delete", Then press "delete objects from current filter", and finily import new preject/
don't forget, this will delete TAGs
Thanks AEK, we know this option but we expenrienced bad things with a unconditional "mass delete" .... (loose of link in graphical pages, scripts, etc.)
We thought about a simple "option" to update the object description.
BR
Posts: 114
Threads: 12
Joined: Mar 2019
Reputation:
3
22.11.2023, 16:56
(This post was last modified: 22.11.2023, 16:56 by alexll.)
(22.11.2023, 16:10)alb-smith Wrote: (20.11.2023, 17:25)AEK Wrote: (20.11.2023, 14:29)alb-smith Wrote: I believe it would be very useful in the ETS project (.knxproj) import procedure to have an option that allows you to update the description for existing objects already imported into LM5 previously.
This allows you to keep information aligned without requiring manual changes.
BR
in ets you can change datatype of group adress, automatic update of objects could crush your scripts, which uses this address. or make incorrect result.
if you know that all your modifyed addresse in 1/4/0-1/4/254, you can filterobjects in object tab by "1/4/*" expression, then press "Mass delete", Then press "delete objects from current filter", and finily import new preject/
don't forget, this will delete TAGs
Thanks AEK, we know this option but we expenrienced bad things with a unconditional "mass delete" .... (loose of link in graphical pages, scripts, etc.)
We thought about a simple "option" to update the object description.
BR
Same situation here. Mass deleting is a mess when you have lots of tags...
Posts: 4
Threads: 1
Joined: Oct 2020
Reputation:
0
Same here too. Mass delete and import back isn't an option.
Also, during the mass delete and import action, if there is any KNX telegram receive by LM, the address will be create without any description.
Simplest and best solution is to have an option to "overrride" names during project import.
Thanks
Posts: 8254
Threads: 44
Joined: Jun 2015
Reputation:
475
To prevent new groups from appearing you can disable "Discover new objects" in Utilities > General configuration.
An option to update existing objects during KNX project import will be added soon.
Posts: 59
Threads: 13
Joined: Oct 2023
Reputation:
1
I have a project, that previously contained a lot of unused GAs. I've deleted them, but when importing to LM they are not removed. Problem is, I have lots of tags and eventscripts on these GA's, so I can't really mass delete the LM's objects. Is there a way to import a project file, an delete all not excisting standard GA's?
Posts: 8254
Threads: 44
Joined: Jun 2015
Reputation:
475
Deleting an object does not delete anything linked to it (scripts, trends, schedulers etc). So mass delete can be used before importing again.
Posts: 59
Threads: 13
Joined: Oct 2023
Reputation:
1
I've made a script to clean uhp the group addresses... It does use a lot of CPU.
The script takes about 30 sec and makes the CPU go to ~2.50.
Can the LM manage this? We only need to run the script once, so it's not reaccuring..
Posts: 8254
Threads: 44
Joined: Jun 2015
Reputation:
475
LM can handle this
Posts: 59
Threads: 13
Joined: Oct 2023
Reputation:
1
|