Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Get value from device and show as text

Received: by 10.52.36.68 with SMTP id o4mr1942977vdj.4.1348827781528;
        Fri, 28 Sep 2012 03:23:01 -0700 (PDT)
X-BeenThere: commandfusion@googlegroups.com
Received: by 10.52.73.72 with SMTP id j8ls3088975vdv.7.gmail; Fri, 28 Sep 2012
 03:23:00 -0700 (PDT)
Received: by 10.52.37.12 with SMTP id u12mr783220vdj.8.1348827780718;
        Fri, 28 Sep 2012 03:23:00 -0700 (PDT)
Date: Fri, 28 Sep 2012 03:23:00 -0700 (PDT)
From: Jordan <giovanni.nucat...@gmail.com>
To: commandfusion@googlegroups.com
Message-Id: <ced85d9d-bb85-4d30-ba3c-4bfe65431807@googlegroups.com>
In-Reply-To: <67001f80-1e71-40d4-b026-f90df6f2a61c@googlegroups.com>
References: <67001f80-1e71-40d4-b026-f90df6f2a61c@googlegroups.com>
Subject: Re: Get value from device and show as text
MIME-Version: 1.0
Content-Type: multipart/mixed; 
	boundary="----=_Part_222_181487.1348827780408"

------=_Part_222_181487.1348827780408
Content-Type: multipart/alternative; 
	boundary="----=_Part_223_30356019.1348827780408"

------=_Part_223_30356019.1348827780408
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Assuming you have already a System defined for sending the volume up/down=
=20
commands, you can create a Feedback item with a regular expression that=20
captures the date you want from the string you receive from the DSP.
The Feedback item should have the following regex:

GG 2,(.*)

which captures anything between the comma and the EOM delimiter (make sure=
=20
you put \x0D in the system EOM field).
In the Feedback definition, click Add Group, give it a name (eg. "volume"),=
=20
set Data Type to Serial, Target Type to Serial and Join is the serial join=
=20
of the text box you use to display the volume.

This should be it.

Il giorno venerd=C3=AC 28 settembre 2012 11:34:18 UTC+2, Lars NS ha scritto=
:
>
> Hi
>
> I'm new to CommandFusion, and I can't figure out how to show a value from=
=20
> my system.
>
> I send a command (GG 2 \x0D), and get a response(GG 2,VALUE \x0D) from my=
=20
> system indicating the volume of a groupfader in my audioDSP. How should I=
=20
> set this up - a step by step, or and examplefile would be helpful.
> In my GUI I have up/down buttons for volume and I just need that=20
> text-value indicating the volume.
>
> Best Regards,
> Lars
>

------=_Part_223_30356019.1348827780408
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Assuming you have already a System defined for sending the volume up/down c=
ommands, you can create a Feedback item with a regular expression that capt=
ures the date you want from the string you receive from the DSP.<br>The Fee=
dback item should have the following regex:<br><br>GG 2,(.*)<br><br>which c=
aptures anything between the comma and the EOM delimiter (make sure you put=
 \x0D in the system EOM field).<br>In the Feedback definition, click Add Gr=
oup, give it a name (eg. "volume"), set Data Type to Serial, Target Type to=
 Serial and Join is the serial join of the text box you use to display the =
volume.<br><br>This should be it.<br><br>Il giorno venerd=C3=AC 28 settembr=
e 2012 11:34:18 UTC+2, Lars NS ha scritto:<blockquote class=3D"gmail_quote"=
 style=3D"margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-=
left: 1ex;">Hi<div><br></div><div>I'm new to CommandFusion, and I can't fig=
ure out how to show a value from my system.</div><div><br></div><div>I send=
 a command (GG 2 \x0D), and get a response(GG 2,VALUE \x0D) from my system =
indicating the volume of a groupfader in my audioDSP. How should I set this=
 up - a step by step, or and examplefile would be helpful.</div><div>In my =
GUI I have up/down buttons for volume and I just need that text-value indic=
ating the volume.</div><div><br></div><div>Best Regards,</div><div>Lars</di=
v></blockquote>
------=_Part_223_30356019.1348827780408--

------=_Part_222_181487.1348827780408--