Home AMX User Forum AMXForums Archive Threads AMX Applications and Solutions VisualArchitect

Vantage Infusion Driver in 1.2?!

I fired up version 1.2 to check it out and found there was a driver for Vantage InFusion! Now maybe it has been there in other versions but it was news to me. The drawback, I can't seem to download the driver from the partner site - is there any way to get documentation for the driver? You may have saved me a lot of hours!

Curt
Trikin

Comments

  • Whoops... It was my Cafe Duet file showing up in VA :) Back to work...
  • trobertstroberts Posts: 228
    Is there a netlinx module for the InFusion available?
  • TrikinCurtTrikinCurt Posts: 158
    Nope. The good news is sending command to infusion is very easy. The bad news is writing a Duet module would really take some time.

    Curt
  • wirmwirm Posts: 7
    Has this changed? I see there is no duet module listed in inConcert, but on the partner's page vantage is listed. It also has its own AMX certified logo, and on the right has "infusion" in the dynamic discovery list. Any one know if the infusion panels send out their own modules yet?
  • trobertstroberts Posts: 228
    To my knowledge there is still no duet or netlinx module yet for the Vantage InFusion. The last I heard it was coming out in a month and that was about 4 months ago. If anone knows different I too would love to know.
  • wirmwirm Posts: 7
    what i think is funny is the whole auto discovery tag on the partners page. which leads you to believe that you're going to plug in a vantage controller and its going to upload the module for you, and from what everyone is saying there isnt even a module yet to pass out never mind code for.
  • There is a Duet module online now. It will need the latest version of Cafe Duet (1.9) to run though.
  • wirmwirm Posts: 7
    HAHA how awesome is that! Me and my boss finally got everything up and running, im like well i might as well check one last time. Its there.. what are the odds? The documentation has a few typo's and is a little well.. not right. But all and all its a big help.
  • DenisDenis Posts: 163
    Module Infusion

    Hi

    I try to control an Infusion system with AMx module, and when I send file to master I get that
    ,
    Send Failed 0 of 704 NetLinx-192.168.0.130:1319 0:1:0 Brosseau Demo,Rev 2.mf C:\DOCUME~1\Denis\LOCALS~1\Temp\DuetTemp5\ Transfer Aborted - Unsupported file type. Friday, February 20, 2009 16:45:33
    Send Failed 0 of 916064 NetLinx-192.168.0.130:1319 0:1:0 devicesdkrt.jar C:\DOCUME~1\Denis\LOCALS~1\Temp\DuetTemp5\ Transfer Aborted - Unsupported file type. Friday, February 20, 2009 16:45:33
    Send Complete 523355 of 523355 NetLinx-192.168.0.130:1319 0:1:0 PROG.tkn C:\DOCUME~1\Denis\LOCALS~1\Temp\DuetTemp5\ None Friday, February 20, 2009 16:45:33
    Send Failed 0 of 535001 NetLinx-192.168.0.130:1319 0:1:0 snapirouter.jar C:\DOCUME~1\Denis\LOCALS~1\Temp\DuetTemp5\ Transfer Aborted - Unsupported file type. Friday, February 20, 2009 16:45:33
    Send Failed 0 of 295663 NetLinx-192.168.0.130:1319 0:1:0 Vantage_Infusion_Comm_dr2_0_41.jar C:\DOCUME~1\Denis\LOCALS~1\Temp\DuetTemp5\ Transfer Aborted - Unsupported file type. Friday, February 20, 2009 16:45:33
    Send Complete 246 of 246 NetLinx-192.168.0.130:1319 0:1:0 empty.src C:\DOCUME~1\Denis\LOCALS~1\Temp\ None Friday, February 20, 2009 16:45:33
    The failed tranferts files are normal?

    I got no error when I compiling yhe program but....

    I send
    BUTTON_EVENT [dvTPMain,101]
    {
        PUSH:
        {
        SEND_COMMAND vdvLightSystem, '236,0'
        }
    }
    
    
    but the light still on ( it's not a light but a relay sceen control)

    any cue?
  • trobertstroberts Posts: 228
    This is the correct way to send a command, using the module:
    SEND_COMMAND vdvVANTAGE,"'KEYPADSYSTEMBUTTONSTATE-143,PUSH'"

    On a side note, AMX is revamping this module. Feedback does not currently work, so if you are using the current module don't expect to get feedback. I would be happy to send you an include file that controls buttons and gets LED feedback wether the light is on or off. If you have a large system you are better off writting your own module.

    Also keep in mind despite what the help file says, the module does not send a STATUS ALL command to the Vantage system. You must send this command anytime the Vantage reboots to the Vantage.
Sign In or Register to comment.