Delta RMC and AB- Simple Question

Join Date
Dec 2010
Location
Burlington, NC
Posts
402
I am setting for the first time a Delta RMC150E with a ControlLogix. I think I have most everything figured out, but have just one question I am not clear on.


The "Send Request Bit" in the example logic does not have a anywhere where it being set. Does it get set elsewhere in my logic whenever I want to send a new command? Or does something else set it?


Thanks guys.
 
Mark, you are correct, the Send Request Bit is not triggered in the logic anywhere. The example only takes care of the communication transaction, which is triggered by the Send Request Bit. It's up the programmer to make the logic that fills the output data buffer with the correct data (and zero out any old, irrelevant data), and then triggers it.
If you make a state machine, you can have a state set the bit, and then this logic can catch it toward the end of the scan. It will automatically clear the bit when the transaction is complete. I'm far from a pro ladder logic guy, so I gladly entertain suggestions on improvement. I suppose a good start would be to simply add some documentation in the example stating what I just wrote above.
 
Thanks, that answers my question and confirms what I thought.


I concur on adding some additional documentation on that bit, otherwise the documentation is great. I know it is difficult to explain everything when your controller interfaces with so many different products, but from what I have seen so far you do a good job.


Thanks
 

Similar Topics

Hello, I am considering to using Delta Motion product for cutting and synchronizing application. We are using Analog Servo 1756-M02AE that will...
Replies
0
Views
2,080
I apologize if this has been answered before, but I have a customer with an RMC connected to an ENBT (ABCLX Slot 1). They have another ENBT (Slot...
Replies
0
Views
2,439
Hello again have a question has anyone out there programed a motion controller. I have an AB ML1400, AB Panelview 1500 Plus and the DELTA RMC...
Replies
3
Views
2,675
📚 Ok. I have an EZ Touch screen, little 4" Mono. I have a Delta RMC Controller with two axis. I program position point from the EZ touch...
Replies
3
Views
4,201
I have just seen another canter using G series probes programmed to use "start/stop" rather than PWM. The specs say use start/stop with one or two...
Replies
2
Views
3,437
Back
Top Bottom