¿ªÔÆÌåÓý

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

Re: Proper procedure of uploading project to MLX-3

 

I have to add some features to my home remote and I'm going to try that instead. Thanks.


Re: Proper procedure of uploading project to MLX-3

 

That makes sense.

Thank you


Re: Text Entry Field Example (Smart Graphics)

 

Any reason you can't test with an xpanel first?
There really is not that much to it.
Set your serial join for the text output from your panel. Optionally set a serial join if you want to send some prompt text to the field.
Ensure Launch Keyboard is checked and you should be good to go.

If you've are unfamiliar with SG Xpanel. Simply compile your project as a standard panel as you would normally do. In the output window at the bottom of vt-pro double click the output file name and Windows will open an explorer window straight to the folder where your vtz is. Double click the vtz to launch the Xpanel. You then have an option in the Xpanel menu called Faceplate. Enable that and all your soft buttons will work just like a real panel.

Don't forget to set your ip address and ip id the same as your real panel.

-slip


Re: c2n-amp-4x100 dead?

 

¿ªÔÆÌåÓý

If NOTHING has changed in the system then do as suggested.? Pull all the inputs and see if the noise is still there.? Then pull one output at a time.? Not sure what else is in the rack but try pulling the coax inputs off the cable boxes. You could be grabbing ground loop from the street.? If all else fails start looking at the amps power supply for swollen/leaking electrolytic capacitors.
?
In a message dated 2/2/2016 9:50:28 A.M. Eastern Standard Time, Crestron@... writes:

?

In Addition to Michael's suggestion of a ground loop... Try disconnecting _everything_ (inputs and outputs) and adding things back one at a time (one source and one output) to see if perhaps something up or downstream has made it particularly unhappy.



--
Lincoln King-Cliby, CTS, DMC-E-4K/T/D
Commercial Market Director
Sr. Systems Architect | Crestron Certified Master Programmer (Gold)
ControlWorks Consulting, LLC
V: 440.449.1100 x1107 F: 440-449-1106 I: http://www.controlworks.com
Crestron Services Provider | Biamp Audia Certified | Extron Authorized Programmer


-----Original Message-----
From: Crestron@... [mailto:Crestron@...]
Sent: Tuesday, February 02, 2016 2:15 AM
To: Crestron@...
Subject: [Crestron] c2n-amp-4x100 dead?

Yesterday everything was working just fine. I made no changes to any programs or configuration, but today I just get a buzz (medium pitched similar to one of those annoying scooters, varies with volume) out of all channels. I have tried the obvious, unplug from main, leave it a while, reload firmware, but no change. I can¡¯t even claim that it is tired and sh4gged out after a prolonged squawk, t¡¯s only ever been used for internet radio, some dinner music and such via ceiling speakers.

Does anyone have any idea what else I might be able to try before I declare it demised?

------------------------------------
Posted by: Marc Nield
------------------------------------



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: Emailing from 3-Series

 

There is no display. ?It is basically a panic button setup that will send emails to particular people when a button is pressed.

The TEK 3 looks like it may work. ?I've never heard of it before. ?I didn't see any software on the site...is it just setup through browser? ?Also, would it allow the IT guys access to change email subject matter through browser?

Thanks


Re: Crestron App for iPad

 

And how much was that other purchase? Many are finding Apple won't charge the $100 needed because of limitations on the account.?

Every app deal I've done there have been no issues in doing in-app purchase.?


Re: Toolbox (ish)

 

Running Windows apps in Linux with Wine or a Virtual Machine? It's not even all stable in Windows so I'm not sure I'd touch them in Linux.

It really depends what you want to use Toolbox for. Most info in Toolbox is all available from console connections to devices, and newer products can have firmware and projects loaded with FTP.


Re: Crestron App for iPad

 

Well the Credit Card was put in right before the Crestron App was downloaded because another app was purchased right before.


Re: Toolbox (ish)

 

I just don't like windows. ?Never have. ?I consider it more like, why should I drive a Pinto when there are so many better choices?!

Richard


Re: SIMPL+ Parsing / Debugging Help

 

It¡¯s hard to tell was intended without knowing more about what the device string looks like and what fragment is trying to be parsed, but¡­

If the intent of the mid was to extract the string that starts with byte (iloc1+7) in RecData and ends with iloc2 -1 (the byte before the string "\xFF\x00\x00"), the

mid should have been:

MID(RcvData, (iloc1 + 7), (iloc2 ¨C (iloc1+7));

If the desired extraction is shorter than that, then it would look like

MID(RcvData, (iloc1 + 7), (iloc2 ¨C (iloc1+7) ¨C n);

Where n can¡¯t be equal to or less than the difference between the first 2 factors or the string will be null again.

?

The trace you have seen seems like what is expected given that ls_TempStr will be null if the length of the extract is-1.


Re: Toolbox (ish)

Andrew Welker
 

Or, why not use something like Virtualbox to virutalize Windows from within Linux?


On Tue, Feb 2, 2016 at 4:54 PM Tray Schaeffer trayschaeffer@... [Crestron] <Crestron@...> wrote:
?

I don¡¯t mean to sound like an ass but I have to ask... why go to all this effort?
?
Reminds me of the movie ¡°Tin Cup¡±.
Yes, it¡¯s *possible* to play the back nine using nothing but a seven iron. But why?
?
?
Tray
?
Sent: Tuesday, February 02, 2016 4:32 PM
Subject: [Crestron] Toolbox (ish)
?

?

This may sound a little bit off the wall... Is anyone here aware of anyone who may have created a Toolbox replacement application?

?

I have been trying for years, really, years to run Crestron software in Linux. Finally I can get everything except toolbox to function.? I should be careful saying that, I have not yet tried to edit/compile Simpl+ and I have not yet loaded a program compiled on my Linux machine but without Toolbox it doesn't matter anyway.

?

Thanks,

Richard


Re: Toolbox (ish)

 

¿ªÔÆÌåÓý

I don¡¯t mean to sound like an ass but I have to ask... why go to all this effort?
?
Reminds me of the movie ¡°Tin Cup¡±.
Yes, it¡¯s *possible* to play the back nine using nothing but a seven iron. But why?
?
?
Tray
?

Sent: Tuesday, February 02, 2016 4:32 PM
Subject: [Crestron] Toolbox (ish)
?
?

This may sound a little bit off the wall... Is anyone here aware of anyone who may have created a Toolbox replacement application?

?

I have been trying for years, really, years to run Crestron software in Linux. Finally I can get everything except toolbox to function.? I should be careful saying that, I have not yet tried to edit/compile Simpl+ and I have not yet loaded a program compiled on my Linux machine but without Toolbox it doesn't matter anyway.

?

Thanks,

Richard


Toolbox (ish)

 

This may sound a little bit off the wall... Is anyone here aware of anyone who may have created a Toolbox replacement application?


I have been trying for years, really, years to run Crestron software in Linux. Finally I can get everything except toolbox to function. ?I should be careful saying that, I have not yet tried to edit/compile Simpl+ and I have not yet loaded a program compiled on my Linux machine but without Toolbox it doesn't matter anyway.


Thanks,

Richard


Re: Crestron App for iPad

Jayson Small
 

Verify that the credit card CCV is updated in the account. ?Sometimes you just need to update every now and again.

Jayson

From: <Crestron@...> on behalf of "nick@... [Crestron]" <Crestron@...>
Reply-To: <Crestron@...>
Date: Tuesday, February 2, 2016 at 4:16 PM
To: <Crestron@...>
Subject: [Crestron] Crestron App for iPad

?

Why does it seem like every time I go to deploy a new iPad for a customer, the Crestron App for iPad in-app purchase fails usually saying there's a problem with the transaction.


I've noticed it more with newly created Apple IDs with new credit card information, but just saw it on a seasoned Apple account.?


I usually wait a day or two, and then it upgrades fine.


What's the deal?


Crestron App for iPad

 

Why does it seem like every time I go to deploy a new iPad for a customer, the Crestron App for iPad in-app purchase fails usually saying there's a problem with the transaction.


I've noticed it more with newly created Apple IDs with new credit card information, but just saw it on a seasoned Apple account.?


I usually wait a day or two, and then it upgrades fine.


What's the deal?


Text Entry Field Example (Smart Graphics)

 

I am looking for an example using the smart graphics "Text Entry" box that pops up a keyboard. I want to create an editable phone list (by the client) of name field and number field.?Then want to select from the list and hit dial for a Polycom sound structure phone voip dialer. Has anyone done something like this? I've never used the text entry box, and unfortunately wont be able to test before I get on site. Sounds fairly straight forward but was looking for some direction. Any help is appreciated.

thanks


Re: Any luck consistently controlling a Napco P9600 Security panel?

 

Napco is telling me I need a CIBR-ZRemote in order for Napco to work with Crestron.

I have two Napco systems, one V60 one V72. ?V60 works with the GEM-RS232 while the V72 doesn't work with it. ?I've taken the same Crestron hardware from the site with the V60 and brought to the site with the V72 and still no dice.

I also get different error messages from the V5.1 crestron module depending if I use a 2-series or 3-series at the V72 site.

The 3 is reporting Timeout waiting for CTS high

The 2 is reporting Timeout waiting for ACK

Master code has been adjusted to give 0=10d.

Napco doesn't even say the CIBR-Zremote is a guarantee it will work. ?He even said it should work with V72 so I don't really think the CIBR-ZRemote is even a solution.


Arris AX013ANC Contour STB IR driver?

 

Anyone have a driver or other method of control for one of these?


TIA

Kol


Re: VT Pro Access Denied

 

Make sure you don't have Dropbox or any other syncing/backup apps running.?

Also make sure you don't have any non-friendly characters in the path name (including directories).?


Re: VT Pro Access Denied

Rohan Dunbar
 

¿ªÔÆÌåÓý

I am getting access denied when trying to open up a project. This is new. The project will attempt to open but then get access denied. I can see the folders but I can¡¯t open any pages. Anyone experience this? This seems to be the case on older projects using smart graphics.

?

From: Crestron@... [mailto:Crestron@...]
Sent: Saturday, January 30, 2016 4:18 PM
To: Crestron@...
Subject: [Crestron] Re: VT Pro Access Denied

?

?

I figured out the problem since I do not work out of Dropbox or any cloud storage due to all the issues mentioned above.

Only a few people I talked to had this issue, but it was due to the recent updated version of VT Pro all I did was just reverted back one version. It seemed to fix the problem now I can save with my vtp. file without turning into a bak. file and risk losing all my work.

Thanks everyone for your responses!


No virus found in this message.
Checked by AVG -
Version: 2016.0.7357 / Virus Database: 4522/11490 - Release Date: 01/26/16