Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: Photoshop Alterntive
fireworks isnt available anymore i guess??
Basically been using cracked version of PS for years, and it wont run on windows 10 for me, so figured I would grow up and pay for it.? But 20$ a month for something I use maybe 4 times a month?? There has to be something out there I can purchase out right... |
||||||||||||||||||||
Re: Photoshop Alterntive
Joe Vossen
toggle quoted message
Show quoted text
On Feb 11, 2016, at 8:46 PM, dedicatedsystems@... [Crestron] <Crestron@...> wrote:
|
||||||||||||||||||||
Re: Photoshop Alterntive
Heather Baiman
Adobe Fireworks
________________________________ From: Crestron@... [Crestron@...] Sent: Thursday, February 11, 2016 8:46 PM To: Crestron@... Subject: [Crestron] Photoshop Alterntive I am curious as to what you guys use to create / tweak images for touch panels. Photoshop? GIMP or somthing else? There has to be other options..... Mark ============================================================================ Please refer to for important disclosures regarding this electronic communication. ============================================================================ |
||||||||||||||||||||
Re: Crestron Samsung EX-LINK Issues
This is an old post but I was just having this same issue. It came down to how the command is "built" in the SIMPL+ module. It takes the channel digit, multiplies it by 4, and then converts it into HEX. Well because HEX caps out at 255, any channels about 64 (technically 63.75) will start to have strange behavior. Here is the SIMPL+ code for reference:
toggle quoted message
Show quoted text
if(DTV) makestring(sChannelCommand, "\x08\x22\x04\x80%s%s", chr(iMainChannel * 4), chr(iSubChannel)); I'm trying to figure out why the module needs to multiply it by 4. It only does it for DTV and not ATV. 1. Has anybody tried getting rid of the "*4" and would the TV accept the command? 2. If the "*4" has to stay, how do you format longer channels in the string?
? |
||||||||||||||||||||
Fusion Ovation control with 2 Series Processor
Does anyone have any experience with Controlling a Fusion Ovation OMS-3 using the Control Works Module? ?it says it is only compatible with 3 Series Processors. ?Talked to Control works and they said they have not tested in on a 2 series and couldn't guarantee it to work well. ?I would just try it and see but Im not that excited about spending 400 dollars for nothing. Any additional info would be appreciated. Thanks! |
||||||||||||||||||||
Re: New Programmer
¿ªÔÆÌåÓýThat¡¯s more or less my point ¨C no S+, no ACOMP2 (oh, how dearly do I love that symbol) ¨C forces you to be creative and understand what¡¯s going on under the hood. ? ? There are a number of places where S+ is needed for string handling or ¡°advanced¡± math, but there are just as many places where S+ is used out of laziness. For example, it is entirely possible to build a Request to Speak Queue with ¡°management¡± (swapping users, removing a user from the middle, etc.) entirely in SIMPL, but I usually do it in S+ because it¡¯s faster. But doing it in SIMPL can really illustrate the relationships between logic waves and serial behavior. ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D Commercial Market Director Sr. Systems Architect | Crestron Certified Master Programmer (Gold) ControlWorks Consulting, LLC Crestron Services Provider | Biamp Audia Certified | Extron Control Professional ? From: Crestron@... [mailto:Crestron@...]
Sent: Thursday, February 11, 2016 9:33 AM To: Crestron@... Subject: RE: [Crestron] Re: New Programmer ? I don¡¯t get it, it doesn¡¯t support simpl+.? Most every receiver and advanced AV device uses simpl+ inside its modules.? This means he can¡¯t load or use most modules from the Crestron database. ? From: Crestron@... [mailto:Crestron@...] ? Yep, I think learning on an ST-CP is a great idea. ? On Thu, Feb 11, 2016 at 6:16 AM Joe Vossen jkvossen@... [Crestron] <Crestron@...> wrote:
? ? ============================================================================ Please refer to for important disclosures regarding this electronic communication. ============================================================================ |
||||||||||||||||||||
AV INTEGRATOR OPPORTUNITY IN St LOUIS, CINCINNATI AND KANSAS CITY
ZeroDay Technology Solutions has opportunities for AV Engineers/Integrators willing to travel. If you are interested, please send your resume to opportunities@.... The following skills/certifications get our attention, but are not necessarily required: InfoConn CTS Crestron Gold Programmer Crestron DMC-E-4K Cisco CCNA-Collaboration We work with Crestron, Cisco Telepresence, BiAmp, ClearOne, Vaddio, SMART, Samsung, Sharp, NEC, Crown, etc... ?(the website does not represent our AV division at present).
? |
||||||||||||||||||||
Re: New Programmer
Heather Baiman
¿ªÔÆÌåÓýAlso everything is Ethernet today¡ ? Who wants to load programs with an RJ11 to DB9 to USB adapter? ? From: Heather Baiman
Sent: Thursday, February 11, 2016 9:33 AM To: 'Crestron@...' Subject: RE: [Crestron] Re: New Programmer ? I don¡¯t get it, it doesn¡¯t support simpl+.? Most every receiver and advanced AV device uses simpl+ inside its modules.? This means he can¡¯t load or use most modules from the Crestron database. ? From: Crestron@... [mailto:Crestron@...]
?
Yep, I think learning on an ST-CP is a great idea. ? On Thu, Feb 11, 2016 at 6:16 AM Joe Vossen jkvossen@... [Crestron] <Crestron@...> wrote:
============================================================================ Please refer to http://www.eeny.net/disclaimer.txt for important disclosures regarding this electronic communication. ============================================================================ |
||||||||||||||||||||
Re: New Programmer
It's my opinion that ?you should learn how to code without having access to S+ because you'll learn better habits that won't bite you from being spoiled with some of what S+ can do. This conversation is different now that S#Pro is in the wild but I don't think that is the OPs level.? By that I mean, if the OP were a traditional software developer with OO programming experience, then a 3-series is a MUST. But if you're coming from scratch, the ST-CP is a great box to learn on.
|
||||||||||||||||||||
Re: New Programmer
Agreed.? While there's obviously some value in being forced to use the basics on an older processor like the ST-CP, a programmer really needs to learn how to use the more current facilities that are available in order to deliver a real solution to the client. GeoffOn Thu, Feb 11, 2016 at 9:32 AM, Heather Baiman heather@... [Crestron] <Crestron@...> wrote:
|
||||||||||||||||||||
Re: New Programmer
Heather Baiman
¿ªÔÆÌåÓýI don¡¯t get it, it doesn¡¯t support simpl+.? Most every receiver and advanced AV device uses simpl+ inside its modules.? This means he can¡¯t load or use most modules from the Crestron database. ? From: Crestron@... [mailto:Crestron@...]
Sent: Thursday, February 11, 2016 9:28 AM To: Crestron@... Subject: Re: [Crestron] Re: New Programmer ?
Yep, I think learning on an ST-CP is a great idea. ? On Thu, Feb 11, 2016 at 6:16 AM Joe Vossen jkvossen@... [Crestron] <Crestron@...> wrote:
============================================================================ Please refer to http://www.eeny.net/disclaimer.txt for important disclosures regarding this electronic communication. ============================================================================ |
||||||||||||||||||||
Re: New Programmer
Yep, I think learning on an ST-CP is a great idea.
|
||||||||||||||||||||
Re: New Programmer
Joe Vossen
where is the "like" button? I'm with Lincoln on this one
toggle quoted message
Show quoted text
On Feb 11, 2016, at 8:57 AM, Lincoln King-Cliby lincoln@... [Crestron] <Crestron@...> wrote: |
||||||||||||||||||||
Re: New Programmer
I'm still (loosely) hanging on to my comment from a few years ago that any new programmer should be forced to learn on a ST-CP -- the limitations of the platform relative to newer processors can really teach you to look at problems in different ways and be inventive with solutions. The newer platforms are also far more forgiving in most respects than the older platforms.
toggle quoted message
Show quoted text
-- Lincoln King-Cliby, CTS, DMC-E-4K/T/D Commercial Market Director Sr. Systems Architect | Crestron Certified Master Programmer (Gold) ControlWorks Consulting, LLC Crestron Services Provider | Biamp Audia Certified | Extron Control Professional -----Original Message-----
From: Crestron@... [mailto:Crestron@...] Sent: Thursday, February 11, 2016 7:07 AM To: Crestron@... Subject: [Crestron] Re: New Programmer The point I was trying to make is that learning in an outdated processor would cause them to learn certain things that don't apply to the current processors. My "break before make" comment was a poor example. ------------------------------------ Posted by: steve@... ------------------------------------ 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 |