¿ªÔÆÌåÓý

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

Re: Wirepath DVRs and Crestron TPMC-3SMD Streaming Issues

 

The Wirepath streaming will not work on a 3SMD with release firmware.
We have a beta version in-house that we are testing against the 3SMD that is to address the streaming issues on the 3SMD. Not going so well as the PUF update has the panel in a reboot loop. Hope to have better news in the morning.

-Jim


Jim Felderman
ControlWorks Consulting, LLC
440.449.1100 x1101
Crestron Services Provider
www.controlworks.com

--- In Crestron@..., "enco.josh" <enco.josh@...> wrote:

I have been unable to get the streaming to work on the 3SMD. I have got it working with the TPMC-4SMDs before. Is there a bug in the TPMC-3SMD MJPEG streamer that anyone has found? I tried call TB, but was on hold for over an hour today before I gave up.


fget on TSW panels

Dustin
 

1. Has anyone had success with the fget command on TSW panels for downloading display projects?

It very well may be the syntax i'm using.

Trying:
fget [url to file] &#92;ROMDISK&#92;user&#92;display&#92;

I receive "Error Code= 87 Internal err= 0". TSW running fw 1.06.15

2. If it does work, is this scriptable along with the "Projectload" command to achieve display updates? Loading several panels over VPN this might be quite a time saver.


Re: Cresnet cable

 

Liberty Wire and Cable LLINX-U, LLINX-U-DB, LLINX-D, LLINX-Q, etc.. They also have high power versions(uses 12 AWG rather than 18 AWG for power) and plenum versions

Tim

--- In Crestron@..., "David Peddicord" <dpeddicord2@...> wrote:

I know that Creston sells their own cable, but what is a good generic wire
to use instead? Thanks.



David Peddicord





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


Re: DM-MD6x6 and Surround Audio

Jesus @ Audio& Net Artist
 

Can you take a SPDIF cable out from the TV were you connected the HDMI from
the Room Controller?

--
*Jesus Tossas*
*
*
*Technology Architect, Audio Engineer, Programmer*
*
*
*787-460-1223*
*
*
Contact Info <>


Wirepath DVRs and Crestron TPMC-3SMD Streaming Issues

enco.josh
 

I have been unable to get the streaming to work on the 3SMD. I have got it working with the TPMC-4SMDs before. Is there a bug in the TPMC-3SMD MJPEG streamer that anyone has found? I tried call TB, but was on hold for over an hour today before I gave up.


Re: Naim NS02 Server

 

Thanks for the input, the module normally has a bounds = 8 but I changed this to 6000 just to see what other issues arose. I will check through the comments you make, thanks for that. This is a new module from Naim themselves and now includes the on line radio control over the older I2p module. As said the issue I have is that with the older database is was working fine. I have posted to Naim and Crestron so will see if they can give any more feedback. thanks again.

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

I took a quick look while eating lunch after shoveling some snow¡­ Disclaimer: I don't know anything about this device or its 7400 line S+ module. I did notice that it has been substantially modified from the Crestron I2P module. You might want to talk to whomever made all those changes.

From a code perspective, the issue that appears to cause the error (and the loop) is that fnChangeStatus() is called with g_iTierCnt being a very large number (i.e. 65511). The check before the for() loop only checks that it is >0. I'll guess that the `tier count' is supposed to be a relative small number, 0 ¨C 8 if the I2P module is correct. Note that in the I2P module cMaxTierSteps = 8 and in the posted module cMaxTierSteps=6000. This constant is used to size the integer arrays that are modified in the for() loop. It is curious that in the error message is Bounds=8, not 6000.

There are lots of places where g_iTierCnt is written, sometimes absolutely (e.g. g_iTierCnt = 3) or relatively (e.g. g_iTierCnt = g_iTierCnt ¨C n). I'll guess that at some point one of these relative assignments caused it to cross the 0 boundary. You could start by adding a check in fnChangeStatus() to look for whatever the range ought to be and provide some trace info when the value is out of range. You could also localize the hunt by following the path of `now playing_but' to see where it enters and perhaps put checks on places where g_iTierCnt is modified in that path.

I do not know why a change to one of the databases might have stimulated the error. It looks more like code bugs, but perhaps both.

And now I'll stop because it's 7400 line S+ module that doesn't have a lot of comments and I'm done with lunch.


--- In Crestron@..., "John" <john@> wrote:

Hi all
Can anyone please help?? with an issue on the Naim NS02 server module (just uploaded this to the files section)
This module was working fine until the latest Crestron and device database updates, Now when I try and run the program I get a loop error, see below. I have tried re compiling the SIMPL+ and no errors show up, however as soon as I initiate the "now playing_but" of the module it puts a loop of data into the program with the following error message:

09:03:00 - 03-08-2013: TOD$ -> 030820130902590000
09:03:00 - 03-08-2013: [Console Data] : Error: Module S-2.9.2.4:S-9 : S2_Naim_audio_server_sophia_processor at line 1434: Integer Array STDATASTRUCT__IEXTTIERSEARCHISACTIVE overflow. Col = 65511. Bounds = 8
09:03:00 - 03-08-2013: [Console Data] : Error: Module S-2.9.2.4:S-9 : S2_Naim_audio_server_sophia_processor at line 1435: Integer Array STDATASTRUCT__ITIERSEARCHISACTIVE overflow. Col = 65511. Bounds = 8
09:03:00 - 03-08-2013: [Console Data] : Error: Module S-2.9.2.4:S-9 : S2_Naim_audio_server_sophia_processor at line 1434: Integer Array STDATASTRUCT__IEXTTIERSEARCHISACTIVE overflow. Col = 65510. Bounds = 8
09:03:00 - 03-08-2013: [Console Data] : Error: Module S-2.9.2.4:S-9 : S2_Naim_audio_server_sophia_processor at line 1435: Integer Array STDATASTRUCT__ITIERSEARCHISACTIVE overflow. Col = 65510. Bounds = 8
09:03:00 - 03-08-2013: [Console Data] : Error: Module S-2.9.2.4:S-9 : S2_Naim_audio_server_sophia_processor at line 1434: Integer Array STDATASTRUCT__IEXTTIERSEARCHISACTIVE overflow. Col = 65509. Bounds = 8
09:03:00 - 03-08-2013: [Console Data] : Error: Module S-2.9.2.4:S-9 : S2_Naim_audio_server_sophia_processor at line 1435: Integer Array STDATASTRUCT__ITIERSEARCHISACTIVE overflow. Col = 65509. Bounds = 8
09:03:00 - 03-08-2013: [Console Data] : Error: Module S-2.9.2.4:S-9 : S2_Naim_audio_server_sophia_processor at line 1434: Integer Array STDATASTRUCT__IEXTTIERSEARCHISACTIVE overflow. Col = 65508. Bounds = 8
09:03:00 - 03-08-2013: [Console Data] : Error: Module S-2.9.2.4:S-9 : S2_Naim_audio_server_sophia_processor at line 1435: Integer Array STDATASTRUCT__ITIERSEARCHISACTIVE overflow. Col = 65508. Bounds = 8
09:03:00 - 03-08-2013: [Console Data] : Error: Module S-2.9.2.4:S-9 : S2_Naim_audio_server_sophia_processor at line 1434: Integer Array STDATASTRUCT__IEXTTIERSEARCHISACTIVE overflow. Col = 65507. Bounds = 8
09:03:00 - 03-08-2013: [Console Data] : Error: Module S-2.9.2.4:S-9 : S2_Naim_audio_server_sophia_processor at line 1435: Integer Array STDATASTRUCT__ITIERSEARCHISACTIVE overflow. Col = 65507. Bounds = 8


DM-MD6x6 and Surround Audio

enco.josh
 

I have a full 6x6 DM-MD6x6 system with one surround zone and the rest TVs. Is there a way to get surround audio in the surround zone when it is the only output on any given source? I can get surround sound if I change the Audio EDID to Best Overall, but then I get nothing in the other zones. I though the EDID was compiled dynamically depending on which source is selected to which output. It would be sweet if I could change the EDID setting programmatically? Is this just how the DM-MD6x6 is because it does not have DSP cards or am I doing something wrong?


DM-RMC-100-C Weird IR Issue

enco.josh
 

I have a DM-RMC-100-C box that I am having trouble controlling a Vizio TV. The volume up and down commands ramp up and down unpredictably. A tap on the volume up button results in an increase of 1-17 steps of volume. There are two Vizio TVs in a system totaling six TVs. The non-Vizio TVs do not have the problem. I tried several drivers as well as learning one in myself to no avail. The commands seem to work fine when I test them with my IR learner. The other IR port and the serial port on the DM-RMC-100-C are not in use. Anyone else seen anything like this?


Re: Getting Multiple IP Camera's to be viewed on a TPMC-9L

 

which demo program mark?
can?t find it???

what are the setup for the axis camera to be shown on tpmc-9l or tpmc-4smd??
thanks
nf

--- In Crestron@..., "Mark" <markrkaye@...> wrote:

take a look at the DNAV demo pgm - they do what you want in there

mark

--- In Crestron@..., "aaonslaught" <hungry@> wrote:

Hi Guys

I'm fairly new to the Crestron Simpl Windows side of things.

I have been given a house project to do, whereby I need to get Multiple IP Camera's to be viewed off of a TPMC-9L touch Panel, now the Touch Panel has a MJPEG page whereby you put all the corresponding info for the camera's details i.e. IP Address/Brightness etc

Now the problem lies for me in the fact that it seems to only take one IP Address.

I have gotten one camera to work on its own, but now cant access the rest of the camera's, as it only points to that one camera's Address...just by the way, should you need to know the camera's I am using, they are Axis IP Camera's

What can I do to get around this problem?

Regards


Re: New Crosspoint Symbols in last Database Update

 

I don't know what you guys are seeing but there is NO new crosspoint functionality. One of the engineers on control systems has said so on Labs.

--- In Crestron@..., Lincoln King-Cliby <lincoln@...> wrote:

Ummmm... If they're the ones I'm thinking of they've been lurking in the shadows for at least 5 years now -- but the last time I tried using them they were "vaporlock the processor so hard on program load you had to bypass program load and delete the program via serial" material.

Though that was when they were completely unsupported and only exposed in a certain mode of SIMPL windows, so things may have changed if they're showing up in the wild... but without a help topic attached I'd be leery.

--
Lincoln King-Cliby, CTS
Sr. Systems Architect | Crestron Certified Master Programmer (Silver)
ControlWorks Consulting, LLC
V: 440.449.1100 x1107 | F: 440.449.1106 | I:
Crestron Services Provider


-----Original Message-----
From: Crestron@... [mailto:Crestron@...] On Behalf Of fredsmedgig
Sent: Monday, March 25, 2013 4:33 PM
To: Crestron@...
Subject: [Crestron] New Crosspoint Symbols in last Database Update

I noticed the new Crosspoint Symbols that I first noticed in Studio are now in Simpl Windows. Anyone use them yet? They do look promising, but of course there is no associated help attached to them. I'll check them out when I get some fabled free time, but thought I might see if anyone has already tried.



------------------------------------



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.
Yahoo! Groups Links


Re: prject help!!!!!!! Extron switcher Fb?

Stig
 

You can use:
one "ilock" for sources (put feedback back to TP)
one "sio" with source names (each source button with corresponding
two "abuffer" (one for each screen) with the screen button as enable and the StringOut$ from "source sio" on the input and put the output on the TP as indirect txt (you should also feed the output to a MSP)
Clear the ilock with both sceen buttons through an or and you're ready to go.
This is from the top of my head, so no guarantee... :)

-Stig

--- In Crestron@..., "gary.howes@..." <gary.howes@...> wrote:

Hello<

Here It Goes, basically on my vtp poject i have drawn 2 screens and my sources(atv , sat etc), i would like to display fb when i select source connected to my Extron 8 in 4 out switch. so when i select the source and then select which screen on the panel, i would like that source displayed on the screen selected and text fb displaying on the control. I have only been programming systems for a couple of months so sorry if this sounds a totally noob question, i'm just totally lost and at my whits end with it.

hope this make sense :s


Re: Core 3 UI Clock - Really?!

Jesus @ Audio& Net Artist
 

I downloaded the new Core 3 Control VTP file, over Crestron labs that
includes a weather object and a clock. I have not tested yet but looks
fine.

--
*Jesus Tossas*
*
*
*Technology Architect, Audio Engineer, Programmer*
*
*
*787-460-1223*
*
*
Contact Info <>


prject help!!!!!!! Extron switcher Fb?

 

Hello<

Here It Goes, basically on my vtp poject i have drawn 2 screens and my sources(atv , sat etc), i would like to display fb when i select source connected to my Extron 8 in 4 out switch. so when i select the source and then select which screen on the panel, i would like that source displayed on the screen selected and text fb displaying on the control. I have only been programming systems for a couple of months so sorry if this sounds a totally noob question, i'm just totally lost and at my whits end with it.

hope this make sense :s


Re: Cresnet cable

Stig
 

we've used cat-5/6/7 cables on cresnet for years.
one pair for tx/rx and 3 conductors on both 24VDC and GND.
No issues, but if heavy loaded over large distance you need to calculate power consumption.

-Stig

--- In Crestron@..., "David Peddicord" <dpeddicord2@...> wrote:

I know that Creston sells their own cable, but what is a good generic wire
to use instead? Thanks.



David Peddicord





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


Re: Core 3 UI Clock - Really?!

Stig
 

Just uploaded a Core3 UMC clock HH:MM (one analog output).
A fair solution until the native Core3 clock-object is released.

-Stig

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

Hey guys, all I want to do is add a clock to my panel, but I cant seem to find a definitive way of doing so. Wow this Core 3 stuff is convenient!

I have watched the video on Crestrons website, and they mention downloading a module, which I cant seem to plop anywhere, not sure what directory to put it in.

Is there an easy way to add a clock? Anyone care to share, this is insane! Does Core 3 even know what time it is?!


New file uploaded to Crestron

 

Hello,

This email message is a notification to let you know that
a file has been uploaded to the Files area of the Crestron
group.

File : /Modules/Core3Clock_v1.0.zip
Uploaded by : avprosjekt <ska@...>
Description : Core-3 Clock umc (also legacy TP)

You can access this file at the URL:


To learn more about file sharing for your group, please visit:

Regards,

avprosjekt <ska@...>


Cresnet cable

David Peddicord
 

I know that Creston sells their own cable, but what is a good generic wire
to use instead? Thanks.



David Peddicord


Re: Hantarex TVs ir codes

 

Just uploaded the IR set I have. Not 100% sure what it includes as im not able to open it at the moment.

If I remember, the last time i did a Hantarex it was a nightmare as only half the controls were available via IR and half via RS232. I think we eneded up taking the screen apart and putting an ir bug inside it and using RS232 and IR.

For some reason the client didn't want the bug stuck on the front of their mirror finish screen in the living room................

--- In Crestron@..., Jordan Lyaskov <jordan.lyaskov@...> wrote:

Hi,

I am looking for any working IR codes for the Hantarex TVs.
Any could help out with this..

Thanks in advance.




New file uploaded to Crestron

 

Hello,

This email message is a notification to let you know that
a file has been uploaded to the Files area of the Crestron
group.

File : /IR Drivers/Hantarex 46 LED SLIM.ir
Uploaded by : charliehibbins <charlie@...>
Description : Hantarex 46 LED SLIM

You can access this file at the URL:


To learn more about file sharing for your group, please visit:

Regards,

charliehibbins <charlie@...>


Re: New Crosspoint Symbols in last Database Update

 

Ummmm... If they're the ones I'm thinking of they've been lurking in the shadows for at least 5 years now -- but the last time I tried using them they were "vaporlock the processor so hard on program load you had to bypass program load and delete the program via serial" material.

Though that was when they were completely unsupported and only exposed in a certain mode of SIMPL windows, so things may have changed if they're showing up in the wild... but without a help topic attached I'd be leery.

--
Lincoln King-Cliby, CTS
Sr. Systems Architect | Crestron Certified Master Programmer (Silver)
ControlWorks Consulting, LLC
V: 440.449.1100 x1107 | F: 440.449.1106 | I:
Crestron Services Provider

-----Original Message-----
From: Crestron@... [mailto:Crestron@...] On Behalf Of fredsmedgig
Sent: Monday, March 25, 2013 4:33 PM
To: Crestron@...
Subject: [Crestron] New Crosspoint Symbols in last Database Update

I noticed the new Crosspoint Symbols that I first noticed in Studio are now in Simpl Windows. Anyone use them yet? They do look promising, but of course there is no associated help attached to them. I'll check them out when I get some fabled free time, but thought I might see if anyone has already tried.



------------------------------------



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.
Yahoo! Groups Links