Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Crestron
- Messages
Search
Re: Touchpanel control from
You could just do a init->equ, with a signal for each of the 9 locations, and each output enables a buffer that links your left/right/up/down/select with the appropriate 'next' action.
toggle quoted message
Show quoted text
So loc(1): left -> goto(3) right -> goto(2) up -> goto(7) down -> goto(4) select -> trigger(1) and so on. Its not clever or easily expandable, but is simple and fairly fast to implement at this size, and easy enough to throw into a module to reuse. --- In Crestron@..., "jrw_96" <jrw_96@...> wrote:
|
Re: Touchpanel control from
That sounds great! A little beyond my Simpl abilities at the moment but I'm going to start trawling through the Help files straight away!
toggle quoted message
Show quoted text
Cheers --- In Crestron@..., Davis Whitehurst <whitehurstd@...> wrote:
|
Re: Touchpanel control from
This would be a good way to do and make a hella TT to take care of the logic behind it.
toggle quoted message
Show quoted text
JRW --- In Crestron@..., Davis Whitehurst <whitehurstd@...> wrote:
|
Re: DMPS100
your first ip table is 127.0.0.1 is it a type mismatch ?
toggle quoted message
Show quoted text
have you set the same ip-id on the dmps and the tp ? {Paf} 2013/3/21 wes <wesam_helmy@...> ** |
Re: Touchpanel control from
How about an analog inc for left/right that increments by 1 and analog inc for up/down that increments by 3. Run them into a sum. Add conditional logic for a wrap around effect. Obviously there would be a lot of buffers, ors and nors, but I think it could be done.
If value = 1. Left sets it 9 for full wrap, or 3 if you just want to horizontal wrap Right goes to increment Down goes to increment Up sets it 9 for full wrap, or 7 if you just want to vertical wrap If value = 2. Left goes to inrement Right goes to increment Down goes to increment Up sets it 9 for full wrap, or 8 if you just want to vertical wrap ETC... Davis ________________________________ CONFIDENTIALITY NOTICE: This e-mail transmission, and any documents, files or previous e-mail messages attached to it, may contain confidential information that is legally privileged. If you are not the intended recipient, or a person responsible for delivering it to the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of any of the information contained in or attached to this message is STRICTLY PROHIBITED. If you have received this transmission in error, please immediately destroy the original transmission and its attachments without reading them or saving them to disk. Thank you. |
Re: TPMC-10 battery
Marc Nield
I used batteryrefill.com for a TPMC10 and it didn't work from the moment I plugged the new battery in (constant reboot loop). Even if I take the battery out and run it only from mains, the same thing happens. It worked perfectly before I sent the battery away. I am not blaming the battery but it's certainly a coincidence.
toggle quoted message
Show quoted text
On 21 Mar 2013, at 12:10, mm24all <martinp@...> wrote:
+1 on batteryrefill.com |
Re: Touchpanel control from
Tried that also but the results were erratic - going from 1 to 3 with 'right' was fine, but then 'down' jumped to 4, whereas the desired result would be to go to 6..
toggle quoted message
Show quoted text
Cheers --- In Crestron@..., "robbie_ray" <rlray@...> wrote:
|
Re: Touchpanel control from
You could treat it like a 2D table.
Use AINC symbols with min/max parameters set to the size of your item grid. One for Up/Down and one for Left/Right. Then use EQU symbols and ANDs to get digital FB of which one is currently selected. You could easily wrap this in a module with parameters for the number of horizontal and vertical icons. -Neil Dorin On 2013-03-21, at 3:16 PM, "jrw_96" <jrw_96@...> wrote: Off the top of my head you could use a ring counter to cycle through the icons and use the analog mode joins to show which icon is selected. The rest would be pretty easy logic wise. [Non-text portions of this message have been removed] |
Re: Touchpanel control from
How about 2 ring counters to give you x, y coordinates and then an and statement for each button?
toggle quoted message
Show quoted text
--- In Crestron@..., "rlf79cm" <rlf79cm@...> wrote:
|
Re: Roomview Enabled Display Stupidity
I particularly enjoy the Epson projectors we purchased that is Roomview compliant that does not work with....Roomview Enterprise.
toggle quoted message
Show quoted text
Throughly enjoyed that one. - Dan --- In Crestron@..., Eric Walters <sentry07@...> wrote:
|
Re: Touchpanel control from
Thanks for the reply. I tried that and could get the buttons from scroll through the icons in order, but they are displayed as follows:
toggle quoted message
Show quoted text
1 2 3 4 5 6 7 8 9 ..and I'm unsure how to have the navigation buttons jump from: 1 to 4 with down, 8 to 5 with up, etc. I assume the ring counter would only allow me to scroll 1 to 2 to 3 to 4 in order/in reverse ? Cheers --- In Crestron@..., "jrw_96" <jrw_96@...> wrote:
|
Re: Touchpanel control from
Off the top of my head you could use a ring counter to cycle through the icons and use the analog mode joins to show which icon is selected. The rest would be pretty easy logic wise.
toggle quoted message
Show quoted text
JRW --- In Crestron@..., "rlf79cm" <rlf79cm@...> wrote:
|
Re: Roomview Enabled Display Stupidity
Energy Star compliance...
-Neil Dorin On 2013-03-21, at 3:00 PM, Eric Walters <sentry07@...> wrote: Whyyyyyyyyyyyyyyyyyyyyyy why why why why would a manufacturer put Roomview [Non-text portions of this message have been removed] |
Roomview Enabled Display Stupidity
Whyyyyyyyyyyyyyyyyyyyyyy why why why why would a manufacturer put Roomview
stuff in their projectors and then turn off the web/roomview interface when you turn off the projector? Unless I'm being extremely stupid here, and not seeing the option to disable this, I don't get it. Turn the projector on with the remote and the roomview stuff works, turn the projector off with roomview and now none of the roomview stuff works and the projector won't turn on. WHY?! Tell me I'm not alone on this one, please. |
Re: Touchpanel control from
Oops - finger slipped before finishing the Subject on that one (apologies)
toggle quoted message
Show quoted text
--- In Crestron@..., "rlf79cm" <rlf79cm@...> wrote:
|
Touchpanel control from
I have a touchpanel menu with 9 icons - 3 rows of 3. I'd like to use the up/down/left/right buttons on the panel to scroll/navigate through the icons, with 'ok' selecting the desired item.
Obviously I can use up/down to control things like volume/channels etc, but I'm unsure how to use them to scroll through items/icons on the actual touchpanel - any ideas? (Hope that makes sense) Thank you! |
Re: New file uploaded to Crestron
gsusmood
Any luck getting direct service to Spotify later on? I dont own none of this media stremers, but did downloaded the Module and check a review and its quite promising not to be tied to Apple.
toggle quoted message
Show quoted text
--- In Crestron@..., "Chris" <chrmac68@...> wrote:
|
Re: TPCS-4SMD & C2N-IO Anyone?
Chip
I'm smack dab in the middle of a project with just shy of 70 of these combos. Each "station" has a local display that needed RS232 control, while the rest of the functionality goes over the network to an associated Pro2. (And from there to a CP3, and...now I'm digressing)
toggle quoted message
Show quoted text
- Chip --- In Crestron@..., "gsusmood" <audioandnetartist@...> wrote:
|
to navigate to use esc to dismiss