Control4 Driver Wizard Key

Posted on
Control4 Driver Wizard Key 5,0/5 491 votes

Honeywell VISTA security systems are now fully certified by Control4; one of the leading vendors of Home Automation and Control Systems. Home owners with integrated VISTA and Control4 solution, will be able to manage their security, thermostat, lighting control and home entertainment systems from a consistent user.

Using LabVIEW 2011 with Windows XP and cRIO. I am using a Cognitive label printer via USB. I created a VISA driver using the wizard and it works beautifully. The problem that I have is that when I remove the Cognitive label printer and replace it with the same model, the device driver does not work with the printer.

Central

It appears that the driver is specific to the serial number of the printer. This does not work well if our product goes into the field and we have a printer failure which requires replacement of the printer. The question is: how do I make the device driver generic for the printer model?

App

Hi, I apologize for my ignorance! I didn't describe the problem very well. What I was doing was using a constant to open the barcode printer. The constant was generated by the project when I browsed for VISA devices. The constant was specific to the installed barcode printer. To get around this, I gave it an alias of 'BarcodePrinter'.

Control4 Driver Wizard KeyControl4

That still didn't work for me. To make a long story short, I dug into the VISA VI's and found 'Find Resource' and made the search string 'USB?::0x1840::0x0100::?.' . That resolved the issue.

Thanks for your help.