EasyManuals Logo

AutomationDirect DL205 Manual

Default Icon
359 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #265 background imageLoading...
Page #265 background image
DL205 Analog Manual, 7th Edition Rev. D
13-13
Chapter 13: F2-02DAS-2, 0-5V, 0-10V, 2-Channel Isolated Analog Output
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
Read Data Values: Pointer Method and Multiplexing
Two methods are used to read data values in the DL205, pointer and multiplexing. When
to use either method and how to use it will be discussed here. Since the pointer method will
not work if the PLC has a DL230 CPU installed, only the multiplexing method can be used.
Either method for reading the data values can be used with the DL240, DL250-1 and DL260
CPUs, however, the pointer method will simplify programming the PLC.
Pointer Method for the DL240, DL250-1 and DL260 CPUs
Once the data values have been calculated they must be entered into the program in order
to output the values. The DL205 series has special V-memory locations assigned to each
base slot that will greatly simplify the programming requirements. By using these V-memory
locations, the number of channels to update are specified, also, where to obtain the output
data is specified.
NOTE: DL240 CPUs with firmware release version 3.0 or later and. DL250 CPUs with firmware release version 1.33 or
later support this method.
The following example program shows how to setup these locations. Place this rung anywhere
in the ladder program, or in the initial stage if stage programming instructions are being used.
In this example V2000 and V2002 are used to store the calculated values, the analog module
is installed in slot 3. Be sure to use the V-memory locations for the module placement. The
pointer method automatically converts values to binary.
SP0
LD
K
LDA
O2000
OUT
V7703
This loads an octalvalue forthe firstV-memorylocationthat will be
used to storethe output data. Forexample,the O2000 entered here
would designatethe following addresses.
Ch1--V2000, Ch2--V2002
OUT
V7663
Special V-memory location assignedtoslot3that c ontains the
numberofchannelsto scan.
LD
Loadsaconstant that specifies the numberofchannelstoscan and
thedataformat.The lowerbyte, most s ignificantnibble (MSN)
selects the dataformat(i.e. 0=BCD, 8=Binary), theLSN selects the
numberofchannels(1or2).
-or-
Thebinaryformatisusedfor displayingdataonsomeoperator
interfaces.The DL230/240 CPUs do notsupport binarymath
functions, whereasthe DL250 does.
2K82
Theoctal address(O2000)isstoredhere. V7703isassignedtoslot
3 and ac ts as a pointer,whichmeans theCPU will usethe octal
value in this location to determine exactlywheretostore the output
data.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
b
C
D

Table of Contents

Other manuals for AutomationDirect DL205

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the AutomationDirect DL205 and is the answer not in the manual?

AutomationDirect DL205 Specifications

General IconGeneral
BrandAutomationDirect
ModelDL205
CategoryController
LanguageEnglish

Related product manuals