Couple of Siemans questions

Join Date
Nov 2013
Location
Pa
Posts
264
I am converting an old Siemans program to AD and I have a couple of questions.

Looking at the old printout I guess

NETZWERK # is equal to a rung #?

In the corner it says LAE= xxx, I assume this is file number.
The printout, if it is file number is not consective so I am writing it in the order printed. I assume this is correct

On the set/reset instruction some time the S is on top and sometimes the R is on top in the insrtuction does this matter or is it a printout thing, I am writing the program in the order it shows in the instruction.

I am sure I will have more questions it is the first Siemans I am rewriting.
Thanks
Harvey
 
Yes, Networks is the same as rung. Siemens (Step 7 and TIA Portal, at least) do not have a network 0.

The S in the coil is SET (or latch). The R is Reset (or unlatch). Don't know anything about LAE.
 
In simatic step 7 v5.5 set on bottom means set priority. The other way round with reset on bottom means reset priority.

Reset_Set Flip Flop is reset when the signal state at input R is 1 and the signal state at input S is 0. If input R is 0 and input S is 1, the flip flop is set. If the RLO at both inputs is 1, the flip flop is set.


Set_Reset Flip Flop is set when the signal state at input S is 1 and the signal state at input R is 0. If input S is 0 and input R is 1, the flip flop is reset. If the RLO at both inputs is 1 the flip flop is reset.
 
Thanks

With the LAE I just thought it odd that the numbers went up then back down, logic wise the flow looks correct.
Next to the rung number it does have address starting numbers. Yes it is a old S5

With the flip-flop that was what I thought but just wanted to make sure.
Thanks again
Harvey
 

Similar Topics

I am having an issue getting a IY4 to read my thermocouple correctly. We have a R type and K type hooked up and sitting at a known room...
Replies
5
Views
534
Posted by u/mr_biodtox 44 minutes ago Delta ISPSoft - Establishing communication with thermocouple module Hi, How do I establish communication...
Replies
1
Views
339
Hi, We have an ongoing project with a lot of thermocouple involved that monitor the temperature of heaters. There are more than 20 PID...
Replies
32
Views
3,482
Hello. PLC beginner here, so apologies in advance for any incorrect terminology or poor communication. I have an SLC 500 Thermocouple/mV Analog...
Replies
1
Views
651
Hello Guys, Trying to scale a thermocouple directly into my IY4 card. Connected into the terminal +\-. I’ve scaled the range of my J type to...
Replies
4
Views
1,672
Back
Top Bottom