Input isn't changing state in my Control Block

gusterminator

Member
Join Date
Feb 2009
Location
Thunder Bay
Posts
85
Hi guys,

I installed a Bindicator on our dust collector to indicate when it plugs up. I have it all mapped correctly to a P_DIN Block in RSLogic5000. I have the tag connected to Inp_PV of the block and when I change the state of the device the state at the Inp_PV changes from a 1 to a 0 which is normal. When I open up and view block properties and check watch the Inp_PV nothing is changing. It's seems like I don't have the block enabled so the input connected to it has no effects on the block internally.

Any ideas?

Thanks

Gus
 
just guessing - but it sounds like you're not scanning/executing the section of code where you've placed this instruction ...

if the code is located in a SUB-routine, then you probably need to install a JSR instruction located in the same program's MAIN-routine ...

on the other hand ...

if the code is in a brand new routine - in a brand new program, then the routine probably needs to have a little "1" badge on it ... in that case, the following link might be helpful ...

http://www.plctalk.net/qanda/showthread.php?p=567395&postcount=9

if none of this helps, then you might want to consider posting your ACD project file (you'll have to zip it first) ... personally I've never heard of the type of instruction that you've mentioned ... maybe this is an Add-On Instruction ???

.
 
Last edited:
Thanks Ron,

I wasn't the one that initially installed the control Block so I just assumed a JSR was created. I didn't think to check there until you pointed that out to me. I just added a JSR on the main routine page for the tag I was working on and everything is working great.


Awesome support!!!!
 

Similar Topics

I have a 120V relay, 120V DI card and a analog input. I was wanting to know if i could put a 24V DI and well as a 120V DI card on the same plc...
Replies
1
Views
61
Hello, I'm looking for a dirt cheap digital display + input, that would be wired to an analog input and analog output. This would be for my home...
Replies
10
Views
248
Hello, I am trying to read a barcode scanner input using a cognex dataman 280 barcode reader, store it another string, the compare with another...
Replies
1
Views
70
All, I have a PowerFlex 525 driving an agitator motor. The goal is to have the agitator start automatically after a power loss or a comm loss. I...
Replies
2
Views
86
Hi, I have a ControlLogix system with 1756-IF16 analogue inputs. I can't scale the inputs at the card as there is a requirement to facilitate...
Replies
14
Views
404
Back
Top Bottom