IS-DEV KIT-6D NKK Switches, IS-DEV KIT-6D Datasheet

KIT DEV FOR LCD 64X32 DISPLAY

IS-DEV KIT-6D

Manufacturer Part Number
IS-DEV KIT-6D
Description
KIT DEV FOR LCD 64X32 DISPLAY
Manufacturer
NKK Switches
Series
SmartSwitch™r
Datasheet

Specifications of IS-DEV KIT-6D

Main Purpose
Switches with Programmable Display
Utilized Ic / Part
IS01DBFRGB
Primary Attributes
2 Displays, PC Board with Flash Memory
Secondary Attributes
Power and Programming Connections
Description/function
SMARTSWITCH Development Kit
For Use With
360-2431 - SERIAL CBL RJ11-DB9 FOR DEV KIT360-2430 - POWER SUPPLY 240VAC FOR DEV KIT360-2429 - POWER SUPPLY 120VAC FOR DEV KIT
Lead Free Status / RoHS Status
Not applicable / Not applicable
Embedded
-
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
For Use With/related Products
Smart Switch - High Resolution
Other names
360-2338
IS-Dev Kit-5 and IS-Dev Kit-6 Users
Manual
7850 East Gelding Drive • Scottsdale, AZ 85260-3420
IS-Dev Kit-5 and IS-Dev Kit-6 Users Manual
Revision A
IS-Dev Kit-5 and IS-Dev Kit-6 Version 1.2
NKK SWITCHES
7850 E. Gelding Drive
Scottsdale, AZ 85260
Toll Free 1-877-2BUYNKK (877-228-9655)
Phone 480-991-0942
Fax 480-998-1435
e-mail <engineering@nkkswitches.com>
All Rights Reserved Worldwide
NKK Switches makes no warranty for the use of these products and assumes no responsibility for any errors,
which may appear in this document, nor does it make a commitment to update the information contained herein.
Smart Switch is trademark of NKK Switches.
IS-Dev Kit-5 and IS-Dev Kit-6 Users Manual A.doc
Page 1 of 24
Toll Free 1.877.2BUYNKK (877.228.9655) • Phone 480.991.0942 • Fax 480.998.1435
www.nkkswitches.com • Email engineering@nkkswitches.com
1209

Related parts for IS-DEV KIT-6D

IS-DEV KIT-6D Summary of contents

Page 1

... IS-Dev Kit-5 and IS-Dev Kit-6 Users Manual NKK Switches makes no warranty for the use of these products and assumes no responsibility for any errors, which may appear in this document, nor does it make a commitment to update the information contained herein. Smart Switch is trademark of NKK Switches. ...

Page 2

... Operational Details ...................................................................................................7 6. Communication Protocol .........................................................................................9 7. Hardware ...................................................................................................................18 8. Key Terms & Definitions..........................................................................................23 9. Firmware problems ..................................................................................................24 IS-Dev Kit-5 and IS-Dev Kit-6 Users Manual A.doc Toll Free 1.877.2BUYNKK (877.228.9655) • Phone 480.991.0942 • Fax 480.998.1435 Manual TABLE OF CONTENTS www.nkkswitches.com • Email engineering@nkkswitches.com Page ...

Page 3

... Stand alone operation or real time control by host. • The firmware can be customized based on customer requirements. 2. Dev Kits Where Used The following is a list of SmartSwitch Dev Kits where the IS-C0203 controller is used. A. IS-Dev Kit-6 B. IS-Dev Kit-6D C. IS-Dev Kit-6C D. IS-Dev Kit-5 E. IS-Dev Kit-5D F. IS-Dev Kit-5C 3 ...

Page 4

... After a few seconds of user inactivity the controller will move into the main operations mode where the switch on the left displays the image at the user’s first preset address. The right hand switch will display the image at the user’s second preset address. The controller will then respond to a switch actuation or a timer expiration as set by the user preset attributes ...

Page 5

... East Gelding Drive • Scottsdale, AZ 85260-3420 LED Backlighting for 64x32 Resolution Switches: The LED code has two bytes, one byte for “on cycle” and one byte for “off cycle”. The format for both bytes is the same. Following is the byte format: ...

Page 6

... A block of 125 bytes. It contains picture data and LED codes. 116-120 122-125 LED Backlighting for 36x24 Resolution Switches: The LED code is one byte with the following format: B7=0 ==> Reserved B7=1 ==> Reserved B6=0 ==> Blue backlighting off during "OFF CYCLE" B6=1 ==> Blue backlighting on during "OFF CYCLE" ...

Page 7

... Step 1: Check the status of Mode Select Switch for mode of operation. Initialize according to selected mode. Step 2: Check if the flash RAM has been programmed. Compare the check string to flash RAM string the strings are not the same, the flash RAM is virgin and its data is not acceptable. Step 3 will be executed. (first time) B ...

Page 8

... C. If byte 1 of the switch attributes is equal zero then there will be no change to Legend/attribute of the switch byte 2 of the switch attributes is not equal to zero then the Legend block and attribute block from the EEPROM is transferred to internal RAM for switch 2. The Legend, backlighting and timer values are put in effect for switch 2 ...

Page 9

... B. If the byte is not a command ignored. When the controller executes a subroutine and expects additional information timer is set. If the expected data byte is not received in 50ms, the controller transmits 6EH and terminates the routine the byte value is not acceptable (invalid range, option, etc.), the controller transmits 6EH and terminates the routine ...

Page 10

... East Gelding Drive • Scottsdale, AZ 85260-3420 [Address] is one byte with value of 01H to FFH sent as ASCII HEX format. [Legend Block] is 125 bytes in LCD 36x24 mode and is 256 bytes in LCD 64x32 mode transmitted in ASCII HEX format. The controller disables the timers and switch execution upon receiving this command. However, the switches are still scanned and reported ...

Page 11

... LCD 36x24 and two bytes for LCD 64x32 (first byte for on-cycle and second byte for off cycle). [LED for switch 2] is one byte for LCD 36x24 and two bytes for LCD 64x32 (first byte for on-cycle and second byte for off cycle). Example: The following hex string makes switch 1 display green for “ ...

Page 12

... Module #] is the switch number (31H for switch 1, 32H for switch 2) [LED code] is one byte for LCD 36x24 and two bytes for LCD 64x32 (first byte for on-cycle and second byte for off cycle). B0 and B1 must be 1 for LCD 64x32. ...

Page 13

... BRIGHTNESS] is one byte from 00H (dimmest) to 07H (brightest). The upper 5 bits of the byte are ignored. This command is for duration of the session. It can become permanent by “Command to write the setup values to the EPROM”. ...

Page 14

... ON/OFF cycle] is one byte. Duration of ON cycle = ([LED ON/OFF]-1) *(duration of OFF cycle) This command is for duration of the session. It can become permanent by “Command to write the setup values to the EPROM”. Command to set FLAG A This command sets Flag A. ...

Page 15

... FFH. 00H is not acceptable. Default (09H) [Timer2] is one byte from 00H to FFH. 00H =256. Default (09H) This command does not go to effect until it becomes permanent. It can become permanent by “Command to write the setup values to the EPROM”. ...

Page 16

... IS-Dev Kit-5 and IS-Dev Kit-6 Users 7850 East Gelding Drive • Scottsdale, AZ 85260-3420 Command to write the setup values to the EPROM This command writes the setup values to the flash as per the following table. Once commanded the values become permanent. command format: 26H ...

Page 17

... Module #] is the switch number (31H for switch 1, 32H for switch 2) [ASCII string characters. The controller will make 3 lines of 8 characters using the 5x7 fonts for LCD 36x24. LCD 36x24: 18 ASCII characters. LCD 64x32: not available. Example: The following hex string makes switch 1 display LCD 36x24. ...

Page 18

... The Mode Select Switch has two settings; “High res” is for the LCD 64x32 (64x32) switches/ displays and “Standard res” is for the LCD 36x24 RGB switches/ displays. The Connector is for the installation of the Logic Boards onto the controller. One pin is keyed to reduce miss mates. ...

Page 19

... IS-Dev Kit-5 and IS-Dev Kit-6 Users 7850 East Gelding Drive • Scottsdale, AZ 85260-3420 Controller Schematic IS-Dev Kit-5 and IS-Dev Kit-6 Users Manual A.doc Toll Free 1.877.2BUYNKK (877.228.9655) • Phone 480.991.0942 • Fax 480.998.1435 Manual www.nkkswitches.com • Email engineering@nkkswitches.com Page 1209 ...

Page 20

... IS-Dev Kit-5 and IS-Dev Kit-6 Users 7850 East Gelding Drive • Scottsdale, AZ 85260-3420 Logic Board Schematic for Two LCD 36x24 RGB SmartSwitch IS-Dev Kit-5 and IS-Dev Kit-6 Users Manual A.doc Toll Free 1.877.2BUYNKK (877.228.9655) • Phone 480.991.0942 • Fax 480.998.1435 Manual www.nkkswitches.com • ...

Page 21

... IS-Dev Kit-5 and IS-Dev Kit-6 Users 7850 East Gelding Drive • Scottsdale, AZ 85260-3420 Logic Board Schematic for Two LCD 64x32 RGB SmartSwitch IS-Dev Kit-5 and IS-Dev Kit-6 Users Manual A.doc Toll Free 1.877.2BUYNKK (877.228.9655) • Phone 480.991.0942 • Fax 480.998.1435 Manual www.nkkswitches.com • ...

Page 22

... IS-Dev Kit-5 and IS-Dev Kit-6 Users 7850 East Gelding Drive • Scottsdale, AZ 85260-3420 Container size Board photo IS-Dev Kit-5 and IS-Dev Kit-6 Users Manual A.doc Toll Free 1.877.2BUYNKK (877.228.9655) • Phone 480.991.0942 • Fax 480.998.1435 Manual www.nkkswitches.com • Email engineering@nkkswitches.com Page ...

Page 23

... Byte An eight bit hex value ranging from 00H to FFH (Decimal 0 to 255). The bit format of a byte is: ( B0) where B7 is most significant and bit B0 is least significant bit. Nibble/Hex digit A four bit value ranging from 0H to FH. A byte consists of two nibbles. ...

Page 24

... IS-Dev Kit-5 and IS-Dev Kit-6 Users 7850 East Gelding Drive • Scottsdale, AZ 85260-3420 9. Firmware issues The problems found in the most current version are listed below and will be resolved in the following version. Version V11 1. Command 29H: LCD 64x32 does not upload complete data. ...

Related keywords