Old September 16th, 2009, 11:15 PM   #1
davidgil
New Member
 
Join Date: Sep 2009
Location: McMinnville, Oregon, USA
Posts: 7
davidgil is on a distinguished road
Default Sony EVI-D70 Camera Control

Hi All,
We've been looking at the Sony EVI-D70 the church has on the website, however I'm a little concerned about the best way to control it. I have about a 100 foot cable run that I will need to make. I'm assuming that I would need to use the RS-422 cable for that length. Does any one know if the camera includes the control software? Has anyone succesfully used this camera by interfacing RS-422 cable with a computer? Any other suggestions on controlling it (low cost)?
Thanks very much,
David
davidgil is offline   Reply With Quote
Old September 17th, 2009, 07:11 AM   #2
PaulBB1
New Member
 
Join Date: Dec 2007
Location: Saline, Mi
Posts: 21
PaulBB1 is on a distinguished road
Default Sony EVI-D70 Camera Control

I have not used the RS-422 controls but have used the hand remote on one at three events. It works great. We had the camera sitting on a tripod on the 3rd clerks office and controlled it from the overflow area watching a TV.

I am also interested in the computer controls. The computer will need a RS-422 interface card to allow the communications.
PaulBB1 is offline   Reply With Quote
Old September 17th, 2009, 11:41 AM   #3
RussellHltn
Community Administrator
 
Join Date: Jan 2007
Location: U.S.
Posts: 3,969
RussellHltn will become famous soon enough
Default

Quote:
Originally Posted by PaulBB1 View Post
The computer will need a RS-422 interface card to allow the communications.
There's several ways that can be done. The difference between RS-422 and RS-232 is in the physical layer. Both are serial communications using the same protocol. So a simple adapter would work at well.

The real questions is what's the cost effective way to do it.
__________________
There are 10 types of people. Those who understand binary and those that don't.

If you haven't already, please take a moment to review our new (as of 5/15/09) Code of Conduct.
RussellHltn is offline   Reply With Quote
Old September 17th, 2009, 12:23 PM   #4
PaulBB1
New Member
 
Join Date: Dec 2007
Location: Saline, Mi
Posts: 21
PaulBB1 is on a distinguished road
Default Sony EVI-D70 Camera Control

If I remember right the RS-232 connector is a D Connector 9 pin serial port. So a standard RS-232 serial card will work? Should be cheap. The problem as I see it is the putting a cable through conduit to the Library/satellite cabinet and then connecting the wires to the correct pins.

I wonder if I still have my pin removal tool?

And then there is the software. Your right is it worth it when the remote works great.
PaulBB1 is offline   Reply With Quote
Old September 17th, 2009, 01:39 PM   #5
RussellHltn
Community Administrator
 
Join Date: Jan 2007
Location: U.S.
Posts: 3,969
RussellHltn will become famous soon enough
Default

Quote:
Originally Posted by PaulBB1 View Post
If I remember right the RS-232 connector is a D Connector 9 pin serial port. So a standard RS-232 serial card will work?
With an adapter.

IIRC, the big difference between 232 and 422 is that 232 has a single ground wire and all signals reference it. 422 uses a differential pair - meaning that when one wire is driven positive, the other is driven negative. There is no "ground" line.

However, the whole concept of serial data, speed, start/stop bits, etc are all the same. So once you can adapt electrically, the higher layers of the protocol stack should work.

So your choice is to add a 422 card or to find a 232 to 422 adapter.
__________________
There are 10 types of people. Those who understand binary and those that don't.

If you haven't already, please take a moment to review our new (as of 5/15/09) Code of Conduct.
RussellHltn is offline   Reply With Quote
Old September 17th, 2009, 05:50 PM   #6
rmrichesjr
Community Moderator
 
Join Date: Jan 2007
Location: Dundee, Oregon
Posts: 581
rmrichesjr is on a distinguished road
Default

Quote:
Originally Posted by RussellHltn View Post
With an adapter.

IIRC, the big difference between 232 and 422 is that 232 has a single ground wire and all signals reference it. 422 uses a differential pair - meaning that when one wire is driven positive, the other is driven negative. There is no "ground" line.

However, the whole concept of serial data, speed, start/stop bits, etc are all the same. So once you can adapt electrically, the higher layers of the protocol stack should work.

So your choice is to add a 422 card or to find a 232 to 422 adapter.
All of the above is correct. If you can't find an adapter between 232 and 422, it is pretty easy to build one. I think I have the hand-drawn schematic for the one I built several years ago. Please inform if it is needed.
rmrichesjr is offline   Reply With Quote
Old September 17th, 2009, 05:58 PM   #7
RussellHltn
Community Administrator
 
Join Date: Jan 2007
Location: U.S.
Posts: 3,969
RussellHltn will become famous soon enough
Default

I have seen at least one implementation of 422 that included tri-state/buss arrangement. But since we're looking to interface the "master", I don't think it's an issue. It would be the cameras that would go tri-state.
__________________
There are 10 types of people. Those who understand binary and those that don't.

If you haven't already, please take a moment to review our new (as of 5/15/09) Code of Conduct.
RussellHltn is offline   Reply With Quote
Old September 17th, 2009, 06:09 PM   #8
rmrichesjr
Community Moderator
 
Join Date: Jan 2007
Location: Dundee, Oregon
Posts: 581
rmrichesjr is on a distinguished road
Default

Quote:
Originally Posted by RussellHltn View Post
I have seen at least one implementation of 422 that included tri-state/buss arrangement. But since we're looking to interface the "master", I don't think it's an issue. It would be the cameras that would go tri-state.
The form with the tristates is called RS-485, described in this page: http://www.rs485.com/rs485spec.html
rmrichesjr is offline   Reply With Quote
Old September 17th, 2009, 06:28 PM   #9
davidgil
New Member
 
Join Date: Sep 2009
Location: McMinnville, Oregon, USA
Posts: 7
davidgil is on a distinguished road
Default

Thank you for all the replys. Some of you have mentioned using the hand remote. I'm assuming this has to be line-of-site to use. Is this correct? Unfortunately for me my control room is not line of site to where the camera will be.
davidgil is offline   Reply With Quote
Old September 17th, 2009, 06:50 PM   #10
RussellHltn
Community Administrator
 
Join Date: Jan 2007
Location: U.S.
Posts: 3,969
RussellHltn will become famous soon enough
Default

At one time IR extenders were quite popular.
__________________
There are 10 types of people. Those who understand binary and those that don't.

If you haven't already, please take a moment to review our new (as of 5/15/09) Code of Conduct.
RussellHltn is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 11:32 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.