1

Topic: RAMM + MediaMatrix Shortcut Files

Hi forum.

I'm launching RMS files with my own application using a command like system("ramm1.RMS"). Is like a remote function to load the RAMM right view.

ramm1.RMS
[MediaMatrix Shortcut]
verb=connect
noun=100.100.102.164
user=Supervisor
password=secret

ramm2.RMS
[MediaMatrix Shortcut]
verb=connect
noun=100.100.102.165
user=Supervisor
password=secret

But now I want to swtich 2 views, but RMS files seems to be ready only for one view. Isn't it?

are there some way to do this?

ramm12.RMS
[MediaMatrix Shortcut]
verb1=connect
noun1=100.100.102.164
user1=Supervisor
password1=secret
verb2=connect
noun2=100.100.102.164
user2=Supervisor
password2=secret


BR,
Sergio

2

Re: RAMM + MediaMatrix Shortcut Files

Hello Sergio,

The structure of the .rms file only allows one action argument in the file.  In your case
with connecting to multiple host, then you will have to use your first example of creating
multiple .rms files.  One for each host connection.

Thanks

3

Re: RAMM + MediaMatrix Shortcut Files

Hello Duane, thanks for your answer

Please let me explain me better: I want to connect both host (noun_1A, noun_2A) at same time and switch to another two host (noun_1B, noun_2B) when some condition is triggered (using my program)

I can't figure how to do this using first example, sorry.

BR,
Sergio

4

Re: RAMM + MediaMatrix Shortcut Files

Hello Sergio,

The RAMM application does allow for connections to multiple host frames and
then gives control access to each host by toggling through the host
connections via the Window menu drop down.  Following your example, you
would still need four .rms files to initiate the connections to 1A, 2A, 1B, and 2B.
Each script file has to be unique to its respective host connection.

Thanks,
Duane

5

Re: RAMM + MediaMatrix Shortcut Files

Hello Duane

as I said before I want to connect both host at same time. Using the method you described here only allows to connect one at same time

1st: RAMM connected to host 1A and host 2A at same time
2nd: RAMM connected to host 1B and host 2B at same time

I think my co-worker Gabriel Alonso has found one way to do it. I will ask him to expain the method here

BR,
Sergio