Simatic S7-300 immediate inputs

Gromit

Member
Join Date
Jun 2006
Location
-
Posts
119
Hello,

How can we read instantlly a digital input, indepentantly from the process input image? I suppose with the peripherial inputs PIB or PIW.
In Step7 micro/win we have normally open immediate command.

Regards
 
As you mentioned you will have to use PIW xxx etc. You cannot get at individual inputs. You therefore move to working area and operate on those bits. Smallest increment is a byte.

Nick
 
Hi,

But can I move PIB0 to MB10, then read M10.0 instantlly, before the cycle is finished and a new input process image is created.

Regards
 
Hi Gromit,

You can update the specifik byte to PII and then access the specifik bit.

l pib 0
t ib 0
a i0.4

BUT if you use that method you have to be careful so you don´t make this update in a bad place of the scan.


regards Wille
 

Similar Topics

Dear sir, I am using SIMATIC 300, CPU 315-2DP , (6ES7 315-2AF03-0AB0) VIPA 603-1CC21 A1.0 RAM 32KB, Firmware=V4.0.8 The problem Im using MPI...
Replies
2
Views
160
Hi, I received this SIMATIC S7-300 training kit for maintenance. When I power it up, the PLC doesn't go to RUN mode and the STOP mode led is...
Replies
7
Views
294
How can I integrate my S7-300 Simatic with the IFM AS-i Master AC1335 and its slave IOs, such as 2411 and Airbox 2041, into Simatic Manager?
Replies
0
Views
112
Hello.We are trying to convert a program written with S7-300 Simatic Manager to S7-1200 V16.Unfortunately, there is only LAD,FBD option in S7-1200...
Replies
2
Views
745
Hi to all, Our company does not usually use Siemens PLCs, but have a press with one in it. We are trying to change the IP address in our Simatic...
Replies
2
Views
1,061
Back
Top Bottom