Ip control of Optima projector
davidv
Posts: 90
I need to control my Optima projector. I have the RS232 codes but Im not sure how to communicate with the device through Netlinks.
dvProj 0:2:0
How do tell my controller to look for the ip address? so I can send my commands
dvProj 0:2:0
How do tell my controller to look for the ip address? so I can send my commands
0
Comments
You have to use IP_CLIENT_OPEN to connect to it, and you should probably put something in there to re-connect if it drops for any reason. Once open, send your commands to the device the same as 232.
So how would I do the ip client open?
And how does the ip device know to route it to the projector?
SLONG IP_CLIENT_OPEN
(INTEGER LocalPort,
CHAR ServerAddress[ ],
LONG ServerPort,
INTEGER Protocol)
There's a hint! (ServerAddress)
Haha yes they did but I havnt programmed a system in over 3 years. I have a day to refresh my memory.
Sorry, not helpful I know.
I dont understand why you even presented a reply this way. I used to work programming systems years ago then moved into a different field. In order to get ACE certified you just have to sign up and take a class. Maybe you should start looking there.
TCP port:41794 (******** RoomView)
Power On "$05,$00,$06,$00,$00,$03,$00,$04,$00"
Power Off "$05,$00,$06,$00,$00,$03,$00,$05,$00"
input- HDMI "$05,$00,$06,$00,$00,$03,$00,$CE,$13"
input- DVI"$05,$00,$06,$00,$00,$03,$00,$CD,$13"
input- VGA1 "$05,$00,$06,$00,$00,$03,$00,$CF,$13"
input- VGA2 "$05,$00,$06,$00,$00,$03,$00,$D0,$13"
input- BNC "$05,$00,$06,$00,$00,$03,$00,$D1,$13"
input- Component "$05,$00,$06,$00,$00,$03,$00,$D2,$13"
input- S-Video "$05,$00,$06,$00,$00,$03,$00,$D3,$13"
input- Video "$05,$00,$06,$00,$00,$03,$00,$D4,$13"
VOL + "$05,$00,$06,$00,$00,$03,$00,$FB,$13"
VOL - "$05,$00,$06,$00,$00,$03,$00,$FA,$13"
Volume Mute "$05,$00,$06,$00,$00,$03,$00,$FC,$13"
Auto "$05,$00,$06,$00,$00,$03,$00,$32,$14"
Freeze ON"$05,$00,$06,$00,$00,$03,$00,$f0,$13"
Freeze ON"$05,$00,$06,$00,$00,$03,$00,$f1,$13"
AV Mute "$05,$00,$06,$00,$00,$03,$00,$ee,$13"
Well no...
see, we have to continue to keep creds up. We have to recertify each year. That has been a rather hot topic of late. That's why the increduliaty. If you haven't taken any recertification exams/tests/etc.. then you're not supposed to be A.C.E. That's not saying you cannot program and work. There are plenty here who chose not to go down the recert path. It may effect how your dealership is viewed by AMX.