Film-Tech Cinema Systems
Film-Tech Forum ARCHIVE


  
my profile | my password | search | faq & rules | forum home
  next oldest topic   next newest topic
» Film-Tech Forum ARCHIVE   » Operations   » Film Handlers' Forum   » Aligning Sound Heads (Page 3)

 
This topic comprises 4 pages: 1  2  3  4 
 
Author Topic: Aligning Sound Heads
Steve Guttag
We forgot the crackers Gromit!!!

Posts: 12814
From: Annapolis, MD
Registered: Dec 1999


 - posted 09-14-2008 02:38 PM      Profile for Steve Guttag   Email Steve Guttag   Send New Private Message       Edit/Delete Post 
Ethernet, from an alignment standpoint is quite annoying. One is always having to reset one's computer's IP so it talks with a particular device...one has to KNOW the address of a particular device.

With RS-232...connect and whamo, you up and going. Ethernet cables are another story...more crappy ones than good and in a service situation, the cables do not hold up so well (though there are more robust ones out there that do much better).

The CP650 Ethernet port is indeed active! In fact, it is the reason that the CP650 is the ONLY processor the Dolby Digital server recognizes and can control without a "go-between" like the NA-10.

Laptop manufacturers pulled the plug on RS232 WAY too fast. Most techs I know base their puter purchasing decision partly on if the new computer has a hard RS-232 port still.

Now where Ethernet is nice is for things like multi-processor tune ups. Say a DSP system for crossover and EQ. You can connect several units up to a wireless router and then have your puter talk to them all wirelessly. Very nice indeed, for that sort of situation.

But for just aligning one piece...it doesn't get much faster and more reliable than just plugging an RS232 cable in and aligning away.

Steve

 |  IP: Logged

Brad Miller
Administrator

Posts: 17775
From: Plano, TX (36.2 miles NW of Rockwall)
Registered: May 99


 - posted 09-14-2008 05:28 PM      Profile for Brad Miller   Author's Homepage   Email Brad Miller       Edit/Delete Post 
So well said, and that is why I have a Dell D830...because of the RS232.

 |  IP: Logged

Mark Gulbrandsen
Resident Trollmaster

Posts: 16657
From: Music City
Registered: Jun 99


 - posted 09-14-2008 07:15 PM      Profile for Mark Gulbrandsen   Email Mark Gulbrandsen   Send New Private Message       Edit/Delete Post 
Several of the current Dells have RS232 on them... and you can still get XP Pro too! I think that several of the Lenovo's also have 232...

Watch out using the USB to 232 dongle on a JSD 80 as you can blow up the JSD-80! If Clint sees this post perhaps he can clarify...

Mark

 |  IP: Logged

Steve Guttag
We forgot the crackers Gromit!!!

Posts: 12814
From: Annapolis, MD
Registered: Dec 1999


 - posted 09-14-2008 07:20 PM      Profile for Steve Guttag   Email Steve Guttag   Send New Private Message       Edit/Delete Post 
I have used the Kensignton USB to RS232 on JSD80s without problems...thus far...Clint?

Steve

 |  IP: Logged

Joe Redifer
You need a beating today

Posts: 12859
From: Denver, Colorado
Registered: May 99


 - posted 09-14-2008 07:39 PM      Profile for Joe Redifer   Author's Homepage   Email Joe Redifer   Send New Private Message       Edit/Delete Post 
So Ethernet is reliable enough to send sound data to amplifiers in the auditorium but it is nowhere near reliable enough to tinker with settings in a sound processor? Awesome logic there! Steve, the software itself should be the one looking for the CP650 via LAN. No IP changing necessary. I have software on my computer where when I launch it, I can access my Xbox via LAN and send porn to it. Doesn't matter what its IP or my IP is. The software figures it out because it was written by a person who is smart. The person who wrote it was just some guy who offered it as freeware, not a huge corporation like Dolby. Just imagine what money and resources could accomplish. Oh wait, that usually bogs things down more than anything. Also, you don't need to change your IP when you hook up to a router, do you? The CP650 (with firmware upgrade) could act as a router and give your laptop its IP address when you plug it in (I forget the term for this). It would not be difficult and would be totally plug-and-play.

Randy, yes I had already mentioned that it would require a firmware update (which should have been in the original BIOS to begin with).

 |  IP: Logged

John Walsh
Film God

Posts: 2490
From: Connecticut, USA, Earth, Milky Way
Registered: Oct 1999


 - posted 09-14-2008 09:18 PM      Profile for John Walsh   Email John Walsh   Send New Private Message       Edit/Delete Post 
Agree with Steve .. in the industrial controller world, RS232 is still pretty much king, including DOS!

 |  IP: Logged

Steve Guttag
We forgot the crackers Gromit!!!

Posts: 12814
From: Annapolis, MD
Registered: Dec 1999


 - posted 09-14-2008 09:47 PM      Profile for Steve Guttag   Email Steve Guttag   Send New Private Message       Edit/Delete Post 
Oh dear Joe...are you confusing a propritary format Cobranet with Ethernet?

The letters you are looking for is DHCP when it comes to automatically assigning IP address. Sorry though...that doesn't seem to apply to much outside of computers on the internet or office LANs. When you need to access specific devices, they are generally assigned a fixed address and your DHCP thing falls apart.

Could this be overcomed? I suppose and I will leave it to much more qualified people than I to discuss it...Perhaps Scott Norwood would be better at discussing the virtues and pitfalls of Ethernet communication.

In my uses with Ethernet for A/V devices...it has proven itself to be less reliable and vastly more cumbersome except as mentioned in an earlier post. Ethernet connections do have a huge advantage for monitor/controlling from afar though. Providing you know all of the IPs...you can monitor an almost limitless amount of equipment.

Steve

 |  IP: Logged

John Hawkinson
Film God

Posts: 2273
From: Cambridge, MA, USA
Registered: Feb 2002


 - posted 09-14-2008 11:51 PM      Profile for John Hawkinson   Email John Hawkinson   Send New Private Message       Edit/Delete Post 
There are several issues here.

At a protocol level, ethernet requires a degree of address management that isn't necessary for RS232. This means DHCP or carefully assigning static IP addresses, and a lot of variations that may not work well in all environments. It just adds annoying complexity. This might be a one-time cost if you're permanently connecting two devices (e.g. cobranet), or a frequent annoyance if you're moving a laptop between different machines.

(Yes, it's possible for the CP650 to run a DHCP server and assign an address to your laptop if you plug it in. But that sort of strategy could wreak havoc if you plugged your CP650 into the building network that already had a DHCP server. etc. etc.)

Beyond protocol issues, ethernet has synchronization issues. It's not really designed for reliable transmission, which means that protocols that sit on top of ethernet have to be designed to buffer data until it is acknowledged. That adds a lot of complexity compared to RS232 where you don't need to do that kind of buffering. That complexity is significant for small embedded devices.

It's also more difficult to do realtime activity with Ethernet. Because of the buffered nature of TCP/IP, a long-running stream might fall behind -- it would be poor if WinDRAS displayed data that lagged your adjustments by an entire second. These problems are surmountable (obviously Cobranet does it for audio!), but the solutions are substantial effort (development cost), and they don't have the kind of canned simple solution that RS232 provides.

To be honest, the biggest annoyance I see is the vendors who provide Windows software that doesn't work with USB serial ports (The last one I recall having problems with was Harman/JBL/DBX). Hopefully those all go the way of the dodo.

Some nits with prior comments:
  • Moving from serial to USB or Ethernet is a big step. Even if the issues associated with the new technology were addressed, the work to rewrite the code and manage the transition would not be trivial.
  • USB is no more "processor dependant" than RS232. You get a USB driver chip and talk to it and away you go
  • USB is technically half-duplex, but that's an unimportant technical detail. It does not mean you cannot achieve high-speed bidirectional communication.
I much prefer the PL2303-based USB/serial adapters (like the IOGEAR 232A to the Kensington. Much smaller and more compact....)
--jhawk

 |  IP: Logged

Joe Redifer
You need a beating today

Posts: 12859
From: Denver, Colorado
Registered: May 99


 - posted 09-14-2008 11:53 PM      Profile for Joe Redifer   Author's Homepage   Email Joe Redifer   Send New Private Message       Edit/Delete Post 
Steve, you wandered into the Land of Confusion with that last post. Perhaps you do not understand the concept of connecting straight to a single unit via a crossover cable. Is it really that difficult to understand? There is nothing proprietary about it.

quote: Steve
that doesn't seem to apply to much outside of computers on the internet or office LANs. When you need to access specific devices, they are generally assigned a fixed address and your DHCP thing falls apart.
I really don't think you are capable of wrapping your mind around what I am saying, but I will try one more time. You know how you plug your computer into a router? Isn't it amazing how you don't need to know the router's IP address in order to get things functioning? Sure, you can type it in as a URL in a web browser and tinker with the functions for a router, but the Dolby software would take care of that as it would know what the IP address of a CP650 would be in crossover mode (which would always be the same IP unless it were networked). So it would be as simple as plugging in a crossover cable, running DRAS and and tinkering with the settings, saving and closing... assuming your laptop was set up for DHCP and it would have to be if it were a laptop and not just plugged in at home all the time. Want to have all of the CP650s on a network? No problem, you could modify this in the CP650's settings itself so that they each have a different IP (which could be assigned). You would only ever have to do this once and only in network mode. DRAS would let you save the information for each theater. So you call up The Baltimore Boringplex 10 in a file saved by DRAS on your laptop (which could be e-mailed to any other tech), it knows that theater #1 is 192.168.1.01 and theater 10 is 192.168.1.10. You log into theater 7 just by plugging into a switch with a normal ethernet cable and tamper with its settings, raising the center channel 20db for no good reason. No DB9 cable needed. The fact that the CP650 is not a personal computer or an office LAN has nothing to do with anything and is completely irrelevant to this hypothetical argument (note: the situations in the argument are hypothetical, not the argument itself). Your laptop won't give a shit if it is in an office or not, it will still work. I kid you not. It's not magic!!

Of course this is all likely WAAAY beyond what the CP650 is physically capable of, to my knowledge.

quote: Steve
Could this be overcomed?
"Overcomed"? LOL. You winned with that one!

 |  IP: Logged

Andrew Bangs
Expert Film Handler

Posts: 148
From: Kerrville, Texas, United States
Registered: Sep 2008


 - posted 09-15-2008 01:06 AM      Profile for Andrew Bangs   Author's Homepage   Email Andrew Bangs   Send New Private Message       Edit/Delete Post 
[Eek!] [Eek!] [Eek!]
What a can of worms!!!
[Big Grin] [Razz] [Big Grin]

 |  IP: Logged

Mark Gulbrandsen
Resident Trollmaster

Posts: 16657
From: Music City
Registered: Jun 99


 - posted 09-15-2008 08:07 AM      Profile for Mark Gulbrandsen   Email Mark Gulbrandsen   Send New Private Message       Edit/Delete Post 
quote: Joe Redifer
Isn't it amazing how you don't need to know the router's IP address in order to get things functioning? Sure, you can type it in as a URL in a web browser and tinker with the functions for a router, but the Dolby software would take care of that as it would know what the IP address of a CP650 would be in crossover mode (which would always be the same IP unless it were networked).
Joe,

Oei Vey! Tne Dolby software and processor doesn't know anything at all... the software is just a bunch of Hex code and the processor is designed to have functionality based on how that Hex Code is formatted.

I think we can all just imagine what the posts here will be like when you get into D-Cinema...

 |  IP: Logged

Steve Guttag
We forgot the crackers Gromit!!!

Posts: 12814
From: Annapolis, MD
Registered: Dec 1999


 - posted 09-15-2008 11:07 AM      Profile for Steve Guttag   Email Steve Guttag   Send New Private Message       Edit/Delete Post 
Joe, nope I understand connecting straight via crossover cable...do it all the time...have a real nice one too.

The trick comes that you have to set your computer to a like IP (the first 2 to 3 octets, depending on your subnet mask) to get the two units to talk. You can't go DHCP because nothing is there in a straight connection to dynamically assign your computer's IP address.

Joe, just how many A/V devices (including cinema products, DSPs for audio, DCinema equipment, video projectors...etc) have you personally connected your computer to and successfuly communicated with and controlled? If not, give it a try and report back at how easy it all went.

One thing I've done to make things easier is to generally only connect to the internet via wireless and have that port set to DHCP and left the wired Ethernet to a 192.168.x.x type address. Then set the subnet mask to 255.255.0.0. That normally lets me "find" most any device of interest that I'm connected to...providing they are 192.168.x.x addresses. Some of our clients devices are on 10.10.x.x addresses.

Steve

 |  IP: Logged

Clint Koch
Phenomenal Film Handler

Posts: 1435
From: San Luis Obispo, CA, USA
Registered: Feb 2002


 - posted 09-15-2008 03:51 PM      Profile for Clint Koch   Email Clint Koch   Send New Private Message       Edit/Delete Post 
Hello all,
I am traveling am do not recall the adaptor we recomend for this yet I have asked Tom in my office to respond to this thread.
Clint

 |  IP: Logged

Mark Gulbrandsen
Resident Trollmaster

Posts: 16657
From: Music City
Registered: Jun 99


 - posted 09-15-2008 04:40 PM      Profile for Mark Gulbrandsen   Email Mark Gulbrandsen   Send New Private Message       Edit/Delete Post 
There are also free IP Address Sweepers available that'll tell you all the IP addresses of a given network that you hook too... They can be useful especially if you're a new tech and someone else did the setup. A took kit like those made by Solar Winds can be especially helpful if you go into a big system blind. There are also free IP Sweeper downloads you could use if you trust em.

Mark

 |  IP: Logged

Joe Redifer
You need a beating today

Posts: 12859
From: Denver, Colorado
Registered: May 99


 - posted 09-15-2008 05:37 PM      Profile for Joe Redifer   Author's Homepage   Email Joe Redifer   Send New Private Message       Edit/Delete Post 
quote: Steve
Joe, just how many A/V devices (including cinema products, DSPs for audio, DCinema equipment, video projectors...etc) have you personally connected your computer to and successfuly communicated with and controlled?
That is irrelevant. I'm not talking about how existing equipment currently works, I'm talking about how it could and should work. Just because a certain set of manufacturers don't include a certain function in their equipment doesn't mean it can't be done.

 |  IP: Logged



All times are Central (GMT -6:00)
This topic comprises 4 pages: 1  2  3  4 
 
   Close Topic    Move Topic    Delete Topic    next oldest topic   next newest topic
 - Printer-friendly view of this topic
Hop To:



Powered by Infopop Corporation
UBB.classicTM 6.3.1.2

The Film-Tech Forums are designed for various members related to the cinema industry to express their opinions, viewpoints and testimonials on various products, services and events based upon speculation, personal knowledge and factual information through use, therefore all views represented here allow no liability upon the publishers of this web site and the owners of said views assume no liability for any ill will resulting from these postings. The posts made here are for educational as well as entertainment purposes and as such anyone viewing this portion of the website must accept these views as statements of the author of that opinion and agrees to release the authors from any and all liability.

© 1999-2020 Film-Tech Cinema Systems, LLC. All rights reserved.