allen bradley rslogix 5000 vs Siemens S7; Tag initial (power-up) value

rthus

Member
Join Date
Mar 2010
Location
Eindhoven
Posts
3
Hi,

I have started my first Allen Bradley project. I am much more familiar with Siemens S7 PLC's.
For now, just one simple question:
How do I set the initial value for a tag. In other words, how do I specify the value of a tag after power-up. Do I need to write a routine for this, or can I in some way, like with Siemens, specify the initial value for a tag.

Hope you guys can help me out.

Rogier
 
Last edited:
For any defined tag, if it isn't initialized explicitly, it is retentive. All memory tags on the Logix platform are fully retentive, you don't mark them as you do with Siemens.

To set an initial value, if nothing is writing to the tag, just use the tag browser, and set it there. If you want to make sure that it initializes to a certain value, make an initialization routine, and scan it on "XIC S:FS", which is the first scan bit. In the routine, use MOV instructions to set the values you want.
 
For any defined tag, if it isn't initialized explicitly, it is retentive. All memory tags on the Logix platform are fully retentive, you don't mark them as you do with Siemens.

To set an initial value, if nothing is writing to the tag, just use the tag browser, and set it there. If you want to make sure that it initializes to a certain value, make an initialization routine, and scan it on "XIC S:FS", which is the first scan bit. In the routine, use MOV instructions to set the values you want.

Thanks very much, this was the information I was looking for.

Kind regards,

Rogier
 

Similar Topics

Hello all. I have been working with an SLC 5/04 system, which houses various Digital and Analog INs and OUTs, up to Slot 29. I am currently...
Replies
3
Views
2,513
1.the black switch is master start/stop switch 2. When red pushbutton is pressed once, both motor 1 and 2 should run continuously 3.if you close...
Replies
3
Views
1,752
how can i use my allen Bradley RSlogix PLC to gate triggering to a TRIAC or thyristor actually i want to gate triggering to the TRIAC or...
Replies
12
Views
6,258
Hello All, I am fairly new to PLC programming and really only know how to use the basic functions of RSlogix 5000. I have a new project I will...
Replies
14
Views
24,342
Hi All, I wonder if anyone knows the answer, or even if its a stupid question, as to whether the ALMA / ALMD blocks that rslogix uses for alarms...
Replies
5
Views
6,295
Back
Top Bottom