Hallo Leute,
ich möchte gerne über das LCN eine Taste zu Base senden und dann über Events "E.LCN.key=B1 hit" eine Aktion ausführen.
Jedoch funktioniert das leider nicht. Was für ein Eintrag sollte denn in der Zeile Daten stehen?? oder kann diese leer bleiben.
Wäre schön wenn mir jemand weiter helfen könnte.
mfg Marcel
Willkommen auf unserer neuen Forenplattform für das Bus-Profi Forum
Neue Felder für die persönlichen Daten
Man kann jetzt seine öffentlich einsehbare Daten genau bestimmen. Details findet ihr in in diesem Beitrag.
Durch die neue Forensoftware und die Portierung der Daten konnten die Passwörter aus dem alten Forum nicht übernommen werden, bitte lassen Sie sich ein neues Passwort über die Passwort vergessen Funktion zusenden. Sollte es zu Problemen kommen kontaktieren Sie das Bus-Profi Team per E-Mail.
Neue Felder für die persönlichen Daten
Man kann jetzt seine öffentlich einsehbare Daten genau bestimmen. Details findet ihr in in diesem Beitrag.
Durch die neue Forensoftware und die Portierung der Daten konnten die Passwörter aus dem alten Forum nicht übernommen werden, bitte lassen Sie sich ein neues Passwort über die Passwort vergessen Funktion zusenden. Sollte es zu Problemen kommen kontaktieren Sie das Bus-Profi Team per E-Mail.
send.key to Base
-
- Administrator
- Beiträge: 5293
- Registriert: Mi 10. Jan 2007, 18:49
- Hat sich bedankt: 4 Mal
- Danksagung erhalten: 15 Mal
- Kontaktdaten:
-
Themenersteller - Fingerwundschreiber
- Beiträge: 110
- Registriert: Mo 4. Jun 2012, 22:37
- Kontaktdaten:
#3 RE: send.key to Base
Hallo Florian,
danke.
Kaum macht man es richtig, schon funktioniert es.
mfg Marcel
danke.
Kaum macht man es richtig, schon funktioniert es.
mfg Marcel
-
- Fleißiges Mitglied
- Beiträge: 291
- Registriert: Fr 7. Jun 2013, 09:59
- Danksagung erhalten: 1 Mal
- Kontaktdaten:
#4 RE: send.key to Base
In the new version (1.8.0.4), we will change the LCN.key identifier a bit (the old one will still work). The new LCN.key identifier will allow to recognize, which module is sending a key to the Base - for example LCN.key.0.10.A1=hit.
-
- Administrator
- Beiträge: 5293
- Registriert: Mi 10. Jan 2007, 18:49
- Hat sich bedankt: 4 Mal
- Danksagung erhalten: 15 Mal
- Kontaktdaten:
#5 RE: send.key to Base
Are you catching from which Module or to which module? When you get The from module you still will Not Be anble to use The d-table.
I would prefere a to solution since Base could react to all send key commands to other modules without having to send a separate command to Base.
Regards
Florian
I would prefere a to solution since Base could react to all send key commands to other modules without having to send a separate command to Base.
Regards
Florian
-
- Fleißiges Mitglied
- Beiträge: 291
- Registriert: Fr 7. Jun 2013, 09:59
- Danksagung erhalten: 1 Mal
- Kontaktdaten:
#6 RE: send.key to Base
We will catch from which module - it's the point of the LCN.key identifier (sending a key to the Base). Base cannot react to the D table, but this is a limitation of LCN itself.
-
- Fleißiges Mitglied
- Beiträge: 324
- Registriert: Do 16. Feb 2012, 15:50
- Hat sich bedankt: 7 Mal
#7 RE: send.key to Base
Wenn ich das richtig verstehe ist das aber doch auch schon eine große Erweiterung oder nicht ?
Vorher konnte man lediglich 24 (Tabelle A, B, C) Tasten im ganzen System ans Base senden und jetzt kann man 24 Tasten je Modul an das Base senden ...
Vorher konnte man lediglich 24 (Tabelle A, B, C) Tasten im ganzen System ans Base senden und jetzt kann man 24 Tasten je Modul an das Base senden ...
-
- Fleißiges Mitglied
- Beiträge: 291
- Registriert: Fr 7. Jun 2013, 09:59
- Danksagung erhalten: 1 Mal
- Kontaktdaten:
#9 RE: send.key to Base
Hello,
I have a GTM6M module in my installation and I thought it would be helpful to send one command to the base module and then do a lot of things at once by triggering several channels. So I defined a channel to lower all shutters in my house at once. Btw. I can use that from Remote perfectly!
But the event coming from my GTM6M seems not to be recognized by the Base module.
In LCNPro Bus Monitor I can see the following event:
23:16:11:841 - M050 ? M254 Sende Tasten: 1 - - - - - - - C=lang
(M050 is the GTM6M, M254 is the Base module)
So my question is, who to react on that in event to trigger a command. I tried
Channel: E.LCN.key.0.50.C1=make
Data and condition fields left empty
any help appreciated
Reto
I have a GTM6M module in my installation and I thought it would be helpful to send one command to the base module and then do a lot of things at once by triggering several channels. So I defined a channel to lower all shutters in my house at once. Btw. I can use that from Remote perfectly!
But the event coming from my GTM6M seems not to be recognized by the Base module.
In LCNPro Bus Monitor I can see the following event:
23:16:11:841 - M050 ? M254 Sende Tasten: 1 - - - - - - - C=lang
(M050 is the GTM6M, M254 is the Base module)
So my question is, who to react on that in event to trigger a command. I tried
Channel: E.LCN.key.0.50.C1=make
Data and condition fields left empty
any help appreciated
Reto
-
- Administrator
- Beiträge: 5293
- Registriert: Mi 10. Jan 2007, 18:49
- Hat sich bedankt: 4 Mal
- Danksagung erhalten: 15 Mal
- Kontaktdaten:
#10 RE: send.key to Base
Try, I have not checked the new syntax yet
Channel: E.LCN.key.0.50
Data: C1make
condition fields left empty
Channel: E.LCN.key
Data: C1make
was the old syntax, where you did not catch the sending modul.
Good Luck
Florian
Channel: E.LCN.key.0.50
Data: C1make
condition fields left empty
Channel: E.LCN.key
Data: C1make
was the old syntax, where you did not catch the sending modul.
Good Luck
Florian
Zurück zu „Domiq-Module - DOMIQ Sp. z o.o.“
Wer ist online?
Mitglieder in diesem Forum: 0 Mitglieder und 2 Gäste