PDA

View Full Version : Custom ASCI UDP/TCP/IP commands send



michalp8
01-07-2011, 02:29 PM
Hi, Can you add (or modify custom serial module) to allow send ASCI commands to switchers etc.

Mr_P
01-07-2011, 11:28 PM
write the asci commands in " " quotes

Hex commands go in [] square brackets

michalp8
02-07-2011, 12:08 PM
But how to send it via LAN network to IPaddres:port? I want to send ASCI comands to Analogway ORC-50 via TCP/IP or UDP protocol.

Mr_P
02-07-2011, 06:56 PM
{EDITED TO ADD MORE DETAILS...}

Create a TCPIP port in serial settings:
http://dl.dropbox.com/u/31441377/CatVx%20Support%20Files/TCPIP%20Settings.png

You then have to restart catalyst for the TCPIP ports to appear

Then insert the IP address and port for the device and choose UPD or TCP
(example above shows 4 devices)

Select the TCPIP for each serial control device :

http://dl.dropbox.com/u/31441377/CatVx%20Support%20Files/RS232%20Devices.png

Then write your command:

http://dl.dropbox.com/u/31441377/CatVx%20Support%20Files/MAIN%201-3-1-3.png

(This is a command written in HEXfor a Kramer matrix to switch 4 inputs to 4 ouputs)
Each HEX command is in [square brackets]

http://dl.dropbox.com/u/31441377/CatVx%20Support%20Files/BACKUP%203000.png

(This is a command written in TEXT and HEX for a Kramer matrix to switch 4 inputs to 4 ouputs)

Each TEXT command is in "QUOTES" and the carriage return for the command is in HEX [0d]

Let me know if you need more info -

PLEASE NOTE - THIS IS AN EXAMPLE - NOT THE ACTUAL SETTING YOU WILL NEED...

(unfortunately I don't know the commands for the matrix you mention - do check the manufacturers manuals for details...)

S

samsc
03-07-2011, 11:54 AM
But how to send it via LAN network to IPaddres:port? I want to send ASCI comands to Analogway ORC-50 via TCP/IP or UDP protocol.

what are the commands you need to send?

michalp8
03-07-2011, 07:46 PM
Mainly commands to load preprogramed presets in ORC-50, but I will check taht tomorrow and I think I can do that.

Mr_P
03-07-2011, 08:00 PM
just had a look at the website:

see serial commands PDF for details:
http://www.analogway.com/downloads/users_manuals/ORC50_Protocol.pdf

Example:
To Load the Preset Memory #10

command to insert in to catalyst would be:
"10PL"


S