Posts: 39
Threads: 15
Joined: Feb 2008
Reputation:
0
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
Posts: 5,941
Threads: 868
Joined: Apr 2006
Reputation:
2
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)
Posts: 39
Threads: 15
Joined: Feb 2008
Reputation:
0
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
Posts: 5,941
Threads: 868
Joined: Apr 2006
Reputation:
2
Hi Tas. Sorry I cannot think of any way to do it from KNX