IR port to rs232 on plasma
joec
Posts: 55
Does anyone know if it is possible to connect a cable from the IR port on the NI controller and connect it to the RS232 plasma port to send basic commands to the plasma?
THANKS
THANKS
0
Comments
http://www.xantech.com/
WHY?
Are you out of RS-232 ports on the master?
Before I would try the Xantech IR-RS232 I would get an IP-RS232 serial server and set up an IP device connection through the server to the RS232 device. You can buy single servers or multiple servers. I currently using and 8/16 port serial server fron ATOP which runs around $700 that allows me to connect to an additional 8/16 RS232 devices through an IP connection to the master and a serial connection between the device and the ATOP serial server. It's a relatively simple process to set up. Single IP - RS-232 servers are around a $100 - $150.
Yes we are out of RS232 ports on the NI700 controller
So some people do have the rs232 commands working through the NI IR ports and connected to a device. We will try that as well.
THANKS
Yes we are out of 232 ports on the NI
Do you have a link for the ATOP products? Specifically the single port models.
Thanks
The trick is in the ONLINE of the DATA_EVENT of the IR port, you have to set up the IR output to be RS232 data with a SET MODE DATA send_command.
DATA_EVENT[dvIRPORT_TV]
{
ONLINE:
{
SEND_COMMAND DATA.DEVICE,"'SET MODE DATA'"
}
}
- Chip
http://www.procab.be/html/Procab_bulkvideo_cablesD.asp?Type=CXV107 to be exact. Some one also used UTP for this purpose and ran IR cable for 120 ft. It might work too, give it a try)
p.s.Sorry for off top