Flex IO Analog Output Card:

JoelAspinall

Member
Join Date
Sep 2013
Location
canada
Posts
25
Hi All:

I was hoping someone could help point me in the right direction as to how to setup a Flex IO AO Card in RSLogix500.

As it stands I have a couple Flex IO AI cards setup and working already but I have no previous flex AO cards to work off of as an example.

Attached is a screenshot of the logic involved to get the AI Cards. Column 1 of the screenshot is one AI card and Column 2 is another.

I was wondering if the logic for an AO card would look similiar to this? If anyone has any experience with Flex IO with SLC500 and could offer any advice it would be extremely appreciated.



Thank you very much.

FlexNode_CompareAI.jpg
 
Can't see the image...resolution is too small when blowing it up. But, in general, the operations would be the same...They both have Read/Writes for data and configuration files. However, the AI, reads data and status, and only writes configuration. The AO, reads only status, and writes configuration and data. Therefore, sometimes, an AI only writes the configuration once (like first scan), and reads all the time. The AO would need to write the configuration/data all the time to update the analog outputs. Each AI and AO module has a unique word order for the status/data, and a unique number of words that need to be read/written. That will differ between the AI and AO so you will need to refer to the analog output module's documentation.
 
Can't see the image...resolution is too small when blowing it up. But, in general, the operations would be the same...They both have Read/Writes for data and configuration files. However, the AI, reads data and status, and only writes configuration. The AO, reads only status, and writes configuration and data. Therefore, sometimes, an AI only writes the configuration once (like first scan), and reads all the time. The AO would need to write the configuration/data all the time to update the analog outputs. Each AI and AO module has a unique word order for the status/data, and a unique number of words that need to be read/written. That will differ between the AI and AO so you will need to refer to the analog output module's documentation.

Thank you very much for the reply Robert.

Please see the attached (direct image link - http://i.imgur.com/aUlfn6d.png):
Column A: Flex AI Card
Column B: Flex Counter Card
Column C: Flex AI Card

All have the same pattern. What would I have to change here to incorporate an AO card?

aUlfn6d.png
 
Last edited:
http://literature.rockwellautomation.com/idc/groups/literature/documents/um/1794-um002_-en-p.pdf

Start here....It gives BTR/BTW examples for PLC5 which are similar to what your COPY's to the M0 and M1 files are for SLC. It shows you the length and breaks out the configuration and status for each module type. Compare the data tables in your current AI and map them to what each mean from the manual. Then you'll get a feel for what the AI is doing and you can apply it to an AO. There's simply too many variables (scaling, type of signal, filters, etc.) for any of us to write the code for you, as you will have to fill in the data tables that's appropriate to your process.
 

Similar Topics

Hi guys, I'm working on a new project and we have Allen Bradley Powerflex 753 VFDs controlling oxidation ditch aerators. I'm not currently...
Replies
7
Views
3,136
Good Afternoon, I have a few PowerFlex 40 drives that are being controlled by Devicenet. I was wondering that if you are controlling a...
Replies
4
Views
1,669
I am looking for a memory map reference for a 1794-OE8, but I cannot find it in the literature database at Rockwell. I have a 1794-OE8 connected...
Replies
6
Views
3,424
Hi all, I need help with the parameters to set in order to read motor amperage from this VFD analog output. Thank you!
Replies
11
Views
6,813
Greetings, I'm about to begin a new job taking on a major operation drive by controllogix processors and tons of flex I/O modules.... its a big...
Replies
3
Views
2,929
Back
Top Bottom