4/22/2010 4:42 AM | |
Joined: 10/7/2005 Last visit: 1/13/2025 Posts: 3029 Rating: (1058)
|
the remote CPU dearGodie Apart from the example links supplied previously in THIS thread, you can also clickF1 on FB14 and FB15 to get to their inbuilt help whichexplains the parameter usage. And here isa simple example (note the (x) numbering for the 4 DB's andthat start address and numbering are randomly picked and need to be adjusted to suit your application): Client 315 CPU: (1) "GET" data forIM151 CPU:DB70 as of Byte 0, 20 Bytes lenght (2) "PUT" data from IM151CPU: DB80 as of Byte 10, 30 Bytes lenght IM151 CPU: (3) Local data storage for"GET" data:DB10 as of Byte 20, 20 Bytes lenght (4) Local data storage for"PUT" data: DB20 as of Byte 30, 30 Bytes lenght GET call programming in IM151: (1)ADDR_1: P#DB70.DBX 0.0 BYTE 20 (3) RD_1: P#DB10.DBX 20.0 BYTE 20 PUT call programming in IM151: (2)ADDR_1: P#DB80.DBX 10.0 BYTE 30 (4) RD_1:P#DB20.DBX 30.0 BYTE 30 I hope this helps |
Cheers |
|
This contribution was helpful to1 thankful Users |
Follow us on