Simocode Acyclic Data

RheinhardtP

Lifetime Supporting Member + Moderator
Join Date
Oct 2004
Location
Perth
Posts
562
Hey ppl,

I have to read Acyclic Data from a Siemens Simocode Pro V to a Siemens S7_400 series.

I have used SFC14(DPRD_DAT).

I have entered my base adress and the destintaion of the data...In my Simocode manual and software it allocates 2 bytes for Acyclic Transfer yet it returns a error 16#w#80b1

This means that The legnth of the specified Destination area is not identical to the user data length configured in Step 7...

Any Ideas/Help would be apreciated!!


Rheinhardt
 
I use SFC59 RD_REC

Here is an example

CALL "RD_REC"
REQ :=#RD_REC_202 //start read bit
IOID :=B#16#54 //input or output
LADDR :=#LADDR //logical address
RECNUM :=B#16#CA //record number
RET_VAL:=#TEMP_RET_VAL //error value
BUSY :=#RD_REC_202_BUSY
RECORD :="Simocode1 READ DATA".Data_Rec202_AcycCont //destination

This reads in the complete record (6 bytes for 202) so you need to store this in a 6 byte destination i.e. a data block.

You need to look in the simocode system manual annex B
 

Similar Topics

I am having an issue with Acyclic Reading/ Writing of Data! It did appear to be working however I have realised the data is going to the instance...
Replies
0
Views
1,459
Good afternoon all. I would like to be able to simulate sending and receiving specific bits between my Simocode pro V EIP module and the...
Replies
0
Views
1,382
Hi, I'm looking for the eds file for a simocode module "BASIC UNIT SIMOCODE PRO V MR". So far, I can only find the eds file for the pro V EIP...
Replies
3
Views
1,751
:banghead::banghead: Dear all, we have a SIMOCODE that is used to turn on/off some important pumps in the factory. Communication is via...
Replies
4
Views
2,280
Dears Once again need your support. I am starting on a simocode.After factory reset, I am trying to make some changes or reconfiguring the...
Replies
5
Views
3,176
Back
Top Bottom