background image

                                                                                   CRESTRON                                                                                   

14  

••

  Series 3000 Touchpanels

Operations Guide - DOC. 8094B

operating with the touchpanel. Low baud rates will cause the panel to appear
unresponsive. For example, at 300 baud, a single button press (and release)
generates 12 characters and requires more than 0.333 of a second to send. Delays as
short as 0.1 of a second are generally considered perceptible and somewhat
annoying.

Command Format 

- Command format for all items sent to or from the touchpanel

is very simple. All items are ASCII strings terminated by a <cr>. Line feed
characters are ignored, thus <cr><lf> or <lf><cr> are also acceptable line
terminators. When the touchpanel sends a line, it is always terminated with
<cr><lf>.
For all strings, the first character determines command type. Numeric arguments, if
present, are in decimal and separated by commas. No control characters are
embedded in the strings to ease processing the strings with high level languages. Be
careful when using commas in BASIC, because BASIC uses commas for field
separators when reading strings from a file using the INPUT # statement. Since we
are dealing with complete lines, use the LINE INPUT # statement to cure this
problem.

P<#> and R<#> Commands

 - When in RUN mode, pressing a button (assuming

that it has been joined) generates a six-character code in the format P###<cr><lf>,
where ### is a three-character decimal number in the range of 1 through 999,
providing for up to 999 functions. When the button is released, a similar code is
generated, with an 'R' in place of the 'P'. Given that only one button may be pressed
at a time, an 'R' code always follows a 'P' code. A fixed three-digit format is used to
simplify software on the host.
Codes may be sent to the touchpanel in the same form as they are received. The 'P'
form turns on a function and the 'R' form turns off a function; sending back
information received from the touchpanel (i.e., jumping pins 2 and 3) makes the
buttons momentary. Notice that the touchpanel responds to P and R commands even
when configured for other interface modes. Selecting an RS-232 interface mode
merely enables P and R commands to be issued. In addition, the fixed format is not
required for commands sent to the touchpanel; P1, P01, and P001 are all perfectly
valid commands.
Compared to running on CRESNET II, an RS-232 interface to a personal computer
is slower, provides less features (such as tracking, among others), is less noise
immune (CRESNET uses balanced transmission for high common mode rejection,
RS-232 does not), and requires the user to supply the control logic program in the
PC.

V<chan>,<level> Command

 - Levels in gauge and slider objects may be set

through the RS-232 port. The command contains both the object channel number
(1-255) and level (0-65535) in decimal separated by a comma. For example,
V6,32768 would set channel 6 to level 128, or half way up.
One quick note on baud rate and smooth ramping. Ramping is accomplished by
sending successive levels to the object. To do this in 64 levels over three seconds,
for example, requires about 576 bytes worth of commands to be sent, and could not
be accomplished at any rate less than 2400 baud. Obviously, ramping several objects
at once requires a baud rate several times as high.

Indirect Text 

- Series 3000 Touchpanels support a feature that permits the text

field in any user-defined button to be altered on the fly in RUN mode. This is
accomplished by substituting a text pointer for the text in the button. The text
pointer informs the panel to use the contents of a variable that may be dynamically
redefined as the text field for the button. This presents a considerable advantage
over other methods in that changing screens does not destroy information and that
information may be placed in buttons not currently displayed.

Содержание BriteTouch 3000

Страница 1: ......

Страница 2: ......

Страница 3: ...cifications 6 Installation Setup 7 Identity Code 7 Recommended Cleaning 7 Preparation for Use 7 Hardware Hookup 8 Configuring the Touchpanel 9 Programming 15 Reserved Join Numbers 15 Workshop Versus S...

Страница 4: ......

Страница 5: ...h Series 3000 unit is to replace hard wired panels in either a CRESNET II or an RS 232 based control system The touchpanel is capable of replacing large complicated panels with a series of simpler scr...

Страница 6: ...cted from the rack or panel except during reprogramming For additional software information consult the help file available on the VTW installation disks Position Lock Button The position lock button...

Страница 7: ...h the touch of a single button regardless of the current page being displayed Physical Description Touchpanels The 9 6 inch 23 9 cm touch sensitive viewing screen is located on the front of each Serie...

Страница 8: ...0 Touchpanels Interface Module CN RJ11 NOTE All tiltcase Series 3000 touchpanels are supplied with a cable assembly that connects to the CN RJ11 supplied Pinout information is provided in this section...

Страница 9: ...ts are moveable and can tilt The B suffix identifies the touchpanel as having feature buttons The L suffix identifies the touchpanel as a lectern mount The 1M suffix identifies the touchpanel as havin...

Страница 10: ...CT 3000 CT 3000B CT 3000 1M Height 8 6 in 212 8 cm LC 3000 LC 3000B LC 3000 1M Width 11 2 in 28 5 cm Dimensions Weight Depth 7 0 in 17 8 cm without CN RJ11 Weight 5 5 lb 2 5 kg for CT configurations W...

Страница 11: ...ge quality For best cleaning results use a clean damp non abrasive cloth with any commercially available non ammonia glass cleaner Bezels may not provide a complete water tight seal Therefore apply cl...

Страница 12: ...II network cable shown below and appropriate interface module Recommended CRESNET II Network Cable Part No CRE 2S18218 NOTE Wire is available from Liberty Wire Cable 719 260 0061 CN RJ11 OR ANY LECTER...

Страница 13: ...le assembly is not supplied 4 Apply power to the touchpanel and observe illumination of the touch sensitive screen The touchpanel enters RUN MODE and displays a loaded panel page To enter SETUP MODE a...

Страница 14: ...he upper left corner Touch the corner of the screen to initiate calibration Another message Touch Lower Right Corner appears in the lower right corner Touch the corner of the screen to return to the M...

Страница 15: ...settings If parameters are saved the settings are restored in the event of a power failure The Save Setup button located just above the Return button in the corner of the Setup Menu may be selected a...

Страница 16: ...ng is disabled when the Panel Track button is deselected When disabled a given touchpanel does not respond to page changes made to other touchpanels on the network Panel tracking is factory set with t...

Страница 17: ...ave been set RS 232 Menu Lectern Mount Configurations Only Select the RS 232 button located at the top of the second column of the Setup Menu to change the touchpanel display to the RS 232 Menu shown...

Страница 18: ...form turns off a function sending back information received from the touchpanel i e jumping pins 2 and 3 makes the buttons momentary Notice that the touchpanel responds to P and R commands even when c...

Страница 19: ...the center of the button Save Setup and Run Program The Save Setup and Run Program button located at the upper right corner of the Main Menu saves all of the setup information to EEPROM and displays t...

Страница 20: ...n of the control system requirements The objects that are used in SIMPL are called symbols A basic touchpanel SIMPL program is shown below in block diagram form Series 3000 SIMPL Program The CRESNET I...

Страница 21: ...lustrations provide insight to a small portion of a CRESNET control system developed with SIMPL Windows To begin the programmer should envision the system in block diagram form shown below Block Diagr...

Страница 22: ...d assign signals to the Interlock symbol shown below Graphical Detail View of an Interlock in SIMPL Windows Programming Manager The signals from the Interlock are used as feedback into the touchpanel...

Страница 23: ...ectly calibrated Enter SETUP MODE and recalibrate Touchpanel is not Incorrect network wiring Touch screen to remove message and verify correct wiring to all connectors responding and screen displays N...

Страница 24: ...0 In Europe call Crestron International at 32 15 730 974 In Asia call Crestron Asia at 852 2341 2016 In Latin America call 525 574 15 90 For local support from exclusive Crestron factory trained perso...

Страница 25: ...er to be free from manufacturing defects in materials and workmanship for a period of three 3 years from the date of shipment to purchaser Disk drives and any other moving or rotating mechanical parts...

Страница 26: ......

Отзывы: