Anyone got any info on these Step 5 FB's ?

uptown47

Lifetime Supporting Member
Join Date
Feb 2008
Location
Over there, next to those boxes
Posts
1,146
Hi all,
I'm trying to work my way through some S5 software and have come across 2 siemens FB's that I need information on.

They are FB 221 (named in the software as MOVEDB) and FB 224 (named in the software as AZZERAM).

They have the following interface:
FB 221:
NAME:MOVEDB
DADB:
ADB:
DADW:
ADW:
NRDW:

FB 224
NAME: AZZERAM.
DB:
DADW:
ADW:

Does anyone have a manual that explains these 2 blocks. I've been searching the net and the Siemens website in vain.

Many thanks for any information you can provide.

Cheers

;-)
 
Hi Kalle,

Here are 2 screenshots of the block.

attachment.php

attachment.php


Here's my current thinking...
Name: MOVEDB
DADB: KF+24 // Address of starting DB
ADB: KF+24 // Address of destination DB
DADW: KF+21 // Address of starting byte?
ADW: KF+41 // Address of destination byte?
NRDW: KF+20 // No. of bytes to move?

Perhaps the Azzeram block just fills the space with 0's ??

The system is tracking full pallets on a conveyor and I'm thinking that this bit of code 'puts' a pallet onto the conveyor (the pallets are tracked using DB 24 and DB 23 - I think?!?).

The system isn't running at the moment so I can't monitor it online to watch what happens. I thought if I could find a manual regarding this it would clear it all up for me.

Many thanks for any help you can give me

Cheers

;-)

PALLCON1.JPG PALLCON2.JPG
 
Hi Kalle,

I've just kicked myself! The FB's (FB221 and 224) weren't even locked! I could just open them and see exactly what they were doing. I think it's because they were such high numbers I just assumed that they were locked Siemens proprietary blocks. Doh!!

Anyways... we were right. The first one is copying bytes from a datablock over. Just a series of Load/Transfers. And the other one is backfilling the area with 0's.

Quite simple really. Many thanks again for all your excellent help.

I've learnt a valuable lesson not to just jump to conclusions!!

Cheers

;-)
 

Similar Topics

Hi We are looking to implement some label checkers on some production lines. We want to check bar codes and best before dates. Just looking to...
Replies
12
Views
3,419
Hi all, We had a PC on our site running Citect v6.0 with an old hard-wired parallel port dongle. The PC died and needed replacing but we...
Replies
5
Views
3,633
Hi all, I'm looking to get hold of the installation disk / file for S5 (v7.2 ideally but anything will do). I've got the license but it is...
Replies
3
Views
1,773
this a program to send data to barcode printer I want to integrate a new printer in a new machine and i wanted to adapt the old prgram on it but I...
Replies
4
Views
133
I received an email from a student with the following code attached. This is supposed to control a floodgate system, and supposed to be written...
Replies
23
Views
793
Back
Top Bottom