russound mca-c5 and ASCII

102 views
Skip to first unread message

yannick hennebert

unread,
Apr 24, 2014, 2:15:12 PM4/24/14
to comman...@googlegroups.com
Hello,
I'm looking for an example to buy my mca-c5 by the RS232 port ASCIIsi possible or in RNET or RIO.
I would like an example:
how to make an "on" in programming or off ........
I watched the doc party3RIO but I do not understand how to do it before it was CAV6.6 with ASCII and for me it was simple?
thank you for your help.
cordially

Leo Rojas

unread,
Apr 24, 2014, 10:50:54 PM4/24/14
to comman...@googlegroups.com

Hi this is the comand to turn on the the zone 1

Example

EVENT C[1].Z[1]!ZoneOn

And power off

EVENT C[1].Z[1]!ZoneOff

Regards

--
You received this message because you are subscribed to the Google Groups "CommandFusion Software" group.
To unsubscribe from this group and stop receiving emails from it, send an email to commandfusio...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

yannick hennebert

unread,
Apr 29, 2014, 12:47:36 AM4/29/14
to comman...@googlegroups.com
it does not work .... it really takes me ascii, my software does not knx supervision order. the software sairbere call. thank you for your answer

Deiby Rojas Montero

unread,
Apr 29, 2014, 10:09:07 AM4/29/14
to CommandFusion

Example

EVENT C[1].Z[1]!ZoneOn\x0D

And power off

EVENT C[1].Z[1]!ZoneOff\x0D


Put \x0D to end command




2014-04-28 22:47 GMT-06:00 yannick hennebert <con...@comahome.fr>:
it does not work .... it really takes me ascii, my software does not knx supervision order. the software sairbere call. thank you for your answer
--
You received this message because you are subscribed to the Google Groups "CommandFusion Software" group.
To unsubscribe from this group and stop receiving emails from it, send an email to commandfusio...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Deiby Rojas Montero
Moncortec S.A.
http://www.moncorteccr.com

Tel: 2263.6052
Cel: 6131.6332
Skype: Deiby.cr

mmm.v...@gmail.com

unread,
May 1, 2014, 10:40:52 AM5/1/14
to comman...@googlegroups.com

Does any know what the code is to change to a specific volume without using the TurnOnVolume

In the RIO protocol it shows an event command Volume, however does not explain how to set the volume level.  Below is what is assumed it should be, however I am getting errors returned.  The manual does not show any examples of the volume event.  I have tried with and without the space before the volume number and also quoting "25" not seeing any  better results.  The error looks like it could be a termination error however in the binary I have a 13.  Should this be something else?

Thanks in advance
Matt

ASCII -->  EVENT C[1].Z[6]!Volume25
BINARY -->  69;86;69;78;84;32;67;91;49;93;46;90;91;54;93;33;86;111;108;117;109;101;50;53;13
Error -->  E UnknownEvent (error near: EVENT C[1].Z[6]!Volume25^)

ASCII -->  EVENT C[1].Z[6]!Volume 25
BINARY -->  69;86;69;78;84;32;67;91;49;93;46;90;91;54;93;33;86;111;108;117;109;101;50;53;13
Error -->  E UnknownEvent (error near: EVENT C[1].Z[6]!Volume^ 25)

Greg S.

unread,
May 1, 2014, 2:23:46 PM5/1/14
to comman...@googlegroups.com
try EVENT C[1].Z[6]!KeyPress Volume 25

mmm.v...@gmail.com

unread,
May 1, 2014, 4:03:41 PM5/1/14
to comman...@googlegroups.com
Thanks, that was the trick and it works fine now.  Thanks again.
Reply all
Reply to author
Forward
0 new messages