¿ªÔÆÌåÓý

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

Re: Audio Conference Call Progress Timer....write your own or is one available?

 

Not for a call timer, but the AINC is my go-to for timers -- count up, count down it does them all.

I use an ANIC for my "sleep" timer at home, plenty of speaker timers (count up or count down) -- and actually my favorite which I just finished -- one that both counts up and counts down (and can turn on a dime).

Lincoln

--
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 Sean
Sent: Monday, May 20, 2013 7:03 PM
To: Crestron@...
Subject: [Crestron] Re: Audio Conference Call Progress Timer....write your own or is one available?

Thanks man, I take it you've done this before.

Its a TSW-750, so I'll play with the CIP tags for a bit. I've followed your threads closely, actually just got a call today that the "periodic reboot" hung up on the nice "3" logo so everyone freaked out. I guess I'll be trying the new firmware with TSRESTORE sooner than later.

Thanks again

Sean



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

Use an ANIC, drive the "Up" with the offhook FB from the dialer of choice, hold time 1s, repeat time 1s, increment 1d, min 0, max 65535, mute 0.

Will count up as long as call is active. Use an INIT with 0d to reset at end of call or whenever you want to reset.

Use a timer object on the touchpanel (pre-SmartGraphics) or a time-formatted CIP tag (SmartGraphics) or if you're feeling a little masochistic, a DIVMOD with 60d as the parameter to get separate minutes and seconds feedback.

I <3 the AINC (and the ACOMP2 but that's another thread)

Lincoln

--
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 Sean
Sent: Monday, May 20, 2013 6:34 PM
To: Crestron@...
Subject: [Crestron] Audio Conference Call Progress Timer....write your own or is one available?

Before I dig into making a timer function, is there one available that I'm missing?

I see lots of countdown timers, etc., but my client is looking specifically for a timer that starts when a call is connected.

I'm thinking a simpl+ function, not too complex or a symbol that ticks, calculates the time and formats the number to be displayed properly.

Thanks

Sean



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



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



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



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: Audio Conference Call Progress Timer....write your own or is one available?

 

Thanks man, I take it you've done this before.

Its a TSW-750, so I'll play with the CIP tags for a bit. I've followed your threads closely, actually just got a call today that the "periodic reboot" hung up on the nice "3" logo so everyone freaked out. I guess I'll be trying the new firmware with TSRESTORE sooner than later.

Thanks again

Sean

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

Use an ANIC, drive the "Up" with the offhook FB from the dialer of choice, hold time 1s, repeat time 1s, increment 1d, min 0, max 65535, mute 0.

Will count up as long as call is active. Use an INIT with 0d to reset at end of call or whenever you want to reset.

Use a timer object on the touchpanel (pre-SmartGraphics) or a time-formatted CIP tag (SmartGraphics) or if you're feeling a little masochistic, a DIVMOD with 60d as the parameter to get separate minutes and seconds feedback.

I <3 the AINC (and the ACOMP2 but that's another thread)

Lincoln

--
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 Sean
Sent: Monday, May 20, 2013 6:34 PM
To: Crestron@...
Subject: [Crestron] Audio Conference Call Progress Timer....write your own or is one available?

Before I dig into making a timer function, is there one available that I'm missing?

I see lots of countdown timers, etc., but my client is looking specifically for a timer that starts when a call is connected.

I'm thinking a simpl+ function, not too complex or a symbol that ticks, calculates the time and formats the number to be displayed properly.

Thanks

Sean



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



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: Audio Conference Call Progress Timer....write your own or is one available?

 

Use an ANIC, drive the "Up" with the offhook FB from the dialer of choice, hold time 1s, repeat time 1s, increment 1d, min 0, max 65535, mute 0.

Will count up as long as call is active. Use an INIT with 0d to reset at end of call or whenever you want to reset.

Use a timer object on the touchpanel (pre-SmartGraphics) or a time-formatted CIP tag (SmartGraphics) or if you're feeling a little masochistic, a DIVMOD with 60d as the parameter to get separate minutes and seconds feedback.

I <3 the AINC (and the ACOMP2 but that's another thread)

Lincoln

--
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 Sean
Sent: Monday, May 20, 2013 6:34 PM
To: Crestron@...
Subject: [Crestron] Audio Conference Call Progress Timer....write your own or is one available?

Before I dig into making a timer function, is there one available that I'm missing?

I see lots of countdown timers, etc., but my client is looking specifically for a timer that starts when a call is connected.

I'm thinking a simpl+ function, not too complex or a symbol that ticks, calculates the time and formats the number to be displayed properly.

Thanks

Sean



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



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: S+ Parsing

 

Thanks Chip that was an amazingly clear explanation. I think I just heard the penny drop especially in the last half of what you have written.

Thanks again...

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


No documentation outside of what's here on the forum, but there's also not a lot to it.

WHILE(1)

Says, take the code enclosed in the following curly braces and run it OVER AND OVER AGAIN - FOREVERRRRRRRR!

In most circumstances that classifies as A Very Bad Thing (tm). But if you include code inside the curly braces that returns time to the OS and the host SIMPL program, you're good. As luck would have, it:

GATHER(delimiter,src_string)

Says STOP right there, and keep monitoring "src_string". Do not pass GO, do not collect $200 UNTIL you see the specified "delimiter" appear in src_string. When you do, remove everything from the front of src_sting up to the first occurrence of delimiter, and put it in the variable I specify. Then go back to monitoring "src_string".

The great thing about GATHER is that as soon as it evaluates src_string and doesn't find delimiter, it returns control to the processor. The OS lets GATHER know when (if ever) delimiter arrives, and tells it go resume business.

The big trick is in your parsing code. You need to make sure you evaluate what GATHER returns to you as quickly as possible and let the code return to the GATHER. This is an exercise left to the reader, as how to parse everything depends entirely on the data you're expecting.

In theory, the only way I know of for your BUFFER_INPUT to overrun is if lots of data comes in that never contains the delimiter, or if your processor is SO bogged down otherwise that the OS can't get your S+ code fired back up to run the parsing code.

(Oddly enough, I have random instances of this happening at a job site right now. REALLY frustrating)

That said, I'm not sure I'd use this approach for JSON data, considering how sucky it's structured. Maybe there's a good way of doing it - I just haven't considered it...

- Chip


--- In Crestron@..., "redquartznow" <redquartznq@> wrote:

Hello

I would like to have a clear definition of the hows and why's of

Main()
{
While (1)
{
Gather ();
Parse
}}

From my searching on this group I have found many tidbits of information
that make this seem to be an attractive solution to chatty devices. However every time I have used it (only on a project that sends back LARGE amounts of json data i.e. tv program guide for a week) i just seem to get buffer overruns.

Does anyone have a link to somewhere this has been explained in detail before?

Cheers,
Kurt


Audio Conference Call Progress Timer....write your own or is one available?

 

Before I dig into making a timer function, is there one available that I'm missing?

I see lots of countdown timers, etc., but my client is looking specifically for a timer that starts when a call is connected.

I'm thinking a simpl+ function, not too complex or a symbol that ticks, calculates the time and formats the number to be displayed properly.

Thanks

Sean


Re: (Beginer) Status =-257 on TCP/IP Client

Kool-Aid Drinker
 

It's just a generic connection failure.

Verify that the port you want to connect to is open, using a port
scanner or similar tool.

On Mon, 20 May 2013 21:55:16 -0000, "avautobot1"
<a.hutchison@...> wrote:


hi yeah my bad that error was taken when I was trying to use a friendly name not an ip as I
could not get it to work with the ip address. the error now reads the same but with the ip
192.168.1.179.

and idea what the status= -257 means


Re: Crestron Programmer needed in SE Florida

 

From the yahoo website it's obscured. But if you receive the messages it's
shown.

Yahoo is saving us from spam grabbing spiders.


Sent from my eMail.

On May 20, 2013, at 5:47 PM, Tony Golden <mrgolden@...> wrote:



It was visible in mine, so I thought everyone could see it. Yahoo must be
obscuring it.

Anyway, it's todd at sccnow dot com.

--- On Monday, May 20, 2013 at 5:37 PM, martinkup90 wrote:

Todd, Your email is not visible on the post.
I am located in the SE Florida area and interested in the opportunity,
send
me a private message so we could chat some more.

Regards,
Martin Kupferman, DMC-E

--- In Crestron@..., "todd.welling" <todd.welling@...> wrote:

I am working with a national Integrator that has a local branch in the
Southeast Florida area. This company is one of the top 10 Custom
Electronic
Integration Companies. The Sr. Leadership has come to me looking for a
Crestron Programmer, someone with the ability to program large Crestron
systems and integrating with other disciplines such as Lighting and
Security.

Pay depends in experience. Who can you recommend for the opportunity?
Your assistance is greatly appreciated!

Todd Welling
Regional Recruiter
SS&C, Inc.
Phone: (805) 557-0077 ext. 141
Fax: (805) 557-0801
E-mail: Todd@...
Visit our website:



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


Re: (Beginer) Status =-257 on TCP/IP Client

 

hi yeah my bad that error was taken when I was trying to use a friendly name not an ip as I could not get it to work with the ip address. the error now reads the same but with the ip 192.168.1.179.

and idea what the status= -257 means

--- In Crestron@..., Kool-Aid Drinker <herald@...> wrote:

67.215.65.132 is opendns.com. It looks like you typed the IP address
into the TCP-Client symbol incorrectly.


On Mon, 20 May 2013 17:34:19 -0000, "avautobot1"
<a.hutchison@...> wrote:

Hi All,
As I said above I am fairly new to this, but I am trying to control a Marantz av
receiver using the TCP/IP Client. After sending the connect string all I get back is the
following message.

Notice:TCP Client Slot-08.IP-ID-25: Unable to connect to TCP server (67.215.65.132&#92;0, status = -257

Now the IP address that is listed is not the one that I have entered into the Marantz or
the IP Client module so im thinking that it must be an issue with DNS. I have tried both
the DNS server on my modem and a third party one.

Any body know what staus = -257 means or come across this problem before.

Thanks in advance for any help.

Alex


Re: Crestron Programmer needed in SE Florida

 

It was visible in mine, so I thought everyone could see it. Yahoo must be
obscuring it.

Anyway, it's todd at sccnow dot com.

--- On Monday, May 20, 2013 at 5:37 PM, martinkup90 wrote:

Todd, Your email is not visible on the post.
I am located in the SE Florida area and interested in the opportunity, send
me a private message so we could chat some more.

Regards,
Martin Kupferman, DMC-E

--- In Crestron@..., "todd.welling" <todd.welling@...> wrote:

I am working with a national Integrator that has a local branch in the
Southeast Florida area. This company is one of the top 10 Custom Electronic
Integration Companies. The Sr. Leadership has come to me looking for a
Crestron Programmer, someone with the ability to program large Crestron
systems and integrating with other disciplines such as Lighting and
Security.

Pay depends in experience. Who can you recommend for the opportunity?
Your assistance is greatly appreciated!

Todd Welling
Regional Recruiter
SS&C, Inc.
Phone: (805) 557-0077 ext. 141
Fax: (805) 557-0801
E-mail: Todd@...
Visit our website:


Re: Crestron Programmer needed in SE Florida

 

Todd, Your email is not visible on the post.
I am located in the SE Florida area and interested in the opportunity, send me a private message so we could chat some more.

Regards,
Martin Kupferman, DMC-E

--- In Crestron@..., "todd.welling" <todd.welling@...> wrote:

I am working with a national Integrator that has a local branch in the Southeast Florida area. This company is one of the top 10 Custom Electronic Integration Companies. The Sr. Leadership has come to me looking for a Crestron Programmer, someone with the ability to program large Crestron systems and integrating with other disciplines such as Lighting and Security.

Pay depends in experience. Who can you recommend for the opportunity? Your assistance is greatly appreciated!

Todd Welling
Regional Recruiter
SS&C, Inc.
Phone: (805) 557-0077 ext. 141
Fax: (805) 557-0801
E-mail: Todd@...
Visit our website:


Re: Crestron Programmer needed in SE Florida

 

Please send all inquiries directly to Todd's email.

--- On Monday, May 20, 2013 at 4:54 PM, rm wrote:

Good afternoon Todd, does the programmer need to reside in the office
location?

Or can this be done remotely?


On May 20, 2013 4:47 PM, "todd.welling" <todd.welling@...> wrote:


I am working with a national Integrator that has a local branch in the
Southeast Florida area. This company is one of the top 10 Custom
Electronic Integration Companies. The Sr. Leadership has come to me
looking for a Crestron Programmer, someone with the ability to program
large Crestron systems and integrating with other disciplines such as
Lighting and Security.

Pay depends in experience. Who can you recommend for the opportunity?
Your assistance is greatly appreciated!

Todd Welling
Regional Recruiter
SS&C, Inc.
Phone: (805) 557-0077 ext. 141
Fax: (805) 557-0801
E-mail: Todd@...
Visit our website:


Re: Core 3 1.13 bloat

Kool-Aid Drinker
 

Makes running a Core3 Xpanel across a slow internet connection even
dandier. Nearly five minutes on "Loading Themes".


On Fri, 17 May 2013 08:09:39 -0600, Heath Volmer <hvolmer@...>
wrote:

Can anyone explain why a project vtz in Core 3 1.12.29 compiles at 4 MB, but that same
project in 1.13.15 compiles to more than 10 MB? Did I somehow gain 6MB worth of
performance-enhancing goodness? I see some files in the vtz that are considerably larger...

I've seen this happen before after "updating". I was having a decent-enough 2-day Core 3 period...

Heath


Re: Flat panel box

Eric Williams
 

Thanks all. Just order a few options, going to try some things out.

Sent from my pocket robot!

-----Original Message-----
From: "Heath Volmer" <hvolmer@...>
Sent: ?5/?20/?2013 11:55 AM
To: "Crestron@..." <Crestron@...>
Subject: Re: [Crestron] Flat panel box


We used a leviton box that would take an RMC100 and an electrical outlet. The HDMI cable had to stick out of a J-box hole in the side, AC outlet on the other. It was a bit of a puzzle at first but everything fit. We cut them in afterwards. Sorry, I don't recall the part number-Leviton part numbers are so easy to remember.

Heath Volmer
Digital Domain Systems
Littleton, CO

Sent from my iTypo 4

On May 20, 2013, at 7:53 AM, Eric Williams <ewilliams0305@...> wrote:

Anyone know of a good pre construction box with enough recessed area to preferably house Rmc boxes and power supplies.

Sent from my pocket robot!

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

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




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


Re: Crestron Programmer needed in SE Florida

 

Good afternoon Todd, does the programmer need to reside in the office
location?

Or can this be done remotely?
On May 20, 2013 4:47 PM, "todd.welling" <todd.welling@...> wrote:

**


I am working with a national Integrator that has a local branch in the
Southeast Florida area. This company is one of the top 10 Custom Electronic
Integration Companies. The Sr. Leadership has come to me looking for a
Crestron Programmer, someone with the ability to program large Crestron
systems and integrating with other disciplines such as Lighting and
Security.

Pay depends in experience. Who can you recommend for the opportunity? Your
assistance is greatly appreciated!

Todd Welling
Regional Recruiter
SS&C, Inc.
Phone: (805) 557-0077 ext. 141
Fax: (805) 557-0801
E-mail: Todd@...
Visit our website:



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


Crestron Programmer needed in SE Florida

todd.welling
 

I am working with a national Integrator that has a local branch in the Southeast Florida area. This company is one of the top 10 Custom Electronic Integration Companies. The Sr. Leadership has come to me looking for a Crestron Programmer, someone with the ability to program large Crestron systems and integrating with other disciplines such as Lighting and Security.

Pay depends in experience. Who can you recommend for the opportunity? Your assistance is greatly appreciated!

Todd Welling
Regional Recruiter
SS&C, Inc.
Phone: (805) 557-0077 ext. 141
Fax: (805) 557-0801
E-mail: Todd@...
Visit our website:


Re: Please some one help me for a matrix switcher routing..

 

anil,
please consult your local crestron programmer. i believe they could help
you with a solution. this index can referenced on crestron's website.


On Mon, May 20, 2013 at 3:08 PM, Anil Tiwari <anil.tiwari47@...>wrote:

**


Hello guys,
I need some help for video matrix switching, i have 25 camera input and 12
display output in that i need to make a program like camera 1 to display 5
or 6 whatever so according to that on touch pannel i need to assigned
button like 27 camera input buttons and other side all 12 display options
button so any one can select any input to any output. for this how i can
make a program. so please any one can send me a example program so it will
be more helpful for me.

thanks
ak






--
Joshua B Zimmerman

The beginning of knowledge is the discovery of something we do not
understand.
- Frank Herbert

This message, including any attachments may include privileged,
confidential and/or inside information. Any distribution or use of this
communication by anyone other than the intended recipient(s The
information contained in this e-mail and any attached documents may be
privileged, confidential and protected from disclosure. If you are not the
intended recipient you may not read, copy, distribute or use this
information. If you have received this communication in error, please
notify the sender immediately by replying to this message and then delete
it from your system. This email may contain confidential and privileged
material for the sole use of the intended recipient. Any review or
distribution by others is strictly prohibited. If you are not the intended
recipient please contact the sender and delete all copies.


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


Please some one help me for a matrix switcher routing..

Anil Tiwari
 

Hello guys,
I need some help for video matrix switching, i have 25 camera input and 12 display output in that i need to make a program like camera 1 to display 5 or 6 whatever so according to that on touch pannel i need to?assigned button like 27 camera input buttons and other side all 12 display options button so any one can select any input to any output. for this how i can make a program. so please any one can send me a example?program so it will be more helpful for me.??


thanks
ak

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


Re: (Beginer) Status =-257 on TCP/IP Client

 

It is on a local network. I thaught that that was an external ip address so that's what made me think it was to do with dns.

thanks though

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

Is the processor on the same local network as the receiver? The IP address shown is not a local IP?

If you're trying to control something on a remote network, you a) should probably reconsider, and b) need to make sure port forwarding is configured properly.

--- In Crestron@..., "avautobot1" <a.hutchison@> wrote:

Hi All,
As I said above I am fairly new to this, but I am trying to control a Marantz av receiver using the TCP/IP Client. After sending the connect string all I get back is the following message.

Notice:TCP Client Slot-08.IP-ID-25: Unable to connect to TCP server (67.215.65.132&#92;0, status = -257

Now the IP address that is listed is not the one that I have entered into the Marantz or the IP Client module so im thinking that it must be an issue with DNS. I have tried both the DNS server on my modem and a third party one.

Any body know what staus = -257 means or come across this problem before.

Thanks in advance for any help.

Alex


Re: (Beginer) Status =-257 on TCP/IP Client

Kool-Aid Drinker
 

67.215.65.132 is opendns.com. It looks like you typed the IP address
into the TCP-Client symbol incorrectly.


On Mon, 20 May 2013 17:34:19 -0000, "avautobot1"
<a.hutchison@...> wrote:

Hi All,
As I said above I am fairly new to this, but I am trying to control a Marantz av
receiver using the TCP/IP Client. After sending the connect string all I get back is the
following message.

Notice:TCP Client Slot-08.IP-ID-25: Unable to connect to TCP server (67.215.65.132&#92;0, status = -257

Now the IP address that is listed is not the one that I have entered into the Marantz or
the IP Client module so im thinking that it must be an issue with DNS. I have tried both
the DNS server on my modem and a third party one.

Any body know what staus = -257 means or come across this problem before.

Thanks in advance for any help.

Alex


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/week scheduler.zip
Uploaded by : crestronfreak55 <crestronfreak55@...>
Description : scheduler with 4 events per weekday

You can access this file at the URL:


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

Regards,

crestronfreak55 <crestronfreak55@...>