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

Re: PTL4 to TPS4L

Heather Baiman
 

You are correct. I had only tested it with a 2-series (4.003.0015) since I simply loaded an existing program. I saved the program as a 3 series and tried having the PTL-4 talk to it and no dice, both showed offline in their IP tables. I was also not able to load TPS-4L firmware to it or even the latest PTL-4 firmware for that matter.

-----Original Message-----
From: Crestron@... [mailto:Crestron@...] On Behalf Of Kool-Aid Drinker
Sent: Thursday, May 02, 2013 10:53 AM
To: crestron@...
Subject: [Crestron] Re: PTL4 to TPS4L

With older firmware you can just use a physical PTL-4 where you have a
programmatic TPS-4L.

With newer firmware, the processor pays more attention to the panel's
identity and won't speak to the PTL-4.


On Thu, 2 May 2013 13:10:09 +0000, Heather Baiman <heather@...>
wrote:

We have two PTL-4s lying around that we're never going to be able to get rid of and we need
to do an equipment replacement for a project affected by Sandy that has a now discontinued
TPS-4L in it. I asked my boss if I could load TPS firmware to the PTL and see how it goes.
If I wreck the unit, so be it, then we'll hunt for a 4L. So before I bother with
firmware, I simply load a TPS-4L project to it as well as a processor and lo and behold it
simply works!

So this turned out to be a non-issue or is there something I'm not aware of that is going
to come back and screw me?

TIA

-----Original Message-----
From: Crestron@... [mailto:Crestron@...] On Behalf Of jgriffin1682
Sent: Friday, January 11, 2013 4:05 PM
To: Crestron@...
Subject: [Crestron] PTL4 to TPS4L

I think I remember a while back someone discussing a way to convert a ptl4 to a tps 4L.
Does anyone know of a way to do this? TIA

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



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


Bright Sign UDP

 

I am new to Crestron and would like to know how to send UDP commands. I have some Bright sign units that I would like to trigger with an Ipad I have setup with Crestron. I have added a UDP command on C2NENT-2 on port OC. I put the Address as 255.255.255.255 (don't see were the port is supposed to go though). The command I would like to send in Ascii is "Trigger". I didn't know if someone had a sample in Simpl that I could look at and reverse engineer. any help would be great. Thanks


Re: Crappy protocols

rickmcneely
 

I suppose that is a good way to look at it. I'm just too crabby to adopt that view myself! :-)

--- In Crestron@..., sebastian marszalek <s.marszalek11@...> wrote:

I call it, job security! : )

--
Sebastian Marszalek


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


Re: Posted fix for sluggish TSWs

Heath Volmer
 

Yep, kind of - we were given different commands to fix CPU throttling a couple weeks ago. It helped get the media player back to almost usable, and improved scrolling in general. Transitions were bad before .25.

I wonder if that command restores more hidden stuff than just resetting the temp limits on the CPU.

Heath

On May 3, 2013, at 6:40 AM, Jeremy Weatherford <jweather@...> wrote:

Just posted yesterday:


Anybody tried this yet? I don't have any TSWs installed, but I'm curious
to see if this clears up any of the reported issues with rendering time and
transitions.

--
Jeremy Weatherford




Re: Crappy protocols

 

I call it, job security! : )

--
Sebastian Marszalek


Posted fix for sluggish TSWs

 

Just posted yesterday:


Anybody tried this yet? I don't have any TSWs installed, but I'm curious
to see if this clears up any of the reported issues with rendering time and
transitions.

--
Jeremy Weatherford


Re: Fusion RoomView DeviceUsage Serial Attribute

 

Apparently I didn't follow the rabbit hole deep enough. The required
format is actually:

STRING sDate[10], sTime[8];
sDate = date(3); // 2013/05/02
sDate = left(sDate, 4) + "-" + mid(sDate, 6, 2) + "-" + right(sDate, 2); //
2013-05-02
sTime = time();

makestring (To_RV_Device_Usage$, "USAGE
||%s||%s||TIME||%s||%s||-||%s||-||%s||%s||",
sDate, sTime, Asset_Type$, Asset_Name$, itoa(g_iLastUsedminutes),
sAssetID, sMeetingID);


On Wed, May 1, 2013 at 3:27 PM, Jeremy Weatherford <jweather@...>wrote:

I thought you used to be able to just send serial text to that attribute
and have it logged correctly, but apparently not. Digging around the
RoomView demo program (available from the RVSE page, not the Fusion RV
page) seems to indicate that the DeviceUsage$ format is an overengineered
monstrosity:

makestring (To_RV_Device_Usage$,
"USAGE||-||-||TIME||%s||%s||-||%s||-||%s||%s||", // I think I'm in |-|3||
Asset_Type$, Asset_Name$, itoa(g_iLastUsedminutes), sAssetID, sMeetingID);

Fortunately it appears that sAssetID and sMeetingID can be "-", which is
good since I have no idea what I would set them to.

Anybody built a sane version of this module yet that doesn't wake up 12 S+
modules every 10 seconds just to increment a counter?



On Wed, Dec 5, 2012 at 12:53 PM, Lincoln King-Cliby <
lincoln@...> wrote:

**


I can't speak for the Device Usage serial, as I've never had occasion to
(or a client request to) use it, but for the ErrorMsg, the required format
is listed in the Help File, namely...

"Sends a formatted error message to RoomView, which displays a different
icon in the Log field depending on the severity of the error. (When the
operator clicks the error icon, a log file displays all logged events for
the selected room.)

The string must be formatted as follows:

<error severity>:<msg>

Where <error severity> is a severity code ranging from 0 to 4, and <msg>
is the error message.

Error codes are defined as follows:

0 = OK
1 = Notice
2 = Warning
3 = Error
4 = Fatal Error

If the error string is not formatted correctly, RoomView assigns a
default severity to the error and logs the entire string.

[...]"

--
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 Authorized Independent Programmer



-----Original Message-----
From: Crestron@... [mailto:Crestron@...] On
Behalf Of Rob Beringer
Sent: Wednesday, December 05, 2012 12:28 PM
To: Crestron@...
Subject: [Crestron] Fusion RoomView DeviceUsage Serial Attribute

Hi Everyone,

I am trying to configure various control systems we have to send
information to fusion roomview using the default attributes that are in the
roomview module itself, as well as some custom attributes we have made.
Most seem to be OK, but we can't trigger reports from the 'DeviceUsage'
serial attribute that you can send roomview through the roomview module
(either version 7 or 8).

I was wondering if anyone had made alot of use of this serial string back
to roomview and knew if you have to construct the string in a certain way
for the roomview server to adequatley process it for reports? In a similar
way maybe to how the 'errormessage' serial string has to be constructed in
a certain way?

Any advice or experience you've had would be really great! I'm not sure
if this should work or not!

Cheers!

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





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




--
Jeremy Weatherford


--
Jeremy Weatherford


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


Re: Remote Acess by Apple Time Capsule

 

Have you forward the port to your processor in your router.

{Paf}
Le 3 mai 2013 07:06, "jedistoned" <jedistoned@...> a crit :

**


Hi Guys!
We already connect with MC3 via DynDNS, but still can not load the project
on the ipad for use by Econtrol, someone has a tip for us.

Regards

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

Dear friends how are you?
I'm needing a little help from you guys, my client is going to travel to
the USA on Saturday, he wants to remotely access your home via the ipad,
but I'm not getting properly set up remote access, create the account
correctly dindnsfuncionando pis Tenos 08 IP cameras he envisions the ipad
anywhere), set up the doors of the Time Capsule (at least imagine that they
were done correctly), but try connectar ipad web I have only the status bar
to load the system and nothing else .
Someone would have a little tutorial or any tips to get to make this
work, I was informed by another developer in Brazil that the Time Capsule
is what might be causing this problem myself, I think this should not be
the reason.
Please help me because I have only today and tomorrow to make it work.

Thanks in advance everyone's attention.

Marino Penteado
Integration Expert


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


Re: Modbus TCP

 

Hi,

We are working on this too. DO you still need more information?

Koen

--- In Crestron@..., "ics_crestron" <sergio.caridi@...> wrote:

Hi folks

I'm working on a crestron- modbus TCP integration, does anyone have a sample prj or usefull documentation?

thanks in advance

Sergio


Re: OT: NYC ideas

Joseph Vossen
 

I'm always amazed at some of the roads that go up the mountains in the Alps and Pyrenees; the way the switch backs are cut into the mountain due to the steepness is a marvel

On May 2, 2013, at 11:41 AM, Heath Volmer wrote:

Unfortunately, there's bad history associated with much of history, but don't let that take away from the accomplishment. It was a different world. The ambitiousness of the guys that conceived of and the sacrifice of the guys who built those railroads is something that's rare or gone in today's world. Quite the accomplishment on so many levels.

On May 2, 2013, at 9:32 AM, Neil Dorin <neildorin@...> wrote:

Exactly.

It really made me appreciate the significance of the effort to build the
railroad across the Rockies. It's too bad there's so much bad history
associated with it (in Canada anyway) regarding all the Chinese sent in
with explosives to blast tunnels through the mountains....


On Thu, May 2, 2013 at 9:30 AM, Heath Volmer <hvolmer@...> wrote:

**

We used to have a "ski train" that went from Denver west into the
mountains. I got to ride that with the wife several years ago. Its amazing
how much more scenic the world is when not surrounded by multi-lane
highways and thousands of cars. You also get to see places that you don't
see from the car.
[snip]


Re: ModbusTCP help.

 

Hi,

We are also working on a RTU to TCP conversion.

In the second modbus file, one symbol is incomplete. We are contacting the person who posted this module for more information.

Let's keep in touch!

Koen

--- In Crestron@..., "kabza" <kabzaa@...> wrote:

I found modbusTCP module in files section, but i cant get feedback from
modbus system. I think the module is not complete. Someone can send me any
example program?



Regards



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


HVAC logic

 

Has anyone ever used this macro:


Our experience?
Are there other alternatives?

Thanks

Istvan


Re: Control Loss After Cisco Firmware Upgrade

bernie.kattner
 

Thanks Everyone...

The site is out of state so we're making arrangements to fly in to go on-site. In the meantime the system is being controlled via 232.


Re: Remote Acess by Apple Time Capsule

 

Hi Guys!
We already connect with MC3 via DynDNS, but still can not load the project on the ipad for use by Econtrol, someone has a tip for us.

Regards

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

Dear friends how are you?
I'm needing a little help from you guys, my client is going to travel to the USA on Saturday, he wants to remotely access your home via the ipad, but I'm not getting properly set up remote access, create the account correctly dindnsfuncionando pis Tenos 08 IP cameras he envisions the ipad anywhere), set up the doors of the Time Capsule (at least imagine that they were done correctly), but try connectar ipad web I have only the status bar to load the system and nothing else .
Someone would have a little tutorial or any tips to get to make this work, I was informed by another developer in Brazil that the Time Capsule is what might be causing this problem myself, I think this should not be the reason.
Please help me because I have only today and tomorrow to make it work.

Thanks in advance everyone's attention.

Marino Penteado
Integration Expert


Re: Control Loss After Cisco Firmware Upgrade

 

If you are controlling it via LAN I have seen the Telnet setting get changed after a firmware upgrade.
Check the retentive setting for the control type you are using.
Lots of them to go through :)
If the site is using TMS then get them to push the setting again as have seen this fix problems as well.

Regards

Adam

--- In Crestron@..., Neil Dorin <neildorin@...> wrote:

Are you controlling via RS-232 or TCP?

Often the login credentials get reset after a Cisco firmware upgrade.


On Thu, May 2, 2013 at 6:45 PM, bernie.kattner
<bernie.kattner@...>wrote:

**


I have Crestron DM system we installed for a customer which controls a
Cisco C60 codec. Everything has been working fine until the customer
decided to upgrade the C60 firmware (not suppose to without us) and now
they have lost all control over the codec (nothing). Everything else in the
system works fine and the codec can be controlled with the Cisco remote.

I've done the all the standard troubleshooting to include:
- revert to the old firmware
- reset the C60
- reset the entire system
- checked power
- checked all connections

Nothing seems to work...

1. Has anyone ever experienced this issue and if so what did you do to
correct it?

2. Anyone have any other suggestions?



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


Re: Control Loss After Cisco Firmware Upgrade

 

Should we take odds? ;)
On 2013-05-02, at 8:36 PM, "Chip" <cfm@...> wrote:


Yeah, that's a "hook up and fire up debugger" type deal - see what the codec is saying back to the control system. I'm going with Neil on the username/password being different than it was before the up/downgrade...

- Chip

--- In Crestron@..., Neil Dorin <neildorin@...> wrote:

Are you controlling via RS-232 or TCP?

Often the login credentials get reset after a Cisco firmware upgrade.


On Thu, May 2, 2013 at 6:45 PM, bernie.kattner
<bernie.kattner@...>wrote:

**


I have Crestron DM system we installed for a customer which controls a
Cisco C60 codec. Everything has been working fine until the customer
decided to upgrade the C60 firmware (not suppose to without us) and now
they have lost all control over the codec (nothing). Everything else in the
system works fine and the codec can be controlled with the Cisco remote.

I've done the all the standard troubleshooting to include:
- revert to the old firmware
- reset the C60
- reset the entire system
- checked power
- checked all connections

Nothing seems to work...

1. Has anyone ever experienced this issue and if so what did you do to
correct it?

2. Anyone have any other suggestions?



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

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


Re: Control Loss After Cisco Firmware Upgrade

 

Or, also authentication on the serial port was disabled and now is enabled could be the problem as well...

--
Lincoln King-Cliby, CTS
Sr. Systems Architect | Crestron Certified Master Programmer (Silver)
ControlWorks Consulting, LLC
Crestron Services Provider

-----Original Message-----
From: Crestron@... [mailto:Crestron@...] On Behalf Of Chip
Sent: Thursday, May 02, 2013 10:37 PM
To: Crestron@...
Subject: [Crestron] Re: Control Loss After Cisco Firmware Upgrade


Yeah, that's a "hook up and fire up debugger" type deal - see what the codec is saying back to the control system. I'm going with Neil on the username/password being different than it was before the up/downgrade...

- Chip


--- In Crestron@..., Neil Dorin <neildorin@...> wrote:

Are you controlling via RS-232 or TCP?

Often the login credentials get reset after a Cisco firmware upgrade.


On Thu, May 2, 2013 at 6:45 PM, bernie.kattner
<bernie.kattner@...>wrote:

**


I have Crestron DM system we installed for a customer which controls a
Cisco C60 codec. Everything has been working fine until the customer
decided to upgrade the C60 firmware (not suppose to without us) and now
they have lost all control over the codec (nothing). Everything else in the
system works fine and the codec can be controlled with the Cisco remote.

I've done the all the standard troubleshooting to include:
- revert to the old firmware
- reset the C60
- reset the entire system
- checked power
- checked all connections

Nothing seems to work...

1. Has anyone ever experienced this issue and if so what did you do to
correct it?

2. Anyone have any other suggestions?



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



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



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: Control Loss After Cisco Firmware Upgrade

Chip
 

Yeah, that's a "hook up and fire up debugger" type deal - see what the codec is saying back to the control system. I'm going with Neil on the username/password being different than it was before the up/downgrade...

- Chip

--- In Crestron@..., Neil Dorin <neildorin@...> wrote:

Are you controlling via RS-232 or TCP?

Often the login credentials get reset after a Cisco firmware upgrade.


On Thu, May 2, 2013 at 6:45 PM, bernie.kattner
<bernie.kattner@...>wrote:

**


I have Crestron DM system we installed for a customer which controls a
Cisco C60 codec. Everything has been working fine until the customer
decided to upgrade the C60 firmware (not suppose to without us) and now
they have lost all control over the codec (nothing). Everything else in the
system works fine and the codec can be controlled with the Cisco remote.

I've done the all the standard troubleshooting to include:
- revert to the old firmware
- reset the C60
- reset the entire system
- checked power
- checked all connections

Nothing seems to work...

1. Has anyone ever experienced this issue and if so what did you do to
correct it?

2. Anyone have any other suggestions?





Re: Control Loss After Cisco Firmware Upgrade

 

Are you controlling via RS-232 or TCP?

Often the login credentials get reset after a Cisco firmware upgrade.


On Thu, May 2, 2013 at 6:45 PM, bernie.kattner
<bernie.kattner@...>wrote:

**


I have Crestron DM system we installed for a customer which controls a
Cisco C60 codec. Everything has been working fine until the customer
decided to upgrade the C60 firmware (not suppose to without us) and now
they have lost all control over the codec (nothing). Everything else in the
system works fine and the codec can be controlled with the Cisco remote.

I've done the all the standard troubleshooting to include:
- revert to the old firmware
- reset the C60
- reset the entire system
- checked power
- checked all connections

Nothing seems to work...

1. Has anyone ever experienced this issue and if so what did you do to
correct it?

2. Anyone have any other suggestions?



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


Control Loss After Cisco Firmware Upgrade

bernie.kattner
 

I have Crestron DM system we installed for a customer which controls a Cisco C60 codec. Everything has been working fine until the customer decided to upgrade the C60 firmware (not suppose to without us) and now they have lost all control over the codec (nothing). Everything else in the system works fine and the codec can be controlled with the Cisco remote.

I've done the all the standard troubleshooting to include:
- revert to the old firmware
- reset the C60
- reset the entire system
- checked power
- checked all connections

Nothing seems to work...

1. Has anyone ever experienced this issue and if so what did you do to correct it?

2. Anyone have any other suggestions?