ERROR 208... again

Lunu

Member
Join Date
Dec 2014
Location
Sonora
Posts
26
Once again, this error comes out. What I'm trying to do is to set the speed of a motor from a panelview 600. It goes like this: panelview 600 (via RIO)> plc 5/40 (via RIO)> powerflex 700 > motor. I'm using block transfers but I'm really struggling with it.

In the image:

* Rack, group and module of the BTR matches the PV's.
* Numeric entries from the PV used to be stored in N7:0, now they won't.
* I'm not really sure about the control block and the enable bit. They have to match, don't they?
* Do I have to use a BTW to get the value stored in N7:0 into the powerflex?

lad 2.jpg
 
The logic you are showing requires the BTR Control Block's /Enable bit to be true before the BTR can execute. The BT10:0/EN bit is not enabled until the instruction executes, therefore the rung you posted cannot ever work.

To make that BTR execute repeatedly, change the instruction addressed as BT10:0/EN from an XIC to an XIO.

The conventional way to exchange data with a Block Transfer device is to use a pair of alternating BTR and BTW instructions. Each has its own Control Block and each has its own Source or Destination Data File.

Once you get that going, you can take on the PowerFlex 700 and 20-COMM-R module.

There is a standard example of bi-directional alternating block transfers in the PLC-5 Reference Manual 1785-RM001 in the chapter on Block Transfers (Chapter 15, page 15-16).
 
Ken, I saw that mistake a little bit later after posting this. I corrected it but still it won't work. I've been checking that example, it kinda confuses me because of the JSR and MOV instructions.
 

Similar Topics

"Unable to write to remote device" I wanna be able to write speeds to a motor from a panelview 600. In my pv program I'm only using 3 buttons...
Replies
4
Views
2,981
Hi there, just joined the forum but have been reading for a while. I have searched for my error, but to no avail. I have a PanelView 600...
Replies
12
Views
13,558
I am having an issue with a PV 550. I am getting 2 different errors. 208 and 615. This machine was resently bought used at auction and reinstalled...
Replies
18
Views
10,024
Hi, I'm using a PV 1000 to control an SLC5/04 plc, so far everything has been working ok on all 10 equipments (is a production line), then I...
Replies
2
Views
3,928
I've connected a PV300(2711-K3A3L1) with a ML1500 LSP in DH485 through AIC-NET interface. In PV300 I created a Numeric Entry Keypad Enable object...
Replies
3
Views
2,200
Back
Top Bottom