Request: FB88 read R-Parameter on 840D from PLC

SIMATIC S7-200/300/400, Step7, PCS7, CFC, SFC, PDM, PLCSIM,
SCL, Graph, SPS-VISU S5/S7, IBHsoftec, LOGO ...
Post Reply
raimund
Posts: 23
Joined: Tue Mar 20, 2007 9:07 am
Location: Europe

Request: FB88 read R-Parameter on 840D from PLC

Post by raimund » Tue Nov 17, 2009 7:12 pm

I need a Sinumerik 840D Standard Function Block FB88 to read R-Parameter Block from PLC.

https://support.automation.siemens.com/ ... d=23034173
Read / write a larger R parameter block from the PLC.

The function blocks FB2, FB3 (GET/PUT) allow to read/write eight parameters per job. In the example attached (FB88), up to 40 R parameters are transferred via multiple FB2/3 calls.

CALL FB 88 , DB 88 (
Read := E 7.7, // Start read job
Write := E 7.6, // Start write job
Anz := 40, //No. of R parameters
R_Nr := 5, // First R parameter
Unit := B#16#1, // ChannelNo.
Activ := A 5.7, //LED T1
State := MW 200, //StatusWord
Error := A 5.6); //Error in FB2/3

The download file comprises the required PLC blocks in source format.

Software liable for costs (spam via the AVC Automation Value Card): Image
Can everyone help me? :roll:

Greetz Raimund ;)

raimund
Posts: 23
Joined: Tue Mar 20, 2007 9:07 am
Location: Europe

Re: Request: FB88 read R-Parameter on 840D from PLC

Post by raimund » Tue Nov 24, 2009 9:12 pm

*push*

markus
Posts: 10
Joined: Thu Dec 04, 2008 10:31 am
Location: Europe

Re: Request: FB88 read R-Parameter on 840D from PLC

Post by markus » Fri Mar 12, 2010 10:13 pm

Hey, have u got FB88 know?

I think that maybe is the solution on my problem, if u got it, will u share?
or does anyone else have it?

Post Reply