AD Question

Steve Meisel

Member
Join Date
Jun 2002
Location
NC
Posts
77
I am working on my first Automation Direct project and I have a couple of questions. The plc is a Siemens TI435 and I am adding a analog module to do some measuring of the depth of a metal tube being pressed into a part.

1. Does the processor have any retentive memory? I want to store some numbers from the HMI for the tube depth limits. I would like them to be retained in case of a power failure. Currently I have to hook up the pc to change the limits using a constant.

2. Is there an easier way to clear or zero 4 sequencial V registers than: load 0 out V1505, load 0 out V1506, load 0 out V1507, load 0 out V1510

Thanks,

Steve
 
Assuming that a TI435 is the same as a DL-430, then the answers are yes, and yes... :D

To select which ranges are retentive, you use the "PLC" pulldown menu, then click "Setup"--->"Retentive Ranges". You're ARE using DirectSOFT, right?

As far as clearing multiple registers, check out the "FILL" instruction. You specify the number of registers to fill, the starting location, and the value to fill them with.
See page 141 in Chapter 5 of the user manual which can be downloaded HERE... đź“š

Now that you've discovered A-D, I have a feeling this 'first' A-D project won't be your last!... :D

beerchug

-Eric
 
Thanks.

Thanks Eric for the reply.

The TI435 is the same as a DL-430 and yes I am using DirectSOFT32.

Thanks again.

Steve
 

Similar Topics

HI i would like to know how to get a variable that will store the amount of times a program has been executed. The issue is I have 3 DBs for 1 FB...
Replies
2
Views
45
I'm working with a project that contains some routines in ST but mostly in ladder. Am I correct in assuming this 'rung': DB1001DO._01AV55_OPEN :=...
Replies
4
Views
84
Is there a way to reset the count on the RS Logix BackUp?? XXXXX PROGRAM IN PROGRESS_BAK445.RSS XXXXX PROGRAM IN PROGRESS_BAK446.RSS XXXXX...
Replies
8
Views
245
I have a few questions about Studio5000. 1. Why is my RA folder so big? its well over 100 GB. 2. How do you delete versions or extra files...
Replies
3
Views
269
Currently we have a fat( I think that is what it is called) Intouch application. An application resolution of 3840x1080, and inside that 2x...
Replies
0
Views
84
Back
Top Bottom