Advertisement

Quick Links

HARDWARE-MANUAL
C- CONTROL 1 UNIT M 2.0
19 88 22
Item- No.:
C-Control 1 UNIT M 1.2
18 88 09
Item- No.:
Please check at
www.c-control-support.net
Version 01/ 06
for updates

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the C- CONTROL 1 UNIT M 2.0 and is the answer not in the manual?

Questions and answers

Summary of Contents for Conrad Electronic C- CONTROL 1 UNIT M 2.0

  • Page 1 Version 01/ 06 HARDWARE-MANUAL C- CONTROL 1 UNIT M 2.0 19 88 22 Item- No.: C-Control 1 UNIT M 1.2 18 88 09 Item- No.: Please check at www.c-control-support.net for updates...
  • Page 2: Table Of Contents

    Preface........................3 Introduction........................ 3 What is the C-Control BASlC Computer?..................3 Brief overview............................4 C-CONTROL Connectors and Ports................. 5 Pin rows........................5 Interface Connector..........................5 Jumpers...............................5 Autostart: ................................5 Uref..................................5 Connecting external circuits to ports..............5 Advices for connecting external circuits to ports ................6 Special digital ports..........................6 Start and Reset..............................6 FREQ1 und FREQ2............................
  • Page 3: Preface

    The programming related details about this comuters you will find in the manual for the programming language BASIC++ Please check at www.c-control-support.net for updates Conrad Electronic GmbH D-92240 Hirschau Introduction What is the C-Control BASlC Computer? Small microcontrollers can everywhere be found. They mostly are programmed in assembly language which requires a deep knowledge in this language and processor architectures.
  • Page 4: Brief Overview

    Brief overview A/D-Ports - 8 x 8 Bit A/D, 0-5 V also as digital port usable - Reference voltageis operation voltage or can be applied from external Digitalports - 16 programmable as input or output - Pullup resistors are switchable D/A-Converter - 2 PWM outputs, PWM-Rate 1953 Hz - alternate function for servocontrol is possible...
  • Page 5: C-Control Connectors And Ports

    – C-CONTROL Connectors and Ports Pin rows All useful signals and ports of the computer are connected to two rows of pins, that can be directly plugged into your application. The pictures show the top view (the pins are located at the opposite side).
  • Page 6: Advices For Connecting External Circuits To Ports

    Advices for connecting external circuits to ports Outputs – HI level: The total output current of all ports has to be limited to less than 20mA if the Unit M 2.0 is supplied with 12V operating voltage (at the dedicated 12V terminal ) The total output current of all ports has to be limited to less than 20mA if the Unit M 2.0 is supplied with 5V operating voltage (at the dedicated 5V terminal ) If external voltages >5V are applied to output the ports, a current into the output ports occures.
  • Page 7: Standard Digital I/O Ports

    Standard digital I/O ports The C-Control Computer provides two standard byteports (16 bitports, P1 to P16). Each bitport can be used as input or output port. Both byteports are provided with software switchable pull up resistors (30k). Each of the eight analog ports (A/D-converter) can be alternatively used as a standart digital I/O port if this function is enabled in the configuration register.
  • Page 8: Operating Voltage

    Please note that a filtered PWM output is not exactly at zero volts if the D/A converter output is set to zero. The reason is that the port output lo voltage is approx. 50mV and a 2us pulse is remaining at the D/A output even the converter is programmed to a zero output.
  • Page 9: Connection To A Pc

    Computer is connected to the interface adapter by a cable (198876) and is in circuit programmable this way after applying the operation voltage to the adapter. Terminal 9 to 15V DC Connect the operating voltage to this terminal and carefully check for correct polarity. Advice regarding polarity you find printed at the board or in the manual for the adapter DC Jack 9 to 15V DC This jack is suitable to connect a standard power suply.
  • Page 10: Running The User Program

    © Copyright 2006 by Spiketronics GmbH. Printed in Germany. 100 % Recycling-Papier.Chlorfrei gebleicht. Imprint These operating instructions are created for Conrad Electronic GmbH, Klaus-Conrad- Str. 1, 92240 Hirschau/ Germany No reproduction (including translation) is permitted in whole or part e. g. photocopy, microfilming or storage in electronic data processing equipment, without the express written consent of the publisher.
  • Page 11 Operating Manual Version 01/06 BA001S C-Control I Brief Manual and Safety Instructions Unit-M 2.0 Item - Nr. 19 88 22 Unit-M 1.2 Item - Nr. 19 88 09 Unit-MICRO CHIP Item - Nr. 19 82 75 Unit-MICRO PCB Item - Nr. 19 82 89 Please check at www.c-control-support.net for updates...
  • Page 12 Introduction Dear customer, Thank you very much for taking the excellent decision to purchase a C-Control product. C-Control - This name stands for outstanding high-quality products in the field of Automation, measuring, and controlling The products are characterized by expert competence, extraordinary efficiency and permanent innovation.
  • Page 13 Read the Main Manuals for a complete set of Safety Instructions. Observe this instructions in all cases of operation and handling Advice: This Product was carefully tested at the manufacturer. The test program may be still resident in the program memory. Running this program may result in unexpected level changes on ports or may result in error messages if a LCD is connected.
  • Page 14 Circuit Diagram Unit- M 2.0...
  • Page 15 Circuit Diagram Unit- M 1.2...
  • Page 16 Connectors Unit- M 2.0, Unit- M 1.2...
  • Page 17 Trademarks I²C-Bus is a registered trademark of Philips Semiconductors.
  • Page 18 Ausstattung vorbehalten. © Copyright 2006 by Spiketronics GmbH. Printed in Germany. Imprint These operating instructions are created for Conrad Electronic GmbH, Klaus-Conrad-Str. 1, 92240 Hirschau/ Germany. No reproduction (including translation) is permitted in whole or part e. g. photocopy, MICROfilming or storage in electronic data processing equipment, without the express written consent of the author.
  • Page 19 IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII Hints for using LCDs together with the Units M 2.0 / M 1.2 IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII ----------------------------------------------------------------- PIN ASSIGNMENT ----------------------------------------------------------------- The LCD for the units is a standard LCD 2x16 and is fixed connected to the Applicationboard 2.0 This connection reference is valid for lager LCDs too. PIN 1 - GND PIN 2...
  • Page 20 print"#L233#";"Z4"; goto lp '--------- ------WRITE HI NIBBLE LCD COMMAND ------------ #LCD_WRITECMD OUTBYTE=(LCDDATA shr 4) LCDPORT=OUTBYTE or &B01000000:LCDPORT=OUTBYTE and &B10111111 '--------------- WRITE LO NIBBLE ------------------------ OUTBYTE=(LCDDATA and &H0F) LCDPORT=OUTBYTE or &B01000000:LCDPORT=OUTBYTE and &B10111111 return ------------------------------------------------------------------- BACKLIGHT ------------------------------------------------------------------- If you have an unused DA-port you can connect it with port16 for the backlight brightnes control.

This manual is also suitable for:

C-control 1 unit m 1.219 88 2218 88 09

Table of Contents