Link here

Getting to Know Your QScreen Controller

Introduction to Mosaic's 68HC11-based industrial touchscreen controller.

Congratulations on your choice of the QScreen Controller™. This Chapter introduces the hardware and software features of the QScreen Controller: the graphical user interface (GUI), liquid crystal display (LCD), touch panel, processor, memory, I/O (input-output), serial communications, and RTOS (real time operating system) functions.

In this chapter you’ll learn:

  • All about the operating system and software features of the QScreen Controller;
  • How to connect to your controller; and,
  • How to configure various options on your controller.
 

Introducing the QScreen Controller

To serve the needs of real-time control, modern embedded computers must have a set of complementary features including operating system software, device drivers, user interface, and I/O. You’ll find the QScreen Controller has a set of hardware and software that work together to simplify your product development cycle while bringing new capability to your products.

The QScreen Controller combines a C-programmable single-board computer (SBC) with a touchscreen-operated graphical user interface (GUI). It directly hosts expansion IO (input-output) boards and includes pre-coded GUI and device driver software. Designed as a fully-functional, compact industrial PC powered by a Freescale 68HC11 microcontroller, this low-cost embedded computer is ideal for OEM applications where installation space is critical, such as embedded system design, scientific instruments, robotics, and portable data acquisition. The QScreen can be commanded remotely from a PC or used stand-alone providing real-time control of dozens of analog and digital I/O lines.

The following subsections discuss the interdependent hardware and software aspects of your controller.

 

Real-Time Operating System (RTOS) and built-in function library

You wouldn’t want to have to load an operating system into your desktop computer each time you turn it on, and the same holds true for embedded computers. Importantly, all of Mosaic’s controllers incorporate a full-time, on-board operating system called QED-Forth. QED-Forth is an interactive programmable macro language encompassing a real-time operating system (RTOS), object oriented graphical user interface (GUI) toolkit, debugging environment, and a comprehensive set of pre-coded device drivers.

These built-in functions make it easy for you to get the most out of your board's computational and I/O capabilities. You can fully program the QScreen Controller using only the QED-Forth programming language, or you can program it using only the C language – all of the operating system’s functions, as well as the microcontroller's assembly code, are accessible using either language.

These pages describe how to program your QScreen Controller using the Control-C programming language, and how to use the built-in functions. Another manual is available if you prefer to program in the QED-Forth programming language. Function glossaries provide an in-depth description of every routine. The QScreen Controller’s extensive embedded firmware reduces your time time-to-market – we’ve precoded hundreds of useful routines so you won’t have to.

The RTOS in onboard Flash memory also manages all required hardware initializations and automatically initializes and starts your application code. It provides warning of power failures so you can implement an orderly shutdown, and provides the run-time security feature of a watchdog (COP - computer operating properly) timer.

Programming is a snap using the interactive debugger and multitasking executive. The multitasker allows conceptually different functions of your application to run independently in different tasks while accomplishing their duties in a timely fashion.

 

The Control-C programming environment

Our Control-C™ cross-compiler was written by Fabius Software Systems and customized by Mosaic Industries to facilitate programming the QScreen Controller in C. It is a full ANSI C compiler and macro pre-processor; it supports floating point math, structures and unions, and allows you to program in familiar C syntax. Extensive pre-coded library functions provide easy command of the controller’s digital I/O, A/D, display, serial ports, memory manager, multitasker, and much more.

Using a Windows PC, you can edit your C program in the supplied TextPad editor, and with a single mouse click you automatically compile, assemble and link your program, and generate an ASCII hex file ready for downloading. Clicking in the "Terminal" window and sending the download file to the controller completes the process: you can then type main from your terminal to execute your program. The interactive development environment also lets you examine and modify variables and array elements, and call individual functions in your program one at a time with arguments of your own choosing. This interactive environment greatly speeds the debugging process!

 

QED-Forth high level language

For those who prefer to program in FORTH, no external compiler is needed. You interact with the QED-Forth operating system (an RTOS, interpreter and compiler, all rolled into one) using your PC as a terminal. When programming in Forth you can use the TextPad text editor supplied as part of the Mosaic IDE (or you can use any other editor you prefer) to write your code and download the source code directly to the controller where it is compiled as it downloads. As we will see, even C programmers benefit greatly by the presence of the QED-Forth operating system, as the built-in Forth language provides a quick and easy way to interactively "talk to" your QScreen while debugging your C programs.

 

68HC11 assembly code

Both Control-C and QED-Forth include complete in-line assemblers that let you freely mix high level and assembly code. This is sometimes useful when creating specialized time-critical functions such as interrupt handlers.

 

Extensive hardware functionality

The block diagram of Figure 1-1 provides a cogent summary of the hardware capabilities of the QScreen Controller. Each of the hardware modules shown is described in the following sections.

embedded features

Figure 1-1 The QScreen Controller showing up to seven optional Wildcards installed.

 

Power conditioning and regulation

The QScreen Controller includes a high-efficiency switching regulator and extensive power line filtering for EMI/RFI isolation. It may be powered by applying any unregulated DC input voltage between 8 and 26 Volts. If you include the QScreen Controller in a system that already has its own supplies, you may power the QScreen Controller using regulated +5 and +12 V supplies.

If you power the board with an unregulated DC supply, the onboard circuitry is protected by a built-in surge protector and electromagnetic interference (EMI) suppression circuitry. This improves the reliability of the electronics in harsh industrial environments.

 

8HC11 processor

The central block in Figure 1 1 represents the Freescale 68HC11F1 microcontroller. This chip integrates a central processing unit (CPU), communications, analog and digital I/O, timing capabilities, and memory. It provides the core capabilities of the QScreen. In this document we will refer to the microcontroller chip as the 68HC11F1, or the 68HC11, or simply the HC11.

The processor includes:

  • An 8 bit timer-controlled digital I/O port called PORTA. The timer functions include "input captures" that facilitate accurate measurement of pulse widths, "output compares" that make it easy to generate pulse trains and pulse-width modulated waveforms, and a pulse accumulator. These functions are backed up by interrupts that simplify real-time response to external events.
  • An 8 channel input port (called PORTE) on the processor that can be configured to read either analog or digital inputs. Analog inputs are converted to an 8 bit digital number by a built-in analog to digital (A/D) converter.
  • A built-in serial communications interface (SCI). The SCI is an asynchronous interface, meaning that there is no clock transmitted with the data. Using the SCI, the QScreen Controller can transmit and receive data at standard baud rates to 19200 baud, and at non-standard rates as high as 250 Kbaud.
  • A serial peripheral interface (SPI) capable of data transfer rates up to 2 megabits per second. Many useful devices communicate via such a synchronous (clocked) serial interface. Multiple peripheral devices can communicate on this interface as long as each device has a unique chip select signal. As we’ll see, two optional onboard analog devices exchange data with the 68HC11 via the SPI.
  • A watchdog timer that can be configured to reset the processor if the application program fails to execute properly.
  • A clock monitor available to reset the processor if the clock fails.
  • External interrupt request pins and a variety of interrupt functions for quick response to real-time events.
  • 512 bytes of electrically erasable PROM (EEPROM). 192 bytes of this nonvolatile memory are used by the operating system and 320 bytes are available for your application. EEPROM provides a convenient way to store calibration constants and other information that must be periodically updated.
  • A 16 bit address bus and an 6 bit data bus. While the 68HC11’s native address space is 64 Kilobytes (equal to 65,536 bytes, and often written as 64K), the QScreen Controller expands the addressable memory space to 2 Megabytes by effectively adding 6 "page" bits to the address bus.
 

Learning more about the 68HC11

The QScreen Controller uses a new version of the 68HC11 microcontroller, called the 68HC11F1. Motorola’s M68HC11 Reference Manual and MC68HC11F1 Technical Data Manual are included with this documentation package as Adobe Acrobat Portable Document Format (*.pdf) files.

The M68HC11 Reference Manual thoroughly describes how to use microcontrollers of the 68HC11 variety, but it does not describe some of the enhanced features that appear in the F1 version. The MC68HC11F1 Technical Data Manual provides details of the operation of the F1.

 

Graphical User Interface and GUI Toolkit

The QScreen Controller features a touchscreen controlled graphical user interface. Combining a high-contrast 4.8" diagonal display and 5 column by 4 row touchscreen, it comes complete with object-oriented menuing software that makes it easy to control your application using buttons, menus, graphs, and bitmapped images.

You can display your own custom graphics on a bright white-on-blue cold-cathode fluorescent (CCFL) backlit LCD. Display screens and graphic objects are quickly developed with most Windows paint programs, such as PC Paintbrush, allowing you to create sophisticated displays including your company logo, system diagrams, and icon-based control panels. Your application’s startup screen executes automatically on power-up.

You can use as many screens as you need, each with software configurable buttons and menus. A precoded menu manager simplifies menu-driven control, making it easy to define buttons, menus, icons, and their associated actions. With the touch or release of a button, the menu manager responds, sending an appropriate command to your application program. Onboard software draws the screen graphics and responds to button presses for you, so you can focus on your application rather than display maintenance.

The GUI Toolkit is described on a separate page: Programming Graphical User Interface

 

Memory and mass memory

1M Flash and 513K RAM are standard on the QScreen Controller. Of the QScreen Controller’s 1M of Flash memory, only 64K is used by the operating system; the rest is available for your application program and data storage. Of the 513K of RAM, 509K is available for application program use. For custom QScreen’s with 128K of RAM, the RAM can be optionally battery backed. 320 bytes of on-chip nonvolatile EEPROM is also available.

For those applications that require extensive data logging, the QScreen Controller can host the Compact Flash Wildcard for up to 2GB of mass storage.

Flash memory is nonvolatile, and retains its contents even when power is removed providing an excellent location for storing program code. Simple write cycles to the device do not modify the memory contents, so the program code is safe even if a software bug causes erroneous writes to memory addresses located in flash. But Flash memory is also re-programmable using specialized routines, and the Flash programming functions are present right in the QScreen Controller’s onboard software library.

 

Measurement and control

The QScreen Controller provides a total of 17 I/O channels, distributed among digital, analog and serial communications functions as shown in Table 1 1.

Table 1 1 I/O available on the QScreen Controller

I/O Type
Digital 6 Timer-controlled inputs or outputs including 3 input-capture, 3 output-compare, and a pulse accumulator. (Two additional lines are available if the second serial port is not needed.)
Analog 8 8-bit 0-5 V analog inputs at up to 100kHz sampling rate
Serial 1 Serial 1: RS232/485 hardware UART at up to 19.2 KBaud
1 Serial 2: RS232 software UART at up to 4800 Baud
1 Synchronous Serial Peripheral Interface at 2 MBaud
17 Total I/O channels

For each of these I/O lines, pre-coded I/O drivers make it easy to do data acquisition, pulse width modulation, motor control, frequency measurement, data analysis, analog control, PID control, and communications.

 

Communications

Two serial ports and a fast synchronous serial peripheral interface (SPI) provide plenty of communications capability. A hardware UART drives RS232 or RS485 protocols at up to 19.2 Kbaud, and a software UART provides RS232 at up to 4800 baud. Onboard serial interface chips generate the logic levels necessary to implement either the RS232 or RS485 protocol. Two serial ports allow you to program through one while your instrument can still communicate with a third party through the other. If you need greater speed or more ports, the QScreen Controller can host the UART Wildcard, each providing two more full-duplex RS232/485 buffered serial communication ports at up to 56 Kbaud.

 

Extensible I-O

Need even more I/O (input-output) capability? The QScreen Controller hosts Mosaic’s Wildcards™, small I/O modules for sophisticated and dedicated I/O. Wildcards mount onto the QScreen via the 24-pin stackable go-through headers, with up to 4 Wildcards allowed per stack. Ribbon cabling is not allowed on the Wildcard bus, as it may compromise the integrity of the signals on the control bus. Up to seven Wildcards can be stacked on the controller for:

  • 16- or 24-bit resolution programmable gain A/D;
  • 12-bit D/A;
  • Compact flash mass memory;
  • Optically isolated AC or DC solid state relays;
  • Configurable general-purpose digital I/O;
  • Fast, buffered RS232, RS422 or RS485 communications interfaces; or,
  • High-voltage, high-current DC inputs and outputs.
 

Performance in harsh environments

Environmental gaskets

For operation in harsh environments an optional environmental gasket provides a tight, chemically resistant seal between your touchscreen and bezel, preventing the infiltration of dust or liquids. It allows expansion/contraction of the touchscreen surface with temperature variation, preventing touchscreen buckling yet maintains a tight seal.

The gasket uses a highly compressible, highly resilient, slow-rebound cellular urethane. It experiences only negligible compression set and it is specially designed to seal with very low closure force. The gasket retains its sealing properties at constant temperatures to 158F (70C) and can survive intermittent temperatures of up to 250F (121C). It resists most common chemicals and outgasses little.

We can provide environmental gaskets affixed to our bezels using a 3M pressure sensitive adhesive, or if you desire to seal to your own front panel we can adhesive the gasket to the touchscreen itself. When the controller is then mounted to your front panel it should be spaced so that gasket has a compressed thickness of 0.015". In either case there is no charge for preinstalling the gasket.

 

Screen protectors

An optional screen protector can extend the lifetime of your touchscreen indefinitely when used in tough or dirty environments where the screen is likely to be scratched. The screen protector is a tough, transparent, non-adhesive, slip-on plastic sheet that protects your touchscreen. While the touchscreen is quite tough itself, it can be scratched by sharp objects, or slowly haze from grit on a person’s fingertips. The screen protector is a sacrificial film that greatly prolongs the life of your touchscreen, and extends its use to extreme environments, from warehouses and shipping docks, to field and laboratory use. While protecting the touchscreen, it is highly transparent and provides a glare-free surface.

The screen protector is can be removed, cleaned and reinstalled to extend its lifetime. Under indoor conditions you can expect excellent screen protection over a year, after which you can simply replace the screen protector. Your touchscreen need never become scratched – protected, it should last indefinitely.

The screen protector is made of a super thin, durable plastic, manufactured using a patent-pending technology that provides extended protection against dust, scratches and gouges. It is also abrasion and chemical resistant and provides a high degree of clarity and a glare-free surface. There are no adhesives used to hold screen protector onto the screen. Instead, it is sized so that its edges are retained by the environmental gasket and fit snugly between the touchscreen and the front panel or bezel of your product. The film floats on the surface and provides excellent scratch and abrasion resistance without possibly damaging your screen with adhesive. While only 0.005" thick, it is stiff enough to stay flat on the screen without warping during use. You can easily remove, clean and reinstall it without any damage to the protective screen itself or to the touchscreen.

The screen protector is chemically resistant to alcohols, dilute acids, dilute alkalis, esters, hydrocarbon solvents, ketones and common household cleaning agents. You may safely clean it with an alcohol swab.

 

EMI-shielded touchscreens and intrinsic safety barriers

An optional EMI (electro-magnetic interference)-shielded touchscreen is available for those applications requiring a fully shielded instrument. The EMI shield is a transparent, grounded, fully conductive layer on the outside of the touchscreen. Instruments exposed to hazardous or potentially explosive atmospheres often require an intrinsic safety barrier (ISB) between the instrument’s internal electronics and components exposed to the external atmosphere. The ISB assures that in the event of a fault the external atmosphere can not be ignited. The QScreen Controller’s touchscreen is its sole component that is exposed to the external environment; consequently in some applications an ISB may be required. As not all OEMs will need it, the ISB circuitry is optional.

The combination of an EMI shield and intrinsic safety barrier provides three-fold protection – your instrument is protected from static discharge or power shorts directly to the touchscreen, EMI can not pass through the touchscreen, and a potentially hazardous external environment is protected from ignition resulting from a fault within your instrument.

 

Getting to know your hardware

Your QScreen Controller comprises a touchscreen controlled graphical display and a double sided surface mount board that integrate the many hardware and software functions in a compact package.

touch screen automation

Figure 1-2 The QScreen Controller, display facing down.

Referring to Figure 1-2, which shows the QScreen Controller oriented with the display facing down, from top to bottom you can see the QScreen Controller has two layers:

The QScreen PCB sits on top. This double sided, surface mount board is the heart of the QScreen Controller, and uses Motorola’s 16 MHz 68HC11F11 microcontroller, reconfigured for an 2 MB address space. The 68HC11 supports 21 interrupts and includes several I/O subsystems including timer-controlled counters, input-capture and output-compare lines, a fast SPI and an 8-channel, 8-bit A/D. The QScreen hosts 513K SRAM and 1M Flash, and enhances the I/O by providing two serial ports, a hardware controller for the touchscreen, and a high efficiency switching regulator to provide regulated, filtered power to other components.

The QScreen also provides module ports for accommodating up to 7 WildCard I/O expansion modules for just about any kind of I/O you might need. Two modules are shown on the diagram, but you can have any combination of:

  • 16-bit or 24-bit resolution A/D;
  • 12-bit D/A;
  • Isolated AC or DC solid state relays;
  • Compact Flash Cards, 64 MB to 1GB;
  • Logic level, high voltage, and high current digital I/O; or,
  • Additional RS232, RS422 or RS485.

The display is a high contrast CCFL white-on-blue monochrome LCD display with software controlled backlight. The display is 4.8" on a diagonal (4.25" x 2.25") and shows 240 x 128 pixels.

A 5 column by 4 row touchscreen is mounted on the front surface of the display. A software controlled beeper on the QScreen Board provides audible feedback for finger touches.

An optional bezel simplifies mounting the QScreen Controller on instrument front panels.

 

QScreen Starter Kit

If you purchased a QScreen Controller Starter Kit, you should have received the following:

  1. A QScreen Controller with 1M of Flash and 512k of RAM, Real Time Clock, and CCFL current controller (Part No. QSC-MM-RB-CC);
  2. A 9-pin PC Serial Cable (Part No. PCC9-232);
  3. A 8-26 volt Power Supply (Part No. PS-8V, PS-14V or PS-24V);
  4. A CD-ROM containing:
    • The Mosaic IDE including the TextPad source code editor and the Mosaic Terminal program;
    • The Control-C Compiler, integrated within the Mosaic IDE;
    • Program examples; and,
    • Motorola M68HC11 Reference Manual and MC68HC11F1 Technical Data Manual (Part No. MAN-HC11);
    • A users guide, "The C Programmer’s Guide to The QScreen Controller", and associated glossaries and appendixes;
  5. An optional USB-to-RS232 converter.

5. A Quick Start Guide to the QScreen Starter Kit.

If you are missing any of these items, please contact us immediately.

 

A tour of connectors and switches

Figure 1-3 diagrams the positions of important components on the QScreen Controller.

touch screen applications

Figure 1-3 Connectors, Headers, Switches, and Jumpers on the QScreen Controller.

 

Power jack and power switch

The power jack is located between the power header and the power switch. The QScreen Controller can be powered by any power supply that can deliver 8 to 26 volts at 3.5 watts. A switch, located between the power jack and the reset button, controls power to the QScreen Controller. The switch is in the "off" position when it is depressed away from the power jack as shown in Figure 1 3.

 

Primary and secondary serial ports, serial connectors

The primary serial port can be configured for RS-232 communication at standard rates up to 19,200 baud and nonstandard rates to 250,000 baud. Its 9-pin connector is located between the Backlight Dim Jumper and the Serial 2 Connector. The secondary serial port, which can be used for peripheral devices such as a printer or a barcode reader, has a maximum baud rate of 4800 baud. Its 9-pin connector is located between the Serial 1 Connector and the Power Header.

 

Field header

Header H3 provides access to the 8 channels of 8-bit A/D (PORTE), the 8 Digital I/O lines of PORTA, the power supplies, and the serial ports.

 

Piezoelectric buzzer

A piezoelectric buzzer mounted on the QScreen Board allows audio feedback for software events such as button presses or alarms.

 

Contrast potentiometer

The contrast potentiometer (pot) adjusts the contrast of the monochrome LCD display and is located next to the Configuration Jumpers. The contrast of the display is properly set before each unit is shipped. If further adjustment is required, simply turn the pot with a small screwdriver. If the contrast pot needs to be mounted in a different location (on an external panel, for example) you can move it and connect it to the Remote Beeper Contrast Header (H11) shown in Figure 1 3.

 

Wildcard I/O expansion interfaces

Wildcard Port Header 0 is located in two locations on the QScreen for flexible mounting options of the Wildcard I/O expansion modules. Both Wildcard Port 0 locations can accommodate 3 Wildcards total while Wildcard Port 1 can accommodate up to four stacked Wildcards I/O expansion modules.

 

Configuring QScreen options

Setting the QScreen jumpers

The actions of the configurable jumpers on the QScreen are summarized in Table 1 2.

Table 1 2 QScreen Controller Jumper Summary.

Jumper Label Description
J1 CCFL DIM An installed jumper increases the brightness of the CCFL backlight. This jumper is installed by default.
J2 Clean Puts the QScreen Controller into "special cleanup mode" on the next power-up or reset. To return the QCard Controller to its pristine, right-from-the-factory condition, install this jumper, and press the reset button, SW2.
J3 485 If installed, enables RS485 communication via Serial 1.
J4 R/RC If installed, enables an RC termination of the RS485 lines. Typically used for low power applications.
J5 R If installed with Jumper J4, enables only resistive termination of the RS485 lines. Assumes that the other end is terminated with the same 120 Ohm resistance.
J6 Bias If installed with Jumper J7, enables bias termination of the RS485 lines. Typically used to enhance noise immunity when the transceiver is inactive.
J7 Bias If installed with Jumper J6, enables bias termination of the RS485 lines. Typically used to enhance noise immunity when the transceiver is inactive.
J8 Prot If installed, write protects page C. Useful for "bullet proofing" a kernel extension to enable firmware updates.
J9 Pot An installed jumper allows you to control the contrast voltage using the on-board POT. Remove this jumper to remotely mount a POT to control the display’s contrast. This jumper is installed by default.
J10 Beeper Select If installed across the On-Board posts, enables the on-board beeper. If installed across the Remote posts, allows you to remotely mount the beeper. Typically a jumper is installed across the On-Board posts.
J11
J12
6-Bit Graphics Mode Install both of these jumpers to enable 6-Bit Graphics Mode. The GUI Toolkit and GUI Demo assume that these jumpers are installed. They are both installed by default.
J13 Reset This jumper is wired in parallel with the reset switch. Installing this jumper will hold the board in reset, preventing any code from executing. This jumper is provided so you can wire an external reset switch if desired. This jumper is removed by default.
 

The remote mounting header

Header H11, whose location is shown in Figure 1 3, allows you to remotely mount the beeper and contrast potentiometer. This allows you to move these controls from the back of the controller to a front panel for easy access and increased audibility. The default positions of the jumpers are as follows:

For a QScreen Controller with a monochrome display, jumper shunts are installed on Jumper J9 to enable the on-board contrast potentiometer and across the On-Board posts on Jumper J10 to enable the beeper.

 

Remotely mounting the buzzer

You can mount a beeper to your front panel for increased audibility. To remotely mount a buzzer, remove the jumper shunt across the On-Board posts of Jumper J10 and install a jumper shunt across the Remote posts of Jumper J10. Then connect your beeper across GND on pin 7 and the BEEPER_ON signal on pin 8 of header H11. The part number for the beeper is WT-1205 manufactured by Soberton Inc. You can purchase this beeper from Digikey (http://www.digikey.com).

 

Remotely mounting the contrast adjustment potentiometer

If you have a monochrome display, its contrast will vary depending on the ambient temperature. To remotely mount a contrast potentiometer, first remove the jumper shunt across J9. Then, connect one side of your potentiometer to +5V on pin 3, the other side to VEE on pin 6, and the wiper to VCON on pin 5.

 
This page is about: Single Board Computer, LCD Touch Panel, Graphical User Interface, GUI, Easily Programmable in C or Forth, Real Time Operating System, Hosts Expansion Modules, Includes Analog Io, Digital Io, Timer Io, RS-232 and RS-485 Serial Communications, Built-in Function Library, Ideal for Data Acquisition, Measurement, and Instrument Control – Introduces the software and hardware features of the QScreen Controller: the RTOS, choice of C or Forth programming languages, Freescale 68HC11 microcontroller, memory, serial communications, real-time clock, and IO. extensible io, expansion io, embedded design platform, io-rich, input-output, analog io, digital io, timer io, built-in function library, easily programmed, 68HC11 processor, real time control, flash, EEPROM, RAM, RS232, RS485, serial communications, SPI, IIC, inter-IC bus, PWM, pulse width modulation, battery-backed real time clock
 
 
Navigation