Maybe what I'm trying to do is possible, but I haven't found how.
When I want to write a value equal to the present value, but at another priority level than the current highest one, it is not possible.
Example, the present value is equal to 0. There is 0 on level 10 only. Levels 1 to 9 are null.
If I want to write 0 to level 1, I have to set the software setting to write to level 1 (manual life safety), go to the present value, write zero and press Enter. Nothing is sent because the software did not detect a different value, the present value was already at 0.
I don't want to go through 1 and then enter 0. I have an object that must remain at 0, that's why I want to write on level 1 to "lock" this object to 0! ;)
If you have a solution, I'm listening!
If not make this possible in a future release?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It's due to the underlying windows object without event notification when the value is the same as the oldest one.
But the test is done on the text value before a conversion. So you can put for instance a space before or after the numbers.
Bye.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First thank you for this excellent software!
Maybe what I'm trying to do is possible, but I haven't found how.
When I want to write a value equal to the present value, but at another priority level than the current highest one, it is not possible.
Example, the present value is equal to 0. There is 0 on level 10 only. Levels 1 to 9 are null.
If I want to write 0 to level 1, I have to set the software setting to write to level 1 (manual life safety), go to the present value, write zero and press Enter. Nothing is sent because the software did not detect a different value, the present value was already at 0.
I don't want to go through 1 and then enter 0. I have an object that must remain at 0, that's why I want to write on level 1 to "lock" this object to 0! ;)
If you have a solution, I'm listening!
If not make this possible in a future release?
Thanks
Hi,
It's due to the underlying windows object without event notification when the value is the same as the oldest one.
But the test is done on the text value before a conversion. So you can put for instance a space before or after the numbers.
Bye.
Merci beaucoup F. Chaxel pour la solution, ça fonctionne très bien!