¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

RS-232 Control with Serial I/O

aitken1986
 

Hi

Apologies in advance, as I am relatively new to crestron but currently going through my certification.

I'm trying to control a TechConnect HDMI switcher over RS232 so that I can select specific ports, the manual states the following:
______________________________
()

1.
Switch command: swt+space+xx+enter
xx represents:

?01~04 Input port
?05 Next input e.g. 3 to 4
?06 Previous input e.g. 3 to 2

2.
Obtain current port: bc+space+enter

3.
Standby command: pws+enter
_______________________________

For every other 3rd party device I've controlled over rs232, I've used Serial I/O and had no problems, but the switch command is throwing me off for this one.

Debugger says I am sending the command to the device but nothing happening at the switcher end.

Any guidance would be appreciated.

Thanks

Gary


Re: text changes not updating on panel

 

Best way to deal with indirect text is not to use the indirect text join in the properties tab. Better to use the serial join parameter in the HTML text box. How to describe without pictures since there are no labels......

In properties there is the area there is an area where the button has its default text field. Typically, you can write the button's text here and its default label says "button." However, if you move to the right pressing one of the unlabeled options will open a dialog box where you can also type in the button's text, but also change its font size and color. This dialog box also has a box towards its right labeled serial and analog. When you give your button its serial join here you can also change its font size and color.

--- In Crestron@..., "af8567" <af8567@...> wrote:

setup;
MC3-TSW550-mirage server
I have buttons with indirect text joins assigned to them. I'm trying to increase the font size of this text with no luck. No matter what I set the font too its always the same size. I have tried resizing the buttons to see if the text was too big for the size of the button with no luck. I can save and re-open the project, see my increased fonts in VTPro, load to the panel and its always the same size. I also have 2 buttons that are static text label made in VTPro. They say "button" in the panel instead of what I labeled them. Thanks in advance.


Re: Can I use the old 'Crestron C2N-TXM' modules with the C2N-TAMFMXM box?

 

Found the XM (C2N-TAMFMXM) modules, those should work.

--- In Crestron@..., "mattrasmussen1969" <mjrtoo@...> wrote:

It doesn't look like they include any sort of scrolling guide functions in the new hardware interface, unlike the old versions and I'm not using Core3 for this project.


ipad and mc3, ports closing up.

crestronstatus
 

I have 3 systems just deployed using dedicated iPad control via ruckus WAPS to mc3s. There are 3 isolated rooms, they all seem to have a pro lem sometime unpredictably but generally overnight where the mc3 will close the designated listening port. The ports are different in each room. The iPads have all other programs turned off as much as possible, are set to never sleep, and I am oscialting a 2 charachter string every ten seconds as a keep alive. I am using the Crestron mobile symbol as I always have, without any problems until now. Do I need to use the Crestron app symbol? Any ideas what could be causing this? All other ports remain open.... 23 80 41794 41795 etc. Any help appreciated.

Chad


Can I use the old 'Crestron C2N-TXM' modules with the C2N-TAMFMXM box?

 

It doesn't look like they include any sort of scrolling guide functions in the new hardware interface, unlike the old versions and I'm not using Core3 for this project.


Re: Analog buffer

Chip
 

While it may not suck resources enough to make bad things happen on your system, it's one of those situations where the same thing can be achieved in SIMPL - and easily - so it's "best practice" to just stay there and not venture into S+ land.

I'm not sure what you mean in the second part there, however. If you're feeding your source analog and a "constant" of zero into an ACOMP2 and use the "not equal" output to enable the buffer to pass the analog value on, the ACOMP2 will happily re-evaluate itself each/every time the source analog changes and open or close the buffer as needed... You may need to loop one or more signals through other buffers to get logic waves lining up, but that's usually not too tricky.

- Chip

--- In Crestron@..., "avsystemdesign" <avsystemdesign@...> wrote:

Would it be a problem if the analog were to change often? Is it simply because S+ modules suck resources more than symbols?

I could use an enable on an ABUF, but then the Analog Compare would have to be re-set after each evaluation, otherwise it will keep the ABUF enabled all the time.

--- In Crestron@..., "Chip" <cfm@> wrote:


The first code you have there should work - you do not need an ELSE - totally optional.

If the analog won't change often I guess this is okay, but why not just enable an ABUF when the incoming value is greater than 0?

- Chip


--- In Crestron@..., "avsystemdesign" <avsystemdesign@> wrote:

I have to re-visit this analog buffer, as I am now using an ARAM in-between the analog initialize and analog equate. I do not want the ARAM to store a value of 0, nor do I want the analog equate to change status when it receives a 0.

The below Simpl + works, but I'm not sure if you need to finish an "IF" statement with an "ELSE" statement?

ANALOG_INPUT INPUT;
ANALOG_OUTPUT OUTPUT;


CHANGE INPUT
{
IF (INPUT > 0)
OUTPUT = INPUT;
}

I tried adding the below to "complete" the code, but the compiler said it did not equate to anything, so I left it out and stuck with the above.

ELSE IF (INPUT < 0);
OUTPUT <> INPUT

Any input is most welcome :)

Many thanks!


Re: Saturday Help......

 

The Symetrix Radius, Edge, Solus, Jupiter, and 761 all use commands implemented from the SymNet External Control Protocol. Double check your controller numbers. If you can't get that working, you can scrape together the functionality you need with the Controller Set (CS) command. You can also verify the connection to the hardware with the Flash Unit command.

--- In Crestron@..., "Gregg M" <jets_in_2003@...> wrote:

Yes I've used the old modules ont eh legacy Symetrix devices befroe as well. It looks like they have changed the protocol on the new Radius series.

--- In Crestron@..., "Raph Paf" <raphaelthiffault@> wrote:

Very strange your having control issue for symetrix device.

i have done some legacy, jupiter series with the actual module with good success.

have you assign correctly controller number ?

Does the controller are on the unit you are connected to ? ( with your control system) If you try to talk to a controller who is not locate on the device you are currently connected, you will not be able to control it. you will need to connect to the other device or move the controller to the device connected to your control system.


--- In Crestron@..., "Gregg M" <jets_in_2003@> wrote:

I'm not one to ask for modules, but does anyone out there have a module to do volume and mute on the new symetrix radius series? The claim was the old crestron modules would work but no


Re: Digest Number 11936

Jerry Prado
 

No...its too old...sorry..jo

Sent from my Windows Phone
------------------------------
From: Crestron@...
Sent: 8/18/2013 9:02 PM
To: Crestron@...
Subject: [Crestron] Digest Number 11936

Crestron Programmers Group
[image: Yahoo! Groups]
<;_ylc=X3oDMTJjOGZ2YjZuBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEc2VjA2Z0cgRzbGsDZ2ZwBHN0aW1lAzEzNzY4Nzc2NzQ->
Crestron Programmers Group Group
<;_ylc=X3oDMTJjY2xrcjlrBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEc2VjA2hkcgRzbGsDaHBoBHN0aW1lAzEzNzY4Nzc2NzQ->
15 New Messages
Digest #11936
1a
Re: Which DVD/VHS Combo Player? <#1a> by "lincster2010" lincster2010
2a
Re: Can't import RSDs anymore? <#2a> by "Mark" markrkaye
2b
Re: Can't import RSDs anymore? <#2b> by "Rafael Costa" rafaelg.costa
3
Kaleidescape OSD 8.2.0 modules on 3-series - 100% CPU usage? <#3> by
"Mark" markrkaye
4a
Re: Passwords and project files <#4a> by "ajish_raju" ajish_raju
5a
Re: Core3 Media Object performance? <#5a> by "Oliver" spannertech
5b
Re: Core3 Media Object performance? <#5b> by "Heath Volmer" heathvolmer
6a
Re: Analog buffer <#6a> by "avsystemdesign" avsystemdesign
6b
Re: Analog buffer <#6b> by "Chip" chipmoodycs
6c
Re: Analog buffer <#6c> by "Steve Kaudle" steve_kaudle
6d
Re: Analog buffer <#6d> by "avsystemdesign" avsystemdesign
7a
Re: Saturday Help...... <#7a> by "Gregg M" jets_in_2003
8a
Re: Need help to flash crestron lighting when alarm is triggered <#8a> by
"dtxmatt" dtxmatt
9a
text changes not updating on panel <#9a> by "af8567" af8567
9b
text changes not updating on panel <#9b> by "af8567" af8567

Messages
1a Re: Which DVD/VHS Combo Player?
<;_ylc=X3oDMTJycWdtNnAxBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDQ3BHNlYwNkbXNnBHNsawN2bXNnBHN0aW1lAzEzNzY4Nzc2NzQ->
Sun Aug 18, 2013 5:00 am (PDT) . Posted by: "lincster2010"
lincster2010 <lincster2010@...?subject=Re%3A%20Which%20DVD%2FVHS%20Combo%20Player%3F>
If you can find some existing stock, we have used the Toshiba DVR-6##.
HDMI out for DVD & VHS. We use the composite out for CC decoding.
Our campus only has to support VHS for 1 more year!

--- In Crestron@..., "Nick" <nick@...> wrote:

So, apparently consultants still spec these for new state of the art
installs.. But the one they spec'd is no longer available and they had to
use two DMC input cards, one component for DVD and one composite for VHS.
Kind of a lot of cash to hook up one player with two cards.

I'm looking for a single player that will play both on the same output,
preferably HDMI. I found that the JVC DR-MV150B will do this but it seems
to be reaching end of life (or has).

On the other hand I may just substitute a standalone VHS if I can find
one, since the also spec'd Oppo Blu-ray Player will play DVDs.

The Combo isn't set up to record so I don't think that's a must, nor must
it have a tuner.

Any others out there?
Reply to sender
<lincster2010@...?subject=Re%3A%20Which%20DVD%2FVHS%20Combo%20Player%3F>
. Reply to group
<Crestron@...?subject=Re%3A%20Which%20DVD%2FVHS%20Combo%20Player%3F>
. Reply via Web Post
<;_ylc=X3oDMTJyaGNyMzBqBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDQ3BHNlYwNkbXNnBHNsawNycGx5BHN0aW1lAzEzNzY4Nzc2NzQ-?act=reply&messageNum=185447>
. All Messages (6)
<;_ylc=X3oDMTM4Z2I1NmprBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDQ3BHNlYwNkbXNnBHNsawN2dHBjBHN0aW1lAzEzNzY4Nzc2NzQEdHBjSWQDMTg1NDA2>
. Top
^ <#toc>
2a Re: Can't import RSDs anymore?
<;_ylc=X3oDMTJyZzBkMmhjBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDQ4BHNlYwNkbXNnBHNsawN2bXNnBHN0aW1lAzEzNzY4Nzc2NzQ->
Sun Aug 18, 2013 6:18 am (PDT) . Posted by: "Mark" markrkaye
<markrkaye@...?subject=Re%3A%20Can%27t%20import%20RSDs%20anymore%3F>
i found that sometime in the middle of working on an smw the import button
would be greyed out
i would have to shut down & restart SIMPL
i haven't seen it with the latest version of SIMPL yet (new splash screen)

mark

--- In Crestron@..., Phil Bridges <gravityhammer@...> wrote:

Is anyone here running recent SIMPL Windows able to import RSDs? I can
export, but not import. Exporting doesn't really do any good unless you
can bring that back in.



Reply to sender
<markrkaye@...?subject=Re%3A%20Can%27t%20import%20RSDs%20anymore%3F>
. Reply to group
<Crestron@...?subject=Re%3A%20Can%27t%20import%20RSDs%20anymore%3F>
. Reply via Web Post
<;_ylc=X3oDMTJyYjVudmloBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDQ4BHNlYwNkbXNnBHNsawNycGx5BHN0aW1lAzEzNzY4Nzc2NzQ-?act=reply&messageNum=185448>
. All Messages (9)
<;_ylc=X3oDMTM4aG4xamM2BF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDQ4BHNlYwNkbXNnBHNsawN2dHBjBHN0aW1lAzEzNzY4Nzc2NzQEdHBjSWQDMTgxNzY4>
. Top
^ <#toc>
2b Re: Can't import RSDs anymore?
<;_ylc=X3oDMTJyb2M0N29zBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDUwBHNlYwNkbXNnBHNsawN2bXNnBHN0aW1lAzEzNzY4Nzc2NzQ->
Sun Aug 18, 2013 7:50 am (PDT) . Posted by: "Rafael Costa"
rafaelg.costa <rafaelg.costa@...?subject=Re%3A%20Can%27t%20import%20RSDs%20anymore%3F>
I had to select "Project > Import Remote System Definition".
I think that they disabled the the right click and import function
direct at EISC symbol.

Rafael

Em 18/08/2013 10:18, Mark escreveu:

i found that sometime in the middle of working on an smw the import
button would be greyed out
i would have to shut down & restart SIMPL
i haven't seen it with the latest version of SIMPL yet (new splash screen)

mark

--- In Crestron@... <mailto:Crestron%40yahoogroups.com>,
Phil Bridges <gravityhammer@...> wrote:

Is anyone here running recent SIMPL Windows able to import RSDs? I can
export, but not import. Exporting doesn't really do any good unless you
can bring that back in.





Reply to sender
<rafaelg.costa@...?subject=Re%3A%20Can%27t%20import%20RSDs%20anymore%3F>
. Reply to group
<Crestron@...?subject=Re%3A%20Can%27t%20import%20RSDs%20anymore%3F>
. Reply via Web Post
<;_ylc=X3oDMTJydjBzbnVtBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDUwBHNlYwNkbXNnBHNsawNycGx5BHN0aW1lAzEzNzY4Nzc2NzQ-?act=reply&messageNum=185450>
. All Messages (9)
<;_ylc=X3oDMTM4bHZmbHEwBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDUwBHNlYwNkbXNnBHNsawN2dHBjBHN0aW1lAzEzNzY4Nzc2NzQEdHBjSWQDMTgxNzY4>
. Top
^ <#toc>
3 Kaleidescape OSD 8.2.0 modules on 3-series - 100% CPU usage?
<;_ylc=X3oDMTJyMWhyZHRuBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDQ5BHNlYwNkbXNnBHNsawN2bXNnBHN0aW1lAzEzNzY4Nzc2NzQ->
Sun Aug 18, 2013 6:30 am (PDT) . Posted by: "Mark" markrkaye
<markrkaye@...?subject=Re%3A%20Kaleidescape%20OSD%208%2E2%2E0%20modules%20on%203-series%20-%20100%25%20CPU%20usage%3F>
i have an AV3 on a large install
the Core3 smart media object performance on the tuners is extremely slow &
unreliable (using XPanel of TSW-750)
i have tracked it down to the AV3 being too busy to process all the data
that is exchanged back and forth with the smart media objects
the CPU stays pinned @100% (OK, every few minutes it drops down for a few
seconds & then back to 100%)
listactivemodules always shows the Kaleidescape modules (& usually just
them)
when i looked yesterday to do the analysis the system was not being used
there is an M700 & M500 and ~30 TSW/TST panels

anyone else using the kscape modules on s 3-series and not getting high cpu
usage?

mark

i'll be back on-site tomorrow to comment out the kscape modules to see if
they are really the culprit

any other way to troubleshoot the high cpu usage??

Reply to sender
<markrkaye@...?subject=Re%3A%20Kaleidescape%20OSD%208%2E2%2E0%20modules%20on%203-series%20-%20100%25%20CPU%20usage%3F>
. Reply to group
<Crestron@...?subject=Re%3A%20Kaleidescape%20OSD%208%2E2%2E0%20modules%20on%203-series%20-%20100%25%20CPU%20usage%3F>
. Reply via Web Post
<;_ylc=X3oDMTJyZzg5ZDFpBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDQ5BHNlYwNkbXNnBHNsawNycGx5BHN0aW1lAzEzNzY4Nzc2NzQ-?act=reply&messageNum=185449>
. All Messages (1)
<;_ylc=X3oDMTM4ODdjZmJzBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDQ5BHNlYwNkbXNnBHNsawN2dHBjBHN0aW1lAzEzNzY4Nzc2NzQEdHBjSWQDMTg1NDQ5>
. Top
^ <#toc>
4a Re: Passwords and project files
<;_ylc=X3oDMTJybTB0YzluBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDUxBHNlYwNkbXNnBHNsawN2bXNnBHN0aW1lAzEzNzY4Nzc2NzQ->
Sun Aug 18, 2013 8:49 am (PDT) . Posted by: "ajish_raju"
ajish_raju <ajish.raju@...?subject=Re%3A%20Passwords%20and%20project%20files>
Thanks for the support to help me with getting the passwords.This forum
members were helpful in mailing me the passwords

--- In Crestron@..., "Chip" <cfm@...> wrote:


As long as you can verify ownership/rights to the software, TBTS can help
you out with that.

And if your management doesn't understand how someone taking the keys to
all the doors with them when they leave puts a damper on progress - it
might be time for new management. :)

- Chip


--- In Crestron@..., "ajish_raju" <ajish.raju@> wrote:

Inherited a project from disgruntled employee who password protected
his smw, module files. Is there any way to access the project files since
management and client doesnt understand why a single update on the tp is
taking a long time.


Ajish Raju

Linkedin :[url][/url]
Twitter :[url][/url]
Facebook :[url][/url]
Reply to sender
<ajish.raju@...?subject=Re%3A%20Passwords%20and%20project%20files>
. Reply to group
<Crestron@...?subject=Re%3A%20Passwords%20and%20project%20files>
. Reply via Web Post
<;_ylc=X3oDMTJyYWthcjRxBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDUxBHNlYwNkbXNnBHNsawNycGx5BHN0aW1lAzEzNzY4Nzc2NzQ-?act=reply&messageNum=185451>
. All Messages (5)
<;_ylc=X3oDMTM4ZnBpNzhpBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDUxBHNlYwNkbXNnBHNsawN2dHBjBHN0aW1lAzEzNzY4Nzc2NzQEdHBjSWQDMTg1MTk0>
. Top
^ <#toc>
5a Re: Core3 Media Object performance?
<;_ylc=X3oDMTJyN3Roc3BuBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDUyBHNlYwNkbXNnBHNsawN2bXNnBHN0aW1lAzEzNzY4Nzc2NzQ->
Sun Aug 18, 2013 10:53 am (PDT) . Posted by: "Oliver" spannertech
<oliver@...?subject=Re%3A%20Core3%20Media%20Object%20performance%3F>

Wow that's depressing. I played with the Media Player a little with 1 TP
and idocv and Cen-track + Audionet. Could take a few seconds to connect and
that was a small job with 1 TP. Is there anyone using the Mediaplayer on
real jobs and the client is satisfied with the performance? I have an
upcoming job with the Autonomics MMS2 and a bunch of TSW-1050s. Heath, are
you saying don't even bother? I was hoping to save some time using the MP
for the Autonomics. Or is this another example of the promised time saving
turning into a time-suck...

Thx

OP

Reply to sender
<oliver@...?subject=Re%3A%20Core3%20Media%20Object%20performance%3F>
. Reply to group
<Crestron@...?subject=Re%3A%20Core3%20Media%20Object%20performance%3F>
. Reply via Web Post
<;_ylc=X3oDMTJydnVkMzdtBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDUyBHNlYwNkbXNnBHNsawNycGx5BHN0aW1lAzEzNzY4Nzc2NzQ-?act=reply&messageNum=185452>
. All Messages (13)
<;_ylc=X3oDMTM4MjhnZmlkBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDUyBHNlYwNkbXNnBHNsawN2dHBjBHN0aW1lAzEzNzY4Nzc2NzQEdHBjSWQDMTg1MzM1>
. Top
^ <#toc>
5b Re: Core3 Media Object performance?
<;_ylc=X3oDMTJyZHIxdG01BF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDUzBHNlYwNkbXNnBHNsawN2bXNnBHN0aW1lAzEzNzY4Nzc2NzQ->
Sun Aug 18, 2013 12:13 pm (PDT) . Posted by: "Heath Volmer"
heathvolmer <hvolmer@...?subject=Re%3A%20Core3%20Media%20Object%20performance%3F>
Last time I tried Media Player - on a from-scratch "clean" TSW-750 project
with no corruption - the results were poor. I was hoping that is was my
corrupted project, but alas... One panel or twelve. Poor. There were
constant false selections when scrolling, scrolling was poor, "loading"
times were long. XM was unreliable and wouldn't always show data. AM/FM was
the same. Switching between MP sources was slow. Trying to use Media Player
and the "old way" logic on an IDOC at the same time would cause the old
logic to come up with blank pages. People get used to using their iPhones
and when you switch over to your $1400+ touchscreen, you shouldn't be
thinking about the manner in which you scroll, or how hard you press to
make sure it isn't false-triggering. It's a constant minor frustration that
destroys the user experience.

I would certainly bother trying it, especially given how quickly it can be
deployed. It might be okay. Maybe the Autonomics, being a full-fledged
computer, will give better results. MP is certainly way easier to build,
but can you live with the results? Not me - from what I've experienced. I'd
give it about a 4/10 on the usability scale, but about a 9/10 on the good
idea scale. It needs help (horsepower), as does the entire TSW platform.

The client noticed - amongst other things that prompted a call to "the top"
in NJ (which I would love to say has fixed things, but alas, the TSW is
still just pretty okay). I took MP out and went back to the old way, which
is hard to do on the small screen. I then cancelled the next TSW order,
held my breath, and went all Command Fusion / iPad / Launchport (which
hasn't generated a single phone call...) My own TSW is lying in its fabric
bag on my desk, waiting for that magic firmware bullet that will make it
into a real touchscreen again...

Heath

On Aug 18, 2013, at 11:53 AM, "Oliver" <oliver@...> wrote:


Wow that's depressing. I played with the Media Player a little with 1 TP
and idocv and Cen-track + Audionet. Could take a few seconds to connect and
that was a small job with 1 TP. Is there anyone using the Mediaplayer on
real jobs and the client is satisfied with the performance? I have an
upcoming job with the Autonomics MMS2 and a bunch of TSW-1050s. Heath, are
you saying don't even bother? I was hoping to save some time using the MP
for the Autonomics. Or is this another example of the promised time saving
turning into a time-suck...

Thx

OP



Reply to sender
<hvolmer@...?subject=Re%3A%20Core3%20Media%20Object%20performance%3F>
. Reply to group
<Crestron@...?subject=Re%3A%20Core3%20Media%20Object%20performance%3F>
. Reply via Web Post
<;_ylc=X3oDMTJyYzVlZjA3BF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDUzBHNlYwNkbXNnBHNsawNycGx5BHN0aW1lAzEzNzY4Nzc2NzQ-?act=reply&messageNum=185453>
. All Messages (13)
<;_ylc=X3oDMTM4MGN1amVzBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDUzBHNlYwNkbXNnBHNsawN2dHBjBHN0aW1lAzEzNzY4Nzc2NzQEdHBjSWQDMTg1MzM1>
. Top
^ <#toc>
6a Re: Analog buffer
<;_ylc=X3oDMTJyZmY2c2NrBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDU0BHNlYwNkbXNnBHNsawN2bXNnBHN0aW1lAzEzNzY4Nzc2NzQ->
Sun Aug 18, 2013 12:27 pm (PDT) . Posted by: "avsystemdesign"
avsystemdesign <avsystemdesign@...?subject=Re%3A%20Analog%20buffer>
I have to re-visit this analog buffer, as I am now using an ARAM
in-between the analog initialize and analog equate. I do not want the ARAM
to store a value of 0, nor do I want the analog equate to change status
when it receives a 0.

The below Simpl + works, but I'm not sure if you need to finish an "IF"
statement with an "ELSE" statement?

ANALOG_INPUT INPUT;
ANALOG_OUTPUT OUTPUT;


CHANGE INPUT
{
IF (INPUT > 0)
OUTPUT = INPUT;
}

I tried adding the below to "complete" the code, but the compiler said
it did not equate to anything, so I left it out and stuck with the above.

ELSE IF (INPUT < 0);
OUTPUT <> INPUT

Any input is most welcome :)

Many thanks!

Reply to sender
<avsystemdesign@...?subject=Re%3A%20Analog%20buffer> . Reply to
group <Crestron@...?subject=Re%3A%20Analog%20buffer> .
Reply via Web Post
<;_ylc=X3oDMTJyM3NxNWs1BF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDU0BHNlYwNkbXNnBHNsawNycGx5BHN0aW1lAzEzNzY4Nzc2NzQ-?act=reply&messageNum=185454>
. All Messages (9)
<;_ylc=X3oDMTM4MmIyb25rBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDU0BHNlYwNkbXNnBHNsawN2dHBjBHN0aW1lAzEzNzY4Nzc2NzQEdHBjSWQDMTgyODM5>
. Top
^ <#toc>
6b Re: Analog buffer
<;_ylc=X3oDMTJyZDN0MXJtBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDU1BHNlYwNkbXNnBHNsawN2bXNnBHN0aW1lAzEzNzY4Nzc2NzQ->
Sun Aug 18, 2013 12:49 pm (PDT) . Posted by: "Chip" chipmoodycs
<cfm@...?subject=Re%3A%20Analog%20buffer>

The first code you have there should work - you do not need an ELSE -
totally optional.

If the analog won't change often I guess this is okay, but why not just
enable an ABUF when the incoming value is greater than 0?

- Chip

--- In Crestron@..., "avsystemdesign" <avsystemdesign@...>
wrote:

I have to re-visit this analog buffer, as I am now using an ARAM
in-between the analog initialize and analog equate. I do not want the ARAM
to store a value of 0, nor do I want the analog equate to change status
when it receives a 0.

The below Simpl + works, but I'm not sure if you need to finish an "IF"
statement with an "ELSE" statement?

ANALOG_INPUT INPUT;
ANALOG_OUTPUT OUTPUT;


CHANGE INPUT
{
IF (INPUT > 0)
OUTPUT = INPUT;
}

I tried adding the below to "complete" the code, but the compiler
said it did not equate to anything, so I left it out and stuck with the
above.

ELSE IF (INPUT < 0);
OUTPUT <> INPUT

Any input is most welcome :)

Many thanks!
Reply to sender <cfm@...?subject=Re%3A%20Analog%20buffer> .
Reply to group <Crestron@...?subject=Re%3A%20Analog%20buffer>
. Reply via Web Post
<;_ylc=X3oDMTJyNnZxY2JqBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDU1BHNlYwNkbXNnBHNsawNycGx5BHN0aW1lAzEzNzY4Nzc2NzQ-?act=reply&messageNum=185455>
. All Messages (9)
<;_ylc=X3oDMTM4c2k4bG11BF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDU1BHNlYwNkbXNnBHNsawN2dHBjBHN0aW1lAzEzNzY4Nzc2NzQEdHBjSWQDMTgyODM5>
. Top
^ <#toc>
6c Re: Analog buffer
<;_ylc=X3oDMTJybTZkNWhmBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDU2BHNlYwNkbXNnBHNsawN2bXNnBHN0aW1lAzEzNzY4Nzc2NzQ->
Sun Aug 18, 2013 12:55 pm (PDT) . Posted by: "Steve Kaudle"
steve_kaudle <skaudle@...?subject=Re%3A%20Analog%20buffer>
The IF does not need an accompanying ELSE.

Not sure S+ is required here. You can make this work in Simpl with 4
symbols.

Add 2 SBUF, INIT, ACOMP2.

INIT:

- Input = 1, Parameter = 0d, output = 'zero'.

ACOMP2:

- Value1 = 'in', value2 = 'zero', Greater Than output defined as
'in>zero'.

SBUF #1:

- Enable = '1', in1 = 'in', out1 = 'in(delayed1)', in2 = 'in(delayed1)',
out2 = 'in(delayed2)'

SBUF #2:

- Enable = 'in>zero', in1 = in(delayed2), out1 = 'out'

Whenever 'in' > 0d, the value will pass to 'out'.

From: Crestron@... [mailto:Crestron@...] On Behalf
Of avsystemdesign
Sent: Sunday, August 18, 2013 3:28 PM
To: Crestron@...
Subject: [Crestron] Re: Analog buffer

I have to re-visit this analog buffer, as I am now using an ARAM in-between
the analog initialize and analog equate. I do not want the ARAM to store a
value of 0, nor do I want the analog equate to change status when it
receives a 0.

The below Simpl + works, but I'm not sure if you need to finish an "IF"
statement with an "ELSE" statement?

ANALOG_INPUT INPUT;
ANALOG_OUTPUT OUTPUT;

CHANGE INPUT
{
IF (INPUT > 0)
OUTPUT = INPUT;
}

I tried adding the below to "complete" the code, but the compiler said
it
did not equate to anything, so I left it out and stuck with the above.

ELSE IF (INPUT < 0);
OUTPUT <> INPUT

Any input is most welcome :)

Many thanks!



Reply to sender
<skaudle@...?subject=Re%3A%20Analog%20buffer> . Reply to group
<Crestron@...?subject=Re%3A%20Analog%20buffer> . Reply
via Web Post <;_ylc=X3oDMTJydTJyYzlpBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDU2BHNlYwNkbXNnBHNsawNycGx5BHN0aW1lAzEzNzY4Nzc2NzQ-?act=reply&messageNum=185456>
. All Messages (9)
<;_ylc=X3oDMTM4YnI0OWdsBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDU2BHNlYwNkbXNnBHNsawN2dHBjBHN0aW1lAzEzNzY4Nzc2NzQEdHBjSWQDMTgyODM5>
. Top
^ <#toc>
6d Re: Analog buffer
<;_ylc=X3oDMTJydDdpMzNhBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDU5BHNlYwNkbXNnBHNsawN2bXNnBHN0aW1lAzEzNzY4Nzc2NzQ->
Sun Aug 18, 2013 5:33 pm (PDT) . Posted by: "avsystemdesign"
avsystemdesign <avsystemdesign@...?subject=Re%3A%20Analog%20buffer>
Would it be a problem if the analog were to change often? Is it simply
because S+ modules suck resources more than symbols?

I could use an enable on an ABUF, but then the Analog Compare would have to
be re-set after each evaluation, otherwise it will keep the ABUF enabled
all the time.

--- In Crestron@..., "Chip" <cfm@...> wrote:


The first code you have there should work - you do not need an ELSE -
totally optional.

If the analog won't change often I guess this is okay, but why not just
enable an ABUF when the incoming value is greater than 0?

- Chip


--- In Crestron@..., "avsystemdesign" <avsystemdesign@> wrote:

I have to re-visit this analog buffer, as I am now using an ARAM
in-between the analog initialize and analog equate. I do not want the ARAM
to store a value of 0, nor do I want the analog equate to change status
when it receives a 0.

The below Simpl + works, but I'm not sure if you need to finish an "IF"
statement with an "ELSE" statement?

ANALOG_INPUT INPUT;
ANALOG_OUTPUT OUTPUT;


CHANGE INPUT
{
IF (INPUT > 0)
OUTPUT = INPUT;
}

I tried adding the below to "complete" the code, but the compiler
said it did not equate to anything, so I left it out and stuck with the
above.

ELSE IF (INPUT < 0);
OUTPUT <> INPUT

Any input is most welcome :)

Many thanks!
Reply to sender
<avsystemdesign@...?subject=Re%3A%20Analog%20buffer> . Reply to
group <Crestron@...?subject=Re%3A%20Analog%20buffer> .
Reply via Web Post
<;_ylc=X3oDMTJyOTFzNmkyBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDU5BHNlYwNkbXNnBHNsawNycGx5BHN0aW1lAzEzNzY4Nzc2NzQ-?act=reply&messageNum=185459>
. All Messages (9)
<;_ylc=X3oDMTM4c3FpbTJoBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDU5BHNlYwNkbXNnBHNsawN2dHBjBHN0aW1lAzEzNzY4Nzc2NzQEdHBjSWQDMTgyODM5>
. Top
^ <#toc>
7a Re: Saturday Help......
<;_ylc=X3oDMTJyMDhpMjdmBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDU3BHNlYwNkbXNnBHNsawN2bXNnBHN0aW1lAzEzNzY4Nzc2NzQ->
Sun Aug 18, 2013 4:05 pm (PDT) . Posted by: "Gregg M" jets_in_2003
<jets_in_2003@...?subject=Re%3A%20Saturday%20Help%2E%2E%2E%2E%2E%2E>
Yes I've used the old modules ont eh legacy Symetrix devices befroe as
well. It looks like they have changed the protocol on the new Radius series.

--- In Crestron@..., "Raph Paf" <raphaelthiffault@...> wrote:

Very strange your having control issue for symetrix device.

i have done some legacy, jupiter series with the actual module with good
success.

have you assign correctly controller number ?

Does the controller are on the unit you are connected to ? ( with your
control system) If you try to talk to a controller who is not locate on the
device you are currently connected, you will not be able to control it. you
will need to connect to the other device or move the controller to the
device connected to your control system.


--- In Crestron@..., "Gregg M" <jets_in_2003@> wrote:

I'm not one to ask for modules, but does anyone out there have a module
to do volume and mute on the new symetrix radius series? The claim was the
old crestron modules would work but no
Reply to sender
<jets_in_2003@...?subject=Re%3A%20Saturday%20Help%2E%2E%2E%2E%2E%2E>
. Reply to group
<Crestron@...?subject=Re%3A%20Saturday%20Help%2E%2E%2E%2E%2E%2E>
. Reply via Web Post
<;_ylc=X3oDMTJycTgwOWhhBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDU3BHNlYwNkbXNnBHNsawNycGx5BHN0aW1lAzEzNzY4Nzc2NzQ-?act=reply&messageNum=185457>
. All Messages (4)
<;_ylc=X3oDMTM4aWc4MGsxBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDU3BHNlYwNkbXNnBHNsawN2dHBjBHN0aW1lAzEzNzY4Nzc2NzQEdHBjSWQDMTg1NDM5>
. Top
^ <#toc>
8a Re: Need help to flash crestron lighting when alarm is
triggered <;_ylc=X3oDMTJyZGZqMjNiBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDU4BHNlYwNkbXNnBHNsawN2bXNnBHN0aW1lAzEzNzY4Nzc2NzQ->
Sun Aug 18, 2013 5:27 pm (PDT) . Posted by: "dtxmatt" dtxmatt
<matt@...?subject=Re%3A%20Need%20help%20to%20flash%20crestron%20lighting%20when%20alarm%20is%20triggered>
Think I'm missing something in your post. In my SIMPL program I would have
an oscillator and a not symbol. The left side of the oscillator says blink
and the right side says on. The left side of my not symbol says on and the
right side says off. Then I have the argument definition that says blink on
the left and on and off on the right.

I haven't done a lot of programming in SIMPL lately so I'm a bit out of
practice so sorry for not understanding this.

Matt
--- In Crestron@..., "Edward J. Mana" <emana@...> wrote:

You could create a user module with a single symbol in it with an input
going to an oscillator and the output of the oscillator as an out of the
module Also, create an out of the module that is the output of a not
symbol. The input would be the output of the oscillator. So,

Input Output
------------------Osc (0.1s high, 2s low)------------------------Out
|----Not-------------------------------------------------Out*


Then, bring this into system builder. Attach the alarm state (I am sure
there is a signal out of the module indicating alarm) to the input of this
user module and tie the outputs to the lights. The out is the lights on and
the out* would be the lights off.

Edward J. Mana, CTS, DMC-E
Technologist

Technology On Demand, Inc.<>
2530 Gregory Street
Yorktown Heights, NY 10598
T: 914-214-3100 x1001
D: 914-214-3101
F: 914-962-2555
E: emana@...<mailto:emana@...>
W: <
>

[Description: todi-banner-irr]<>

Technology On Demand is proud to be one of the first Crestron Service
Providers (CSP) and have the first Crestron Gold Master Programmer in the
Metro New York area!



Reply to sender
<matt@...?subject=Re%3A%20Need%20help%20to%20flash%20crestron%20lighting%20when%20alarm%20is%20triggered>
. Reply to group
<Crestron@...?subject=Re%3A%20Need%20help%20to%20flash%20crestron%20lighting%20when%20alarm%20is%20triggered>
. Reply via Web Post
<;_ylc=X3oDMTJyMmFhYnBvBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDU4BHNlYwNkbXNnBHNsawNycGx5BHN0aW1lAzEzNzY4Nzc2NzQ-?act=reply&messageNum=185458>
. All Messages (4)
<;_ylc=X3oDMTM4OGg1MzR1BF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDU4BHNlYwNkbXNnBHNsawN2dHBjBHN0aW1lAzEzNzY4Nzc2NzQEdHBjSWQDMTg1MzI3>
. Top
^ <#toc>
9a text changes not updating on panel
<;_ylc=X3oDMTJydG83dTh2BF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDYwBHNlYwNkbXNnBHNsawN2bXNnBHN0aW1lAzEzNzY4Nzc2NzQ->
Sun Aug 18, 2013 6:56 pm (PDT) . Posted by: "af8567" af8567
<af8567@...?subject=Re%3A%20text%20changes%20not%20updating%20on%20panel>
setup;
MC3-TSW550-mirage server
I have buttons with indirect text joins assigned to them. I'm trying to
increase the font size of this text with no luck. No matter what I set the
font too its always the same size. I have tried resizing the buttons to see
if the text was too big for the size of the button with no luck. I can save
and re-open the project, see my increased fonts in VTPro, load to the panel
and its always the same size. I also have 2 buttons that are static text
label made in VTPro. They say "button" in the panel instead of what I
labeled them. Thanks in advance.

Reply to sender
<af8567@...?subject=Re%3A%20text%20changes%20not%20updating%20on%20panel>
. Reply to group
<Crestron@...?subject=Re%3A%20text%20changes%20not%20updating%20on%20panel>
. Reply via Web Post
<;_ylc=X3oDMTJycW5wbjRhBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDYwBHNlYwNkbXNnBHNsawNycGx5BHN0aW1lAzEzNzY4Nzc2NzQ-?act=reply&messageNum=185460>
. All Messages (2)
<;_ylc=X3oDMTM4NWFvMXFjBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDYwBHNlYwNkbXNnBHNsawN2dHBjBHN0aW1lAzEzNzY4Nzc2NzQEdHBjSWQDMTg1NDYw>
. Top
^ <#toc>
9b text changes not updating on panel
<;_ylc=X3oDMTJyZDhqdGJlBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDYxBHNlYwNkbXNnBHNsawN2bXNnBHN0aW1lAzEzNzY4Nzc2NzQ->
Sun Aug 18, 2013 7:01 pm (PDT) . Posted by: "af8567" af8567
<af8567@...?subject=Re%3A%20text%20changes%20not%20updating%20on%20panel>
setup;
MC3-TSW550-mirage server
I have buttons with indirect text joins assigned to them. I'm trying to
increase the font size of this text with no luck. No matter what I set the
font too its always the same size. I have tried resizing the buttons to see
if the text was too big for the size of the button with no luck. I can save
and re-open the project, see my increased fonts in VTPro, load to the panel
and its always the same size. I also have 2 buttons that are static text
label made in VTPro. They say "button" in the panel instead of what I
labeled them. Thanks in advance.

Reply to sender
<af8567@...?subject=Re%3A%20text%20changes%20not%20updating%20on%20panel>
. Reply to group
<Crestron@...?subject=Re%3A%20text%20changes%20not%20updating%20on%20panel>
. Reply via Web Post
<;_ylc=X3oDMTJyazg4OHYzBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDYxBHNlYwNkbXNnBHNsawNycGx5BHN0aW1lAzEzNzY4Nzc2NzQ-?act=reply&messageNum=185461>
. All Messages (2)
<;_ylc=X3oDMTM4a2pucmVsBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEbXNnSWQDMTg1NDYxBHNlYwNkbXNnBHNsawN2dHBjBHN0aW1lAzEzNzY4Nzc2NzQEdHBjSWQDMTg1NDYw>
. Top
^ <#toc>
Visit Your Group
<;_ylc=X3oDMTJkdnZocDVrBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEc2VjA3Z0bARzbGsDdmdocARzdGltZQMxMzc2ODc3Njc0>
> <;_ylc=X3oDMTJkdnZocDVrBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEc2VjA3Z0bARzbGsDdmdocARzdGltZQMxMzc2ODc3Njc0>
View All Topics
<;_ylc=X3oDMTJlZWM0cnNsBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEc2VjA2Rtc2cEc2xrA2F0cGMEc3RpbWUDMTM3Njg3NzY3NA--?xm=1&m=p&tidx=1>
> <;_ylc=X3oDMTJlZWM0cnNsBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEc2VjA2Rtc2cEc2xrA2F0cGMEc3RpbWUDMTM3Njg3NzY3NA--?xm=1&m=p&tidx=1>
Create New Topic
<;_ylc=X3oDMTJldnUyM2twBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEc2VjA2Rtc2cEc2xrA250cGMEc3RpbWUDMTM3Njg3NzY3NA-->
> <;_ylc=X3oDMTJldnUyM2twBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEc2VjA2Rtc2cEc2xrA250cGMEc3RpbWUDMTM3Njg3NzY3NA-->
27 New Members
<;_ylc=X3oDMTJlZjJjbXMwBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEc2VjA3Z0bARzbGsDdm1icnMEc3RpbWUDMTM3Njg3NzY3NA--?o=6>
> <;_ylc=X3oDMTJlZjJjbXMwBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEc2VjA3Z0bARzbGsDdm1icnMEc3RpbWUDMTM3Njg3NzY3NA--?o=6>
4 New Files
<;_ylc=X3oDMTJmcGdxZjUzBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEc2VjA3Z0bARzbGsDdmZpbGVzBHN0aW1lAzEzNzY4Nzc2NzQ->
> <;_ylc=X3oDMTJmcGdxZjUzBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEc2VjA3Z0bARzbGsDdmZpbGVzBHN0aW1lAzEzNzY4Nzc2NzQ->
We are making changes based on your feedback, Thank you !
Submit Feedback <ygroupsnotifications@...?subject=Feedback
on the redesigned daily digest v4>
> <ygroupsnotifications@...?subject=Feedback on the
redesigned daily digest v4>
The Yahoo! Groups Product Blog
Check it out! <>
> <>
GROUP FOOTER MESSAGE


Check out the Files area for useful modules, documents, and drivers.

A contact list of Crestron dealers and programmers can be found in the
Database area.


[image: Yahoo! Groups]
<;_ylc=X3oDMTJjOGZ2YjZuBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEc2VjA2Z0cgRzbGsDZ2ZwBHN0aW1lAzEzNzY4Nzc2NzQ->
CHANGE SETTINGS
<;_ylc=X3oDMTJlbTE3cTQyBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEc2VjA2Z0cgRzbGsDc3RuZ3MEc3RpbWUDMTM3Njg3NzY3NA-->
> <;_ylc=X3oDMTJlbTE3cTQyBF9TAzk3MzU5NzE1BGdycElkAzI4OTMxMARncnBzcElkAzE3MDUwMDY1NTkEc2VjA2Z0cgRzbGsDc3RuZ3MEc3RpbWUDMTM3Njg3NzY3NA-->
TERMS OF USE <>
> <>
UNSUBSCRIBE <Crestron-unsubscribe@...?subject=Unsubscribe>
> <Crestron-unsubscribe@...?subject=Unsubscribe>


Re: text changes not updating on panel

 

I have and its the same. Thank you for your thoughts.

--- In Crestron@..., "rogiervs" <rogier@...> wrote:

Have you tried deleting the project from the panel and then re-uploading it? I had this issue with an image that had the same name, didn't update until I deleted it.

--- In Crestron@..., "af8567" <af8567@> wrote:

setup;
MC3-TSW550-mirage server
I have buttons with indirect text joins assigned to them. I'm trying to increase the font size of this text with no luck. No matter what I set the font too its always the same size. I have tried resizing the buttons to see if the text was too big for the size of the button with no luck. I can save and re-open the project, see my increased fonts in VTPro, load to the panel and its always the same size. I also have 2 buttons that are static text label made in VTPro. They say "button" in the panel instead of what I labeled them. Thanks in advance.


Re: text changes not updating on panel

 

Have you tried deleting the project from the panel and then re-uploading it? I had this issue with an image that had the same name, didn't update until I deleted it.

--- In Crestron@..., "af8567" <af8567@...> wrote:

setup;
MC3-TSW550-mirage server
I have buttons with indirect text joins assigned to them. I'm trying to increase the font size of this text with no luck. No matter what I set the font too its always the same size. I have tried resizing the buttons to see if the text was too big for the size of the button with no luck. I can save and re-open the project, see my increased fonts in VTPro, load to the panel and its always the same size. I also have 2 buttons that are static text label made in VTPro. They say "button" in the panel instead of what I labeled them. Thanks in advance.


text changes not updating on panel

 

setup;
MC3-TSW550-mirage server
I have buttons with indirect text joins assigned to them. I'm trying to increase the font size of this text with no luck. No matter what I set the font too its always the same size. I have tried resizing the buttons to see if the text was too big for the size of the button with no luck. I can save and re-open the project, see my increased fonts in VTPro, load to the panel and its always the same size. I also have 2 buttons that are static text label made in VTPro. They say "button" in the panel instead of what I labeled them. Thanks in advance.


text changes not updating on panel

 

setup;
MC3-TSW550-mirage server
I have buttons with indirect text joins assigned to them. I'm trying to increase the font size of this text with no luck. No matter what I set the font too its always the same size. I have tried resizing the buttons to see if the text was too big for the size of the button with no luck. I can save and re-open the project, see my increased fonts in VTPro, load to the panel and its always the same size. I also have 2 buttons that are static text label made in VTPro. They say "button" in the panel instead of what I labeled them. Thanks in advance.


Re: Analog buffer

 

Would it be a problem if the analog were to change often? Is it simply because S+ modules suck resources more than symbols?

I could use an enable on an ABUF, but then the Analog Compare would have to be re-set after each evaluation, otherwise it will keep the ABUF enabled all the time.

--- In Crestron@..., "Chip" <cfm@...> wrote:


The first code you have there should work - you do not need an ELSE - totally optional.

If the analog won't change often I guess this is okay, but why not just enable an ABUF when the incoming value is greater than 0?

- Chip


--- In Crestron@..., "avsystemdesign" <avsystemdesign@> wrote:

I have to re-visit this analog buffer, as I am now using an ARAM in-between the analog initialize and analog equate. I do not want the ARAM to store a value of 0, nor do I want the analog equate to change status when it receives a 0.

The below Simpl + works, but I'm not sure if you need to finish an "IF" statement with an "ELSE" statement?

ANALOG_INPUT INPUT;
ANALOG_OUTPUT OUTPUT;


CHANGE INPUT
{
IF (INPUT > 0)
OUTPUT = INPUT;
}

I tried adding the below to "complete" the code, but the compiler said it did not equate to anything, so I left it out and stuck with the above.

ELSE IF (INPUT < 0);
OUTPUT <> INPUT

Any input is most welcome :)

Many thanks!


Re: Need help to flash crestron lighting when alarm is triggered

 

Think I'm missing something in your post. In my SIMPL program I would have an oscillator and a not symbol. The left side of the oscillator says blink and the right side says on. The left side of my not symbol says on and the right side says off. Then I have the argument definition that says blink on the left and on and off on the right.

I haven't done a lot of programming in SIMPL lately so I'm a bit out of practice so sorry for not understanding this.

Matt

--- In Crestron@..., "Edward J. Mana" <emana@...> wrote:

You could create a user module with a single symbol in it with an input going to an oscillator and the output of the oscillator as an out of the module Also, create an out of the module that is the output of a not symbol. The input would be the output of the oscillator. So,

Input Output
------------------Osc (0.1s high, 2s low)------------------------Out
|----Not-------------------------------------------------Out*


Then, bring this into system builder. Attach the alarm state (I am sure there is a signal out of the module indicating alarm) to the input of this user module and tie the outputs to the lights. The out is the lights on and the out* would be the lights off.

Edward J. Mana, CTS, DMC-E
Technologist

Technology On Demand, Inc.<>
2530 Gregory Street
Yorktown Heights, NY 10598
T: 914-214-3100 x1001
D: 914-214-3101
F: 914-962-2555
E: emana@...<mailto:emana@...>
W: <>

[Description: todi-banner-irr]<>

Technology On Demand is proud to be one of the first Crestron Service Providers (CSP) and have the first Crestron Gold Master Programmer in the Metro New York area!


[Non-text portions of this message have been removed]


Re: Saturday Help......

 

Yes I've used the old modules ont eh legacy Symetrix devices befroe as well. It looks like they have changed the protocol on the new Radius series.

--- In Crestron@..., "Raph Paf" <raphaelthiffault@...> wrote:

Very strange your having control issue for symetrix device.

i have done some legacy, jupiter series with the actual module with good success.

have you assign correctly controller number ?

Does the controller are on the unit you are connected to ? ( with your control system) If you try to talk to a controller who is not locate on the device you are currently connected, you will not be able to control it. you will need to connect to the other device or move the controller to the device connected to your control system.


--- In Crestron@..., "Gregg M" <jets_in_2003@> wrote:

I'm not one to ask for modules, but does anyone out there have a module to do volume and mute on the new symetrix radius series? The claim was the old crestron modules would work but no


Re: Analog buffer

 

The IF does not need an accompanying ELSE.



Not sure S+ is required here. You can make this work in Simpl with 4
symbols.



Add 2 SBUF, INIT, ACOMP2.



INIT:

- Input = 1, Parameter = 0d, output = 'zero'.



ACOMP2:

- Value1 = 'in', value2 = 'zero', Greater Than output defined as 'in>zero'.



SBUF #1:

- Enable = '1', in1 = 'in', out1 = 'in(delayed1)', in2 = 'in(delayed1)',
out2 = 'in(delayed2)'



SBUF #2:

- Enable = 'in>zero', in1 = in(delayed2), out1 = 'out'



Whenever 'in' > 0d, the value will pass to 'out'.





From: Crestron@... [mailto:Crestron@...] On Behalf
Of avsystemdesign
Sent: Sunday, August 18, 2013 3:28 PM
To: Crestron@...
Subject: [Crestron] Re: Analog buffer





I have to re-visit this analog buffer, as I am now using an ARAM in-between
the analog initialize and analog equate. I do not want the ARAM to store a
value of 0, nor do I want the analog equate to change status when it
receives a 0.

The below Simpl + works, but I'm not sure if you need to finish an "IF"
statement with an "ELSE" statement?

ANALOG_INPUT INPUT;
ANALOG_OUTPUT OUTPUT;


CHANGE INPUT
{
IF (INPUT > 0)
OUTPUT = INPUT;
}

I tried adding the below to "complete" the code, but the compiler said it
did not equate to anything, so I left it out and stuck with the above.

ELSE IF (INPUT < 0);
OUTPUT <> INPUT

Any input is most welcome :)

Many thanks!


Re: Analog buffer

Chip
 

The first code you have there should work - you do not need an ELSE - totally optional.

If the analog won't change often I guess this is okay, but why not just enable an ABUF when the incoming value is greater than 0?

- Chip

--- In Crestron@..., "avsystemdesign" <avsystemdesign@...> wrote:

I have to re-visit this analog buffer, as I am now using an ARAM in-between the analog initialize and analog equate. I do not want the ARAM to store a value of 0, nor do I want the analog equate to change status when it receives a 0.

The below Simpl + works, but I'm not sure if you need to finish an "IF" statement with an "ELSE" statement?

ANALOG_INPUT INPUT;
ANALOG_OUTPUT OUTPUT;


CHANGE INPUT
{
IF (INPUT > 0)
OUTPUT = INPUT;
}

I tried adding the below to "complete" the code, but the compiler said it did not equate to anything, so I left it out and stuck with the above.

ELSE IF (INPUT < 0);
OUTPUT <> INPUT

Any input is most welcome :)

Many thanks!


Re: Analog buffer

 

I have to re-visit this analog buffer, as I am now using an ARAM in-between the analog initialize and analog equate. I do not want the ARAM to store a value of 0, nor do I want the analog equate to change status when it receives a 0.

The below Simpl + works, but I'm not sure if you need to finish an "IF" statement with an "ELSE" statement?

ANALOG_INPUT INPUT;
ANALOG_OUTPUT OUTPUT;


CHANGE INPUT
{
IF (INPUT > 0)
OUTPUT = INPUT;
}

I tried adding the below to "complete" the code, but the compiler said it did not equate to anything, so I left it out and stuck with the above.

ELSE IF (INPUT < 0);
OUTPUT <> INPUT

Any input is most welcome :)

Many thanks!


Re: Core3 Media Object performance?

Heath Volmer
 

Last time I tried Media Player - on a from-scratch "clean" TSW-750 project with no corruption - the results were poor. I was hoping that is was my corrupted project, but alas... One panel or twelve. Poor. There were constant false selections when scrolling, scrolling was poor, "loading" times were long. XM was unreliable and wouldn't always show data. AM/FM was the same. Switching between MP sources was slow. Trying to use Media Player and the "old way" logic on an IDOC at the same time would cause the old logic to come up with blank pages. People get used to using their iPhones and when you switch over to your $1400+ touchscreen, you shouldn't be thinking about the manner in which you scroll, or how hard you press to make sure it isn't false-triggering. It's a constant minor frustration that destroys the user experience.

I would certainly bother trying it, especially given how quickly it can be deployed. It might be okay. Maybe the Autonomics, being a full-fledged computer, will give better results. MP is certainly way easier to build, but can you live with the results? Not me - from what I've experienced. I'd give it about a 4/10 on the usability scale, but about a 9/10 on the good idea scale. It needs help (horsepower), as does the entire TSW platform.

The client noticed - amongst other things that prompted a call to "the top" in NJ (which I would love to say has fixed things, but alas, the TSW is still just pretty okay). I took MP out and went back to the old way, which is hard to do on the small screen. I then cancelled the next TSW order, held my breath, and went all Command Fusion / iPad / Launchport (which hasn't generated a single phone call...) My own TSW is lying in its fabric bag on my desk, waiting for that magic firmware bullet that will make it into a real touchscreen again...


Heath


On Aug 18, 2013, at 11:53 AM, "Oliver" <oliver@...> wrote:


Wow that's depressing. I played with the Media Player a little with 1 TP and idocv and Cen-track + Audionet. Could take a few seconds to connect and that was a small job with 1 TP. Is there anyone using the Mediaplayer on real jobs and the client is satisfied with the performance? I have an upcoming job with the Autonomics MMS2 and a bunch of TSW-1050s. Heath, are you saying don't even bother? I was hoping to save some time using the MP for the Autonomics. Or is this another example of the promised time saving turning into a time-suck...

Thx

OP



[Non-text portions of this message have been removed]


Re: Core3 Media Object performance?

 

Wow that's depressing. I played with the Media Player a little with 1 TP and idocv and Cen-track + Audionet. Could take a few seconds to connect and that was a small job with 1 TP. Is there anyone using the Mediaplayer on real jobs and the client is satisfied with the performance? I have an upcoming job with the Autonomics MMS2 and a bunch of TSW-1050s. Heath, are you saying don't even bother? I was hoping to save some time using the MP for the Autonomics. Or is this another example of the promised time saving turning into a time-suck...

Thx

OP