Newbie question about Barco Projector SLM-R12+
Hi,
I'm newbie of Netlinx designer. I program for AMX Axcent3, control this projector via RS232 port 1. If anybody know about code for control this model projector, please send me. Or send me the sample for this.
Many thanks,
Thang Nguyen
I'm newbie of Netlinx designer. I program for AMX Axcent3, control this projector via RS232 port 1. If anybody know about code for control this model projector, please send me. Or send me the sample for this.
Many thanks,
Thang Nguyen
0
Comments
Do you have the current source code for the Axcent as probably if you list it someone may rejig it for Netlinx for you
Ryan
Is that correct?
Thanks,
Thang
Thanks in advanced,
Thang
All you should need to do is place the Send_command in the
Data_Event Vproj
Sorry got set into "program Mode and accidentally hit the Tab and CR
All you should need to do is take the send_command out of Define_Start and place into Data_Event
Data_Event [dvProj]
{
Online:
{
send_command dvProj, 'SET BAUD 9600,N,8,1,485 DISABLE'
}
}
Dear Conlin,
Where can I put that code to? I tried to put to some where but the Netlinx say error when I compile! I program for Axcent 3 and AXT-CV10 equipments.
Thanks,
Thang
Ryan
Dear Colin,
It does not work. Do you have any ideals?
Thanks,
T.
You need to but the Data_Event under the Event section of the netlinks code section.
- Chip
Yeah! No EVENTs for Axcent3. How can I do now? Thanks
Thang
For an Axcent3, your original code is correct; the serial port settings go in DEFINE_START.
Ryan
All setting are correct! I've just only do not know how to control the Barco projector by Axcess3 command. I used RS232 port.
But now everything is OK. I found how to deal with this projector. I only use command:
It's very easy. Thank you all.
Cheers,
Thang