Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

We Value Your Feedback!
Could you please spare a few minutes to share your thoughts on Cloud Connected vs On-Premise Services. Your feedback can help us shape the future of services.
Learn more about the survey or Click here to Launch the survey
Schneider Electric Services Innovation Team!

BME AHO0412 HART output setup in Control Expert examples

Modicon PAC Forum

A forum for topics related to the scope of Modicon PAC offers and ecosystem along the whole lifecycle: Modicon M580 and 340, EcoStruxure Control Expert, EcoStruxure Process Expert (Unity Pro) and more.

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • Industrial Automation
  • Modicon PAC Forum
  • BME AHO0412 HART output setup in Control Expert examples
Options
  • Subscribe to RSS Feed
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
MatthewM
Lt. Commander MatthewM
8
RoozeeR
Lt. Commander RoozeeR Lt. Commander
7
Trinxs1
Lt. Commander Trinxs1 Lt. Commander
6
ciupol
Lieutenant ciupol
6
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Back to Modicon PAC Forum
jamesdlane986
jamesdlane986
Cadet

Posted: ‎2025-02-25 08:42 AM

0 Likes
6
423
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2025-02-25 08:42 AM

BME AHO0412 HART output setup in Control Expert examples

Hello,

I'm doing a sizable hardware and software migration project for a client. Besides all the configuration and programming to migrate from Proworx32 and Quantum hardware to the X80/M580 and Control Expert, I am adding 5 AHO0412 modules that will be interfaced with flow and pressure control valves with a Flowmaster Beta positioner HART compatible controller. I'm looking for some basic PLC code examples for interfacing the AHO0412 module to any HART compatible controller. I have an M584040 CPU, 5 BMEXBP1200 backplanes, 

Labels
  • Labels:
  • 04. Modicon X80 IO
  • 05. Networking & Communication
  • 06. EcoStruxure Control Expert
  • Tags:
  • english
Reply

Link copied. Please paste this link to share this article on your social media post.

  • All forum topics
  • Previous Topic
  • Next Topic
Replies 6
ciupol
Lieutenant ciupol
Lieutenant

Posted: ‎2025-02-26 08:52 AM

0 Likes
1
415
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2025-02-26 08:52 AM

Hello jamesdlane986,

 

There are few things to consider when using HART modules:

1. Make sure you install HART module in an ethernet slot on the backplane - not all slots on ethernet backplane are ethernet compatible (sic!). The ethernet compatible slot have two connectors vs on connector on non compatible slots.

2. In Control Expert you add HART module as any other module. I would suggest adding the module as Device DDDT and not topological (selection box on the bottom of the window where you select the module).

3. You can change Device DDT name in the module configuration window. I typically use something more descriptive than default name:

ciupol_0-1740587956275.png

4. You have to add the module under the CPU in DTM browser. You can configure HART Device DDT name when you double click the processor, go to Device List, and click HART module. Again I make it more descriptive than default name.

ciupol_2-1740588370385.png

 

5. After doing the above two Device DDTs are created in Data Editor:

ciupol_3-1740588437986.png

The first one is standard DDT for analog module. That is where you can see 4-20mA channels.

The second one is where you can see HART Dynamic Variable (PV, SV, TV, QV).

6. Finally to make it all work, in DTM browser right click on the CPU and select Device Menu -> Additional functions -> Store Device Conf to FDR. To execute this step you have to be connected to CPU through ethernet port (not USB).

 

There is really no special logic to make it work. You just grab the value from Device DDT and map it to a variable.

Reply

Link copied. Please paste this link to share this article on your social media post.

jamesdlane986
jamesdlane986
Cadet

Posted: ‎2025-02-28 09:42 AM

In response to ciupol
0 Likes
0
368
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2025-02-28 09:42 AM

Do I associate the 2 DDTs by entering the analog output tag names in the "User Defined Label" column?

jamesdlane986_0-1740764541967.png

 

 

Reply

Link copied. Please paste this link to share this article on your social media post.

ciupol
Lieutenant ciupol
Lieutenant

Posted: ‎2025-03-03 07:58 AM

0 Likes
2
358
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2025-03-03 07:58 AM

jamesdlane986, I am not sure where "User Defined Label" column is. Screenshots are always helpful.

The 2 DDTs are not really associated you can name them however you want. I just showed how I am doing this. 

Reply

Link copied. Please paste this link to share this article on your social media post.

jamesdlane9861
jamesdlane9861
Cadet

Posted: ‎2025-03-05 06:46 AM

In response to ciupol
0 Likes
1
341
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2025-03-05 06:46 AM

How does the configured module in the rack know that the modules I created in DTM Browser know they are 2 in the same devices? I have 5 HART AHO0412 modules on a rack. Do the rack configuration and the DTM Browser configurations get aligned in the background automatically? Thanks, James

Reply

Link copied. Please paste this link to share this article on your social media post.

Trinxs1
Lt. Commander Trinxs1 Lt. Commander
Lt. Commander

Posted: ‎2025-03-06 08:30 PM

0 Likes
0
325
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2025-03-06 08:30 PM

I am unable to view the images as they appear as triangles.

 

For each HART module two separate data structures are created. 
Firstly the data structure created for the 4..20mA channels will usually have a topological address i.e. it will have a name plus a location of the form "drop.rr.slot"  where the drop number, rack number and slot should relate to the location of the module.
The DTM created for the ethernet IP communications of the module requires a format that identifies the drop number and the slot within the first rack of the module.  Note only the first rack of any CPU or drop can be an ethernet rack where a HART module can be installed.  When naming the data structures keep a similar convention that relates the module to its location and either the 4..20mA or HART communication.

In the configuration of the HART module DTM please enable both the reset and the enable registers so you can disable any HART channels not used.

Trinxs
Senior Technical Sales Consultant - PAC
Reply

Link copied. Please paste this link to share this article on your social media post.

ciupol
Lieutenant ciupol
Lieutenant

Posted: ‎2025-03-07 05:33 AM

In response to jamesdlane9861
0 Likes
0
306
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2025-03-07 05:33 AM

jamesdlane9861 I think I know what you are asking now and this is actually important step and I forgot to put in my original post. Once you create DTM for the HART module in DTM browser open whatever is above your module (probably CPU), find your module and go to address setting tab. There is a identifier field that you have to edit according to your physical module position. If you hover above it will give you explanation about formatting - the explanation is not great though so here it is:

- If the module is on remote rack (remote IO drop) it should be Cyyy_xx_AHI0812 or Cyyy_xx_AHO0412 based on what module you have. yyy is drop number. Must be three digits so use leading zero, for example 004 for drop 4. xx is slot number. Again must be two digits, for example 04 for slot 4.

- If the module is on the local (the one with CPU) rack of standalone system (not hot standby) it should be zzz0_xx_AHI0812 or zzz0_xx_AHO0412. Where xx is slot number as previously and zzz is device name prefix for DHCP server. By default zzz is Mx8 but you can change it in Tools->Project Settings->Configuration->Device name prefix for DHCP Address Server. The only reason you would want to change it is fi you have multiple CPUs on the same IO network (flat network). Each CPU needs to be DHCP server for its own HART modules so the prefix is used to group HART module with the CPU they belong to.

- According to the tooltip that shows when you hover over identifier field there are two more possible formats of the identifier , namely zzzA_xx_AHI0812 (zzzA_xx_AHO0412) and zzzB_xx_AHI0812 (zzzB_xx_AHO0412) used for hot standby system where A and B are hot standby CPUs but those, according to my knowledge, would be never used as IO modules can't be installed on local racks of hot standby system. There are some other modules though (NUA module that I am aware of) that use similar format of identifier and can be installed on remote rack of hot standby system. That is why, I assume, they put it in a tooltip.

 

Hopefully this answers your question. 

Attachments
Reply

Link copied. Please paste this link to share this article on your social media post.

Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of