Different types og ranges

megselv

Member
Join Date
May 2016
Location
Sweden
Posts
4
Hi guys!
1 week until examination and i was woundering if someone here could give me an explanation on what the difference between Rated range, over range, under range, overflow and underflow are?

thx
 
SIMATIC S7 module, I think underflow and overflow has something to do whith high signal jumps that the settling curve of the signal briefly leaves the rated range until it reaches the setpoint and dont shows as en error. But i can`t see the difference between Underflow and underrange as well as overflow and overrange.
 
Example:
0-10V rated range
10V-11.759V overrange
11.759-11.852 overflow

0-27648 rated range
27649-32511 overrange
32512-32767 (=2^15-1) overflow

Overflow and underflow will cause an error. Overrange and underrange can happen during high signal jumps while the curve is settling.
 
Thanks! This was helpfull. I have another question, what is the main difference between the L-stack and the B-stack? Stupid question probably, but I have no idea, and this examination is starting to wear me down...
 
When a block gets interrupted by error handling for example the systems saves the number and type of block interrupted and the return address of the block that was interrupted and the numbers of the datablock and Di registers open.

This is saved in the B stack (block stack).

Basically if you have your pc connected to the plc when it goes into stop mode, you have use this information to find out why.

L-stack is the local data, I think it's just where all the temporary variables are stored.


Edit: sorry not sure on the above info.
 
Last edited:
Thanks again;) I read somewhere on the word wide web, that: Function (FC), Function Block (FB) and Data Block (DB) are blocks saved in the B-stack. In the L-stack things like Arguments to mathematical functions, Intermediate results of logic operations, Data packets for communication tasks and tags that are connected to GUI (Graphical User Interface) are stored. Does this sound correct? or have i been trolled by the WWW?
 

Similar Topics

Active Homing When the axis Homing Mode is configured as Active, the physical axis is first activated for servo operation. As part of this...
Replies
2
Views
1,839
👨🏻‍🏫 👨🏻‍🏫 👨🏻‍🏫 I'm struggling to find any descriptions of the different functions provided by these various relays in the...
Replies
7
Views
3,513
Dear Experts I have a new CPU 6ES7 313-6CF03-0AB0 . my program is built on CPU 6ES7 313 6CE00- 0AB0 . when I try to down load to the new CPU I...
Replies
1
Views
1,260
I want to compare an actual speed value (PIQ "Real" data type) from an analogue input, to the setpoint (0 - 100%)that is input on the HMI to the...
Replies
3
Views
3,638
i am trying to learn plcs ( going to school at night ) and working for an automation contractor by day doing small pieces of large projects . i...
Replies
2
Views
8,527
Back
Top Bottom