Ankündigung

Einklappen
Keine Ankündigung bisher.

Denon POA-3012CI logic modules

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    HS/FS Denon POA-3012CI logic modules

    Hi,
    I've made some logic modules to control a Denon Poa-3012Ci for multiroom audio.
    The Denon is connected to a Moxa nport via RS232. I have feedback as well for the 6 zones. Power, Volume and Source.
    The only problem I have is the initialisation. I need to send a few commands to the Denon but with a 200ms delay. I know how to sent 1 command when the module gets initialised.
    Somebody has any ideas?
    The commands I need to sent are for example, PW00?\r folowed by ST02?\r etc.
    If somebody is interested in the modules I can email them. Unfortunatly I'm not registered with DACOM so I don't have an assigned series of numbers for modules.
    Next on my list will be the Denon AVC-A1HDA. The POA has very few commands compared with the AVC. So this is my debut into logic modules.

    Greets

    Marco

    #2
    Hi Marco,

    you can also provide your solution at Download area here in the Forum. Every User can do so ;-)

    And for the Logic Module ID ? I think there will be also a solution possible.

    BR

    Tbi

    Kommentar


      #3
      Hi,

      Before I release the modules I want the initialisation to be done as well. So any help before I release is welcome.
      The problem is that I need to sent about 5 command during initialisation to get the parameters from the Denon. I can do it through a sequence in the HS but I would like to integrate it into the logic module.
      There need to be a minimum delay between the commands of 200ms. The first command is easy. Therefore I use the EI. It then sends the PW00?\r command. I then need to sent the second command ST02?\r but with a minimum 200ms delay. Any idea?
      Can I use EI and OC[1] as formula?

      greets

      Marco

      Kommentar


        #4
        a timer in logic

        Hi marco,

        see here is a Timer used:

        http://www.dacom-homeautomation.de/c...ndenImpuls.hsl

        and here more infos:

        DaCom - Database Computing GmbH

        hope this helps

        Tbi

        Kommentar


          #5
          Hi,

          I'm still struggling to get the initialisation done!
          During the init from the module I have to sent a few commands (ascii) to get the feedback from the amp. It sends the first command for the master power but then I like to request the status of each individual zone.
          This is what I've done.

          #Query
          5012|0|"EI"|""PW00?""|"1"|1|1|0|0
          5012|0|"EI and OC[1]"|""ST02?""|"1"|1|2|0|0
          5012|0|"EI and OC[2]"|""ST04?""|"1"|1|3|0|0
          5012|0|"EI and OC[3]"|""ST06?""|"1"|1|4|0|0
          5012|0|"EI and OC[4]"|""ST08?""|"1"|1|5|0|0
          5012|0|"EI and OC[5]"|""ST10?""|"1"|1|6|0|0
          5012|0|"EI and OC[6]"|""ST12?""|""|1|0|0|0

          Obviously this doesn't work.
          Can somebody offer any help?
          The commands have to be separated by 200ms.

          Marco

          Kommentar

          Lädt...
          X