B&K Components
Spire_Jeff
Posts: 1,917
Hi, I was just wondering if anyone else is currently using the B&K CT Series in any jobs?
Also, anyone controlling any of the B&K AVR or REF series receivers?
Thanks,
Jeff
Also, anyone controlling any of the B&K AVR or REF series receivers?
Thanks,
Jeff
0
Comments
B&K control via RS232 has been a good experieince for me. The control strings are reliable and easy.
I can't tell you much about the audio quality, but the control works well.
Thanks,
Jeff
I wrote my on own control.
RCVR = 20 // B&K AVR 305 RECEIVER 9600,N,8,1
Sample string for volume up.
SEND_STRING RCVR,'(0,S,I,1=24;)'
Sample string for volume down.
SEND_STRING RCVR,'(0,S,I,1=C4;)'
Sample string for source select.
SEND_STRING RCVR,'(0,S,I,1=60;)' // TV INPUT
Sample string for power off.
SEND_STRING RCVR,'(0,S,I,1=80;)'
Sample string for power on.
SEND_STRING RCVR,'(0,S,I,1=40;)'
The protocol is attached. The check sum is optional.
On that topic, have you done anything with saving presets at all? Actually, I think I figured out what dumb mistake I made while I just typed that question
Thanks,
Jeff
Sorry, I should have looked at your post a little closer.
I am not doing any 2-way communication.
There is no module that I know of.
I never had a unit long enough to get that involved.
If you ever have the chance to play with one of the B&K CT receivers, let me know and I'll shoot you a copy of my module if you don't mind giving me a little feedback as to how it works.
Jeff
My company also returned to B&K, after a painful stint with Elan multi-zone components over the past 7 years or so.
We were a B&K dealer before they even had a remote controlled preamp, much less the digital products they seem to do so well with these days.
I see that this is 9 months old, but I would love to see the module you created as well as hear any pros/cons to integrating the unit.
Thanks,
Rick
2ndRick@gmail.com
We had some issues with the Version 1 CT products, but I believe they have cleaned up the issues. One thing I did find, If you have to use 2 or more ELAN volume controls with IR receivers in a single zone, you have to add a diode to the IR Data wire of each VC or the B&K will have problems with the IR.
Another thing we started doing was eliminating the IR control from the B&K IR ports over the sources and let the AMX processor control the sources. We did this mainly to eliminate that pain in the *** CT1 IR wire mess. For simple 6 zone installs, you can't beat the sound quality at that price. I also saw that they are doing soome very cool things with the new products they showed at CEDIA. (It seems that some of our suggestions made it to them )
If you have any questions on the product, feel free to ask and I'll do my best to answer. Again, I'll see what I can get you of the module, but beware that not everything from the DIP is completely implemented and documentation is only half done
Jeff
If I type any IR commands like Power On for zone 1 which is (0,S,I,1=40; ) I can see the TX and Rx led in the NI-3000 serial port blinking but I don't have any feedback. Is this the way I'm suppose to write the string in control device? if I input the string like this:
"(O,S,I,$1=$40;)" the Tx led in the NI-300 lights up when I send the string but it doesn't received any feedback(Rx).
Thanks in advance.
Pedro.
If I send the string from Control a Device in Netlinx like this:
(0,S,S,3="CD";) which is name input 4 CD it works, but if I add the check sum which would be like this (0,S,S,3="CD";cs16) it won't work.
I know that with IR commands I won't receive any feedback from the CT, but with commands like the one above which is a system parameter I should receive a response from the receiver and as a matter of fact I can see the Rx led in the NI-3000 light up. I have in the CT menu the feedback to reply and the echo enable.
There may be another way - this just popped in my head.
- Chip
Hi Jeff,
I've written fairly complete modules for Yamaha, Meridian, McIntosh, Sony, Denon, Integra, etc. receivers for both AMX and Cres.... environment. I recently had the chance to write a 2-way module for the REF 50. It was pretty time consuming to nail the tx/rx comm engine, but it works very well. From what I've seen the protocol structure is common between their products.
In my eyes one way communications on these units would be a total hack, and not recommended.
Is there a B&K dealer needing AMX drivers? If you provide short term loaner hardware, I will develop drivers to meet your needs. Please contact me.
I just finished a large casino project yesterday, so I'm open till the 14th of August.
This unit has some nice features. Among the many, it has option of converting IR from keypad IR receivers to a DIP message. This could be used as Netlinx button action.
Having a CK1.2 keypad in conjunction would be good.
Pedro.
How many CT unit are going into the projects? If more than one you need to connect to two seperate AMX ports because BnK passes through the dip commands from one to another (basically one way IR) but you get no feedback from both units unless both units are connected individually to the AMX master. You'll have to work your code accordingly.
Some of the older units also had spuratic feedback, the bass and treble if I recall and sometimes worked but often didn't until the eprom was changed. Not flash firmware upgradeable.