Programming with step7 manual

rubik2511

Member
Join Date
Sep 2010
Location
South Lake Tahoe
Posts
7
hi!

I was reading this book and part of declaration of variables in data blocks
found the following information:

This column shows you how the variables in the variable declaration of the function
block are declared:
• Input parameter (IN)
• Output parameter (OUT)
• In/out parameter (IN_OUT)
• Static data (STAT)
The declared temporary local data of the function block are not in the instance data
block.

my question is: what is the difference between input, output and input / output parameter? which is
referred to my entries and exits of the plc?
thanks for the help I'm researching and learning.
Greetings
 
input - this will be considered as input to the fb/fc

output - the processed logik will give the requied output from the fb/fc

Input/output -- this parameter can be considered as input and output both ie u can use this in multi instance programming
this serves as both input and output at the same time.

Temp-- this are temporary variables which u can use in the logik instead of memory bits but not preffered to use if the function block is called many times
limited memeory

hope this info helps u ?
 

Similar Topics

Hi everyone, I am new here in this Siemens world.Any Ebook, Tutorial or guide to learn siemens step7 programming TIA portal, WinCC?
Replies
6
Views
1,569
may you please explain that programm im not very familiar with statement list.
Replies
0
Views
1,294
I have an opportunity to quote an HMI project for one of my customers. It's a small project, and the customer is not the type with deep pockets...
Replies
3
Views
24,896
Hi... Iam Seema and i have to learn the programming in step7...This is quiet new to me and iam a beginner so is there anyone else how can guide me...
Replies
1
Views
2,101
I am doing some S7 programming. This is the first in 6 years. I got the Profibus DP interface to the motion controller working. Look at what...
Replies
126
Views
48,251
Back
Top Bottom