Matrix-orbital VFD2041 Manual do Utilizador

Consulte online ou descarregue Manual do Utilizador para Hardware Matrix-orbital VFD2041. Matrix Orbital VFD2041 User Manual Manual do Utilizador

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 0
VFD2041
Technical Manual
Revision: 2.1
Vista de página 0
1 2 3 4 5 6 ... 52 53

Resumo do Conteúdo

Página 1 - Revision: 2.1

VFD2041Technical ManualRevision: 2.1

Página 2 - Contents

Figure 10: Black - Aluminum Overlay1.3 Features• 20 column by 2 line text vacuum fluorescent display• Selectable communication protocol, RS-232 or I2C•

Página 3

1.4 Connecting to a PCThe VFD2041 connects seamlessly to a PC and it is an excellent means of testing the functionality. Toconnect your display to a P

Página 4

1.5 Installing the Software1.5.1 uProjectuProject was designed by Matrix Orbital to provide a simple and easy to use interface that will allow youto t

Página 5 - 1 Getting Started

2 Hardware InformationRefer to the following diagram for this chapter:1 DB-9 Connector 5 Power / Data Connector2 Power Through DB9 Jumper 6 Legacy Con

Página 6 - 1.2 Accessories

Pin 2 Rx \ SCL (I2C clock)Pin3 Tx \ SDA (I2C data)Pin 5 GNDPin9 PWR (Must solder Power Through DB-9 Jumper. See table 1 on page 12 forpower requiremen

Página 7 - Matrix Orbital VFD2041 3

Matrix Orbital VFD2041 11

Página 8 - Matrix Orbital VFD2041 4

WARNING Do not apply voltage through pin 9 of the DB-9 connectorAND through the Power/Data Connector at the same time.2.2 Power/Data ConnectorThePower

Página 9 - Matrix Orbital VFD2041 5

2.2.1 Legacy Data Connector JumpersTo reverse pins two and three of the Power/Data Connector remove the zero ohm resistors from theLegacy Data Connect

Página 10 - 1.3 Features

Matrix Orbital VFD2041 14

Página 11 - 1.4 Connecting to a PC

2.4 General Purpose OutputsA unique feature of the VFD2041 is the ability to control relays and other external devices using aGeneral Purpose Output,

Página 12 - 1.5 Installing the Software

ContentsContents ii1 Getting Started 11.1 Display Options Available . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11.2 Accesso

Página 13 - 2 Hardware Information

Matrix Orbital VFD2041 16

Página 14

Table 2: Default ValuesContrast 128Backlight 255Baud Rate 19.2 kbpsI2C Slave Address 0x50Data Lock FalseRS232AutoTransmitData TrueNOTE The display mod

Página 15 - Matrix Orbital VFD2041 11

3.3 The display module is communicating, however text cannotbe displayed.• A common cause may be that the contrast settings have been set to low. The

Página 16 - 2.2 Power/Data Connector

that the transmission is over.The VFD2041 has some speed limitations, especially when run in I2C mode. Here are some considera-tions when writing I2C

Página 17 - 2.3 Protocol Select Jumpers

4.2 Changing the I2C Slave AddressSyntaxHexadecimal 0xFE 0x33 [adr]Decimal 254 51 [adr]ASCII 254 “3” [adr]ParametersParameter Length Descriptionadr 1

Página 18 - Matrix Orbital VFD2041 14

Description This command sets the RS-232 port to the specified [speed]. The changetakes place immediately. [speed] is a single byte specifying the desi

Página 19 - 2.5 Manual Override

ExamplesCrystal Speed 16 MhzDesired BAUD 13,500speed =crystalspeed8∗ DesiredBaud− 1speed = 148.15− 1speed =16,000, 0008∗ 13,500− 1speed = 147.15• LSB

Página 20 - Matrix Orbital VFD2041 16

5.1.1 Character SetFigure 21: Character Set5.1.2 Control CharactersIn addition to a full text set, the VFD2041 display supports the following ASCII Co

Página 21 - 3 Troubleshooting

SyntaxHexadecimal 0xFE 0x51Decimal 254 81ASCII 254 “Q”Description When auto scrolling is on, it causes the display to shift the entiredisplay’s conten

Página 22 - 4 Communications

5.6 Set Auto Line Wrap OnSyntaxHexadecimal 0xFE 0x43Decimal 254 67ASCII 254 “C”Description Enabling Auto Line Wrap will allow the cursor to automatica

Página 23 - 4.1.3 Serial Communication

5.9 Go Home . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 265.10 Move Cursor Back . . . . . . . . . . . . .

Página 24 - 4.3 Changing the Baud Rate

Description This command will allow you to manually set the cursor position, whichcontrols the text insertion point, by specifying the [col] and [row]

Página 25 - 8×DesiredBaud

Description This command will move the cursor forward one space. If thiscommand is sent when the cursor is at the bottom right position thecursor will

Página 26

SyntaxHexadecimal 0xFE 0x4E [refID] [data]Decimal 254 78 [refID] [data]ASCII 254 “N” [refID] [data]ParametersParameter Length DescriptionrefID 1 Chara

Página 27 - 5.2 Auto Scroll On

Description New to the VFD2041 has added five non-volatile memory banks forcustom character storage. This is intended to allow you to create yourown cu

Página 28 - 5.4 Clear Screen

Description Using this command you may create the custom characters. that will bestored in memory bank zero, which will be used in the startup screen.

Página 29 - 5.8 Set Cursor Position

6.8 Initialize Large NumbersSyntaxHexadecimal 0xFE 0x6EDecimal 254 110ASCII 254 “n”Description This command will load the default large number charact

Página 30 - 5.11 Move Cursor Forward

6.11 Place Horizontal Bar GraphSyntaxHexadecimal 0xFE 0x7C [Col] [Row] [Dir] [Length]Decimal 254 124 [Col] [Row] [Dir] [Length]ASCII 254 “|” [Col] [Ro

Página 31 - 6 Special Characters

SyntaxHexadecimal 0xFE 0x76Decimal 254 118ASCII 254 “v”Description This command will load the wide vertical bar characters into the volatilememory. If

Página 32 - 6.3 Saving Custom Characters

7.2 General Purpose Output OffSyntaxHexadecimal 0xFE 0x56 [Num]Decimal 254 86 [Num]ASCII 254 “V” [Num]ParametersParameter Length DescriptionNum 1 GPO

Página 33 - 6.4 Loading Custom Characters

Description This command will set the startup state for the GPO on the next powerup. A value of one will cause the GPO to be off on the next startupwh

Página 34 - 6.7 Place Medium Numbers

11 Command Summary 4211.1 Communications . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4211.2 Text . . . . . . . . .

Página 35 - 6.9 Place Large Number

Description This command turns the backlight off immediately. The backlight willremain off until a ’Display On’ command has been received.Remembered Y

Página 36

9 Data Security9.1 IntroductionEnsuring that your VFD2041 display’s exactly what you want it to can be the difference between aprojects success and fa

Página 37 - 7 General Purpose Output

9.3 Data LockSyntaxHexadecimal 0xFE 0xCA 0xF5 0xA0 [level]Decimal 254 202 245 160 [level]ParametersParameter Length Descriptionlevel 1 Sets the data l

Página 38 - 7.4 Set Startup GPO state

9.4 Set and Save Data LockSyntaxHexadecimal 0xFE 0xCB 0xF5 0xA0 [level]Decimal 254 203 245 160 [level]ParametersParameter Length Descriptionlevel 1 Se

Página 39 - 8 Display Functions

10.2 Read Version NumberSyntaxHexadecimal 0xFE 0x36Decimal 254 54ASCII 254 “6”Description This command will return a byte representing the version of

Página 40 - 8.4 Set VFD Brightness

Description This command will return a hex value corresponding to the the modelnumber of the module see the following table:Hex Product ID Hex Product

Página 41 - 9 Data Security

11 Command Summary11.1 CommunicationsDescriptionSyntaxPageChanging the I2C SlaveAddressHexadecimal 0xFE 0x33 [adr]Decimal 254 51 [adr]ASCII 254 “3” [a

Página 42 - 9.3 Data Lock

DescriptionSyntaxPageMove Cursor BackHexadecimal 0xFE 0x4CDecimal 254 76ASCII 254 “L”26Move Cursor ForwardHexadecimal 0xFE 0x4DDecimal 254 77ASCII 254

Página 43 - 10 Miscellaneous

DescriptionSyntaxPageInitialize Narrow VerticalBarHexadecimal 0xFE 0x73Decimal 254 115ASCII 254 “s”32Initialize Wide VerticalBarHexadecimal 0xFE 0x76D

Página 44 - 10.3 Read Module Type

DescriptionSyntaxPageSet RememberHexadecimal 0xFE 0x93 [switch]Decimal 254 147 [switch]37Data LockHexadecimal 0xFE 0xCA 0xF5 0xA0 [level]Decimal 254 2

Página 45

1 Getting StartedThe VFD2041 is an intelligent VFD display designed to decrease development time by providing aninstant solution to any project. With

Página 46 - 11 Command Summary

Command DescriptionPageHex Dec ASCII0x4C 76 “L” Move Cursor Back 260x4D 77 “M” Move Cursor Forward 260x4E 78 “N” Creating a Custom Character 270x51 81

Página 47 - 11.3 Special Characters

12 Appendix12.1 Specifications12.1.1 EnvironmentalTable 54: Environmental SpecificationsStandard Temperature Extended TemperatureOperating Temperature -

Página 48 - 11.6 Data Security

12.3 Physical LayoutFigure 22: Physical DiagramMatrix Orbital VFD2041 48

Página 49 - 11.8 Command By Number

12.4 DefinitionsE Extended Temperature (-20C to 70C)VPT Wide Voltage with Efficient Switching Power Supply (+9 to +35Vdc)V Wide Voltage (+9 to +15Vdc)GW

Página 50

1.2 AccessoriesNOTE Matrix Orbital provides all the interface accessories needed to get your displayup and running. You will find these accessories and

Página 51 - 12 Appendix

Figure 4: Breadboard CableFigure 5: Serial Cable 4FTMatrix Orbital VFD2041 3

Página 52 - 12.3 Physical Layout

Figure 6: Communication and 5V Power CableFigure 7: Silver - Aluminum MountingMatrix Orbital VFD2041 4

Página 53 - 12.6 Revision History

Figure 8: Black - Aluminum MountingFigure 9: Silver - Aluminum OverlayMatrix Orbital VFD2041 5

Comentários a estes Manuais

Sem comentários