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!

Use of HVAC installer

HVAC and Pumping Forum

Support Forum for HVAC and pumping machines, Modicon M17x and EcoStruxure Machine Expert HVAC software for chillers, AHU, CRAC units for datacenters or process chillers applications - from design, implementation to troubleshooting and more, by Schneider Electric.

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
  • HVAC and Pumping Forum
  • Use of HVAC installer
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
FedericoM
Commander FedericoM Commander
71
Bastian_Schmitz
Admiral Bastian_Schmitz Admiral
48
LeTomas
Lt. Commander LeTomas Lt. Commander
14
View All
Related Products
product field
Schneider Electric
EcoStruxure™ Machine Expert - HVAC

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to HVAC and Pumping Forum
Solved
otrotabi
Lt. Commander otrotabi
Lt. Commander

Posted: ‎2023-01-12 01:34 PM

0 Likes
4
1309
  • 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: ‎2023-01-12 01:34 PM

Use of HVAC installer

So I finally was able to complete can binding between two PLCs. It is tricky, because at HVAC machine expert software you need to check the CAN expansion bus as "not used" and define the communication with the installer. Moreover, there does not seem to be specific information about what the installer actually does, if there is it would be nice to know where to find it.

 

Anyway, the installer is in charge of transfering to each PLC the information about where to retrieve the data from the other PLCs in the network, right? So, how do I "grow" my project without needing to start from scratch every time? 

 

What I mean is this: so far I am only reading one variable from the other PLC: Let´s say I add another variable ... Do I need to "Build all" and "Download all" everytime ?

 

binding1.jpg

 

Moreover, for a little insight on the file structure:  I noticed that the installer created some folders, a CFN file and a couple of BINDING.PAR* files. I placed each PLC project on a folder below the main folder used by the installer in order to be able to create a single zip file out of the whole project.

 

In this case, both projects are exactly identical, it is a 60 hp chiller composed of two 30 hp chillers. So, if I modify anything on the project, it would be nice if I could just copy and paste the project (or work in one project and then "Save as" in the other folder). Can I have some tips in order not to break everything while adding new variables and modifying the project?

binding2.jpg

One last question: inside the project´s folders there is another CFN file ... Is this file also modified by the installer software?

 

 

binding3.jpg

 

 

Labels
  • Labels:
  • HVAC
  • Tags:
  • ecostruxure
  • english
  • hvac
  • TM171
  • TM172
Reply

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

  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
FedericoM
Commander FedericoM Commander
Commander

Posted: ‎2023-01-16 11:45 PM

0 Likes
0
1287
  • 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: ‎2023-01-16 11:45 PM

Hello,

Installer does more or less what the developer can do in the Commissioning perspective plus the binding.

It's the software which allow to manage an application in terms of settings&status without having access to the source code.

In case of a single plc project, it requires just the file .cfn to program and configure a M17x (it's not necessary the entire project folder).

 

About binding among M17x, if you change just the shared variable inside Installer, it is enough to update the BINDIN*.PAR file of each PLC.

 

In term of maintenance, I suggest to enable the option "Multiple File Project":

 

Capture.PNG

It will create a src folder where all your POU/function/FB will be stored into separate files. 

 

If your 2 projects are exactly the same you don't need to duplicate them, you can link the same project to both PLC in the Installer project.

 

The CFN file inside Chiller2 folder is created/updated when you build all the Chiller2 project from ESME HVAC, this file allows to program with Installer the second chiller, but it does not download the BINDIN.PAR file.

For project with data binding you have to use the CFN file created by Installer.

 

See Answer In Context

Reply

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

Replies 4
FedericoM
Commander FedericoM Commander
Commander

Posted: ‎2023-01-16 11:45 PM

0 Likes
0
1288
  • 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: ‎2023-01-16 11:45 PM

Hello,

Installer does more or less what the developer can do in the Commissioning perspective plus the binding.

It's the software which allow to manage an application in terms of settings&status without having access to the source code.

In case of a single plc project, it requires just the file .cfn to program and configure a M17x (it's not necessary the entire project folder).

 

About binding among M17x, if you change just the shared variable inside Installer, it is enough to update the BINDIN*.PAR file of each PLC.

 

In term of maintenance, I suggest to enable the option "Multiple File Project":

 

Capture.PNG

It will create a src folder where all your POU/function/FB will be stored into separate files. 

 

If your 2 projects are exactly the same you don't need to duplicate them, you can link the same project to both PLC in the Installer project.

 

The CFN file inside Chiller2 folder is created/updated when you build all the Chiller2 project from ESME HVAC, this file allows to program with Installer the second chiller, but it does not download the BINDIN.PAR file.

For project with data binding you have to use the CFN file created by Installer.

 

Reply

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

otrotabi
Lt. Commander otrotabi
Lt. Commander

Posted: ‎2023-01-17 02:50 AM

0 Likes
0
1283
  • 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: ‎2023-01-17 02:50 AM

Thanks for the detailed explanation.

 

"If your 2 projects are exactly the same you don't need to duplicate them, you can link the same project to both PLC in the Installer project." . This is good news !

 

"About binding among M17x, if you change just the shared variable inside Installer, it is enough to update the BINDIN*.PAR file of each PLC."  How do you do that ? "Parameters/Write Default values" or do I need to use "Download all" each time ?

 

 

Reply

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

FedericoM
Commander FedericoM Commander
Commander

Posted: ‎2023-01-17 03:19 AM

0 Likes
1
1281
  • 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: ‎2023-01-17 03:19 AM

From Installer you can do also partial download:

 

Capture.PNG

 

Capture.PNG

 

Capture.PNG

 

Reply

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

otrotabi
Lt. Commander otrotabi
Lt. Commander

Posted: ‎2023-01-17 03:30 AM

In response to FedericoM
0 Likes
0
1280
  • 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: ‎2023-01-17 03:30 AM

😀

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