¿ªÔÆÌåÓý

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

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.

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:

This would be a good way to do and make a hella TT to take care of the logic behind it.

JRW

--- In Crestron@..., Davis Whitehurst <whitehurstd@> wrote:

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.


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


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!

Cheers

--- In Crestron@..., Davis Whitehurst <whitehurstd@...> wrote:

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.


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


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.

JRW

--- In Crestron@..., Davis Whitehurst <whitehurstd@...> wrote:

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: DMPS100

 

your first ip table is 127.0.0.1 is it a type mismatch ?

have you set the same ip-id on the dmps and the tp ?


{Paf}


2013/3/21 wes <wesam_helmy@...>

**


i have DMPS100 & TPMC12v screen
the screen disconnected i don't know the reason

DMPS IP: 192.168.1.62. IP TABLE: 172.0.0.1
TP IP: 192.168.1.93. IP TABLE: 192.168.1.62

is this correct configuration?



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.


DMPS100

 

i have DMPS100 & TPMC12v screen
the screen disconnected i don't know the reason

DMPS IP: 192.168.1.62. IP TABLE: 172.0.0.1
TP IP: 192.168.1.93. IP TABLE: 192.168.1.62

is this correct configuration?


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.

On 21 Mar 2013, at 12:10, mm24all <martinp@...> wrote:

+1 on batteryrefill.com

--- In Crestron@..., "robbie_ray" <rlray@...> wrote:

I never could find a replacement but I was able to have new cells put into it.

We used these guys:



--- In Crestron@..., PatM Gmail <pat.molettieri@> wrote:

If you have a Batteries Plus around you they can make 1 for you.

Pat M


From: cheinemann605 <cheinemann@>
Reply-To: <Crestron@...>
Date: Wednesday, March 20, 2013 5:03 PM
To: <Crestron@...>
Subject: [Crestron] TPMC-10 battery

does anybody know where I can get a replacement battery for a TPMC-10?


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..

Cheers

--- In Crestron@..., "robbie_ray" <rlray@...> wrote:

How about 2 ring counters to give you x, y coordinates and then an and statement for each button?

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

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:

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:

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.

JRW


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

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: 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.

JRW

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

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!

[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?

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

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:

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:

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.

JRW


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

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: Roomview Enabled Display Stupidity

 

I particularly enjoy the Epson projectors we purchased that is Roomview compliant that does not work with....Roomview Enterprise.

Throughly enjoyed that one.

- Dan

--- In Crestron@..., Eric Walters <sentry07@...> wrote:

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

 

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:

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:

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.

JRW


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

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: 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.

JRW

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

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: 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
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.

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


[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)

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

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!


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.

--- In Crestron@..., "Chris" <chrmac68@...> wrote:

So far none of your revs work with the hacked firmware.
The hack opened port 23 for telnet control.
Alot of features in yours i wish mine could support.



--- In Crestron@..., Crestron@... wrote:


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 : /WD TV Live 031613.zip
Uploaded by : matt_rasmussen_2000 <mjrtoo@>
Description : WD TV Live IP Control w/Direct Services

You can access this file at the URL:


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

Regards,

matt_rasmussen_2000 <mjrtoo@>


Re: JVC RS56 Projector rs-232 commands?

Jesus @ Audio& Net Artist
 

Thanks for the directions!!!

--
*Jesus Tossas*
*
*
*Technology Architect, Audio Engineer, Programmer*
*
*
*787-460-1223*
*
*
Contact Info <>


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)

- Chip

--- In Crestron@..., "gsusmood" <audioandnetartist@...> wrote:

Does anyone here had the scenario to use this 2 for a small solution? looks interesting For particular projects.