Posted: Saturday Aug 5th, 2023 03:23 pm |
|
1st Post |
Tas
Member
back to top
|
Hi,
Is it possible to do this? Ideally I'd like to set it to a value that has been stored in a counter.
I figured there must be a way to set the value of any location but I can't find anything in the action codes reference.
Many thanks,Tas
|
Posted: Sunday Aug 6th, 2023 01:43 am |
|
2nd Post |
slychiu
Administrator
Joined: | Saturday Apr 29th, 2006 |
Location: | Singapore |
Posts: | 5596 |
Status: |
Offline
|
back to top
|
You can save a value into any location using the DL command. From the Comfort protocol document
PC: DLaaaann (byte1) (byte2) (byte3) ..... (bytenn),(checksum)
UCM: OK
aaaa is address in EEPROM in hexadecimal notation
nn is the number of bytes to be sent on this line, not including checksum and headers.
eg
DL005401307B will write value 30H into location 0054H (checksum 7B if my calculation is correct)
|
Posted: Sunday Aug 6th, 2023 07:51 am |
|
3rd Post |
Tas
Member
back to top
|
Hi Slychiu,
It's great to hear from you. I hope all is well with you.
Thank you for the reply. From my understanding this is what I could do if interfacing with comfort via the serial protocol from a serial/ethernet UCM. In my latest installation I only do this for programming and my system integration is via the KNX module. So I am looking for a way to set this location from within comfort via a response. Is this possible?
Many thanks,Tas
|
Posted: Wednesday Aug 9th, 2023 01:49 am |
|
4th Post |
slychiu
Administrator
Joined: | Saturday Apr 29th, 2006 |
Location: | Singapore |
Posts: | 5596 |
Status: |
Offline
|
back to top
|
Hi Tas. Sorry I cannot think of any way to do it from KNX
|
|