CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

GE Kalatel Digiplex Protocol sniffed (not to be found!)

 
Post new topic   Reply to topic    CCS Forum Index -> Code Library
View previous topic :: View next topic  
Author Message
superfranz



Joined: 05 Sep 2014
Posts: 10
Location: Trieste, Italy

View user's profile Send private message Send e-mail

GE Kalatel Digiplex Protocol sniffed (not to be found!)
PostPosted: Sun Oct 05, 2014 2:04 pm     Reply with quote

I'm glad to share with you the results of GE Kalatel Digiplex protocol I've sniffed for use with GE Kalatel cyberdome cameras.

not to be found anywhere in internet


sniffed from Old Kalatel Ktd-304 joystick controller.


Port settings:
serial 4800baud 7bitdata 1stop

two wire rs422 (the camera only listens, never talks)
(build TTL to 422 interface with MAX485, for picmicro use. Pay attention to A & B wire, maybe you have to switch A with B).



Commands:

structure : address + command + value

address from 00 to 7F (from 0 to 127, means 128 cameras)


camera hang-up: address + 0x09 + 0x00
(i have to check if really needed)
(sent by controller every time you select another camera)


zoom more: address + 0x28 + 0x3F
zoom less: address + 0x20 + 0x3F
focus near: address + 0x29 + 0x00
focus far: address + 0x21 + 0x00
focus auto: address + 0x1c + 0x00

iris open: address + 0x2A + 0x00
iris close: address + 0x22 + 0x00
iris auto(to check): address + 0x0b + 0x00

pan sx: address + 0x11 + speed (from 0x00 to 0x1f)
pan dx: address + 0x01 + speed (da 0x00 a 0x1f)

tilt up: address + 0x08 + speed (da 0x00 a 0x1f)
tilt down: address + 0x0A + speed (da 0x00 a 0x1f)


PS:
1- in stand-by mode the controller sends 0x00 continuously
2- you have to consider some ms of delay between commands (maybe 20 or more)

nice to share,

bye bye!

SuperFranz!
_________________
SuperFranz
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> Code Library All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group