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

Join our "Ask Me About" community webinar on May 20th at 9 AM CET and 5 PM CET to explore cybersecurity and monitoring for Data Center and edge IT. Learn about market trends, cutting-edge technologies, and best practices from industry experts.
Register and secure your Critical IT infrastructure

SCADAPack 474 - Are program units supported and their uses

Remote Operations Forum

Support forum for Schneider Electric SCADA systems, radios and RTUs. From commissioning integration devices and software, to enhancing existing installations or troubleshooting.​

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
  • Remote Operations
  • Remote Operations Forum
  • SCADAPack 474 - Are program units supported and their uses
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
Joel_Weder
Captain Joel_Weder Captain
75
BevanWeiss
Spock BevanWeiss
20
sbeadle
Kirk sbeadle Kirk
17
MartinChartrand
Captain MartinChartrand Captain
15
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to Remote Operations Forum
Solved
Syrio
Crewman Syrio
Crewman

Posted: ‎2022-01-14 04:34 PM

0 Likes
1
2232
  • 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: ‎2022-01-14 04:34 PM

SCADAPack 474 - Are program units supported and their uses

I am just starting to learn RemoteConnect and I am wondering if Program Units are supported with the SCADAPack 474 RTU's. When I read the documentation it says they are only supported in M340/580 Processors. I am just wondering if the documentation has not been updated. 

 

I was also curious how people would typically use a Program Unit/Subroutine? I have worked primarily with Allen-Bradley Control Logix and Telepace Studio. It seems like there are many similarities to Control Logix. In the Mill I used to work at we would create an Individual Program for each machine such as a conveyor, cutting device, chipper, etc. and this worked very well. It made it very nice to be able to use the same tag names such as Start, Stop, Overload, etc. within an individual program and then call them from other programs if necessary by using the ProgramName.Start for example.

 

Does anyone have any sample programs with more advanced programming techniques? I am working on building a template program for our Lift Stations and Pump Station sites. 

 

Thanks

 

Labels
  • Labels:
  • Logic
  • RTU
  • Scripting
  • Tags:
  • english
  • scada
  • SCADA app
  • SCADA software
  • SCADA tutorial
  • Telemetry and SCADA
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
BevanWeiss
Spock BevanWeiss
Spock

Posted: ‎2022-01-15 08:58 PM

0 Likes
0
2219
  • 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: ‎2022-01-15 08:58 PM

Program Units are supported under the SCADAPack x70 devices.  However they are NOT supported with Quantum / Premium PLCs (hence the comment about them being supported on M340/M580.. Control Expert still has quite a bit of legacy stuff floating around in the documentation and other locations).

 

Given how convenient DFBs are to use in the Control Expert world, I've never really seen Program Units utilised.

I can imagine if there are several separate almost identical production lines within a single controller then it might make sense, but there are other ways to structure programs (using the Functional View) which tend to be a bit simpler.

There's also not much of a restriction on the length of variable names, so there's limited benefit to using Program Units to allow for separation of variable names.

 

I suspect that the Program Units would complicate things like searching for generic controls (like the Start/Stop etc that you mentioned).  So I'd generally prefer to handle these with tag name prefixes, with variables stored in the controller variable scoping.

 

Even in the Rockwell Studio5000 type of world, forcing the conceptualisation into Program scoping can be a real stitch-up at times.  From memory, a Program can only exist in a single Task.  So if you need to do things like Periodic Tasks / Event Tasks etc and interact with the Continuous Task then you start to have split Program scopes, which breaks flow between the tasks if you rely upon the Program scope for the variables.  If you use a tag prefix and controller scoped tags, then there is a straight forward flow between the data in the tasks.  Strongly defined program interfaces would help, but again from memory there are significant limitations to these around Online Edits.  And almost all of the Logix5000 applications I've dealt with have simply not allowed for Stop/Download type of code changes.  Most of the plants run 24/7 with minimal disruption to that schedule (monthly P.M. shuts.. or sometimes only an annual shutdown).

 

I'm unsure what limitations Control Expert might have on online changes around the Program Units (I suspect it would be 'better' than Rockwell... but there may still be significant limitations)


Lead Control Systems Engineer for Alliance Automation (VIC).
All opinions are my own and do not represent the opinions or policies of my employer, or of my cat..

See Answer In Context

  • Tags:
  • english
  • scada
  • SCADA app
  • SCADA software
  • SCADA tutorial
  • Telemetry and SCADA
Reply

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

Reply 1
BevanWeiss
Spock BevanWeiss
Spock

Posted: ‎2022-01-15 08:58 PM

0 Likes
0
2220
  • 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: ‎2022-01-15 08:58 PM

Program Units are supported under the SCADAPack x70 devices.  However they are NOT supported with Quantum / Premium PLCs (hence the comment about them being supported on M340/M580.. Control Expert still has quite a bit of legacy stuff floating around in the documentation and other locations).

 

Given how convenient DFBs are to use in the Control Expert world, I've never really seen Program Units utilised.

I can imagine if there are several separate almost identical production lines within a single controller then it might make sense, but there are other ways to structure programs (using the Functional View) which tend to be a bit simpler.

There's also not much of a restriction on the length of variable names, so there's limited benefit to using Program Units to allow for separation of variable names.

 

I suspect that the Program Units would complicate things like searching for generic controls (like the Start/Stop etc that you mentioned).  So I'd generally prefer to handle these with tag name prefixes, with variables stored in the controller variable scoping.

 

Even in the Rockwell Studio5000 type of world, forcing the conceptualisation into Program scoping can be a real stitch-up at times.  From memory, a Program can only exist in a single Task.  So if you need to do things like Periodic Tasks / Event Tasks etc and interact with the Continuous Task then you start to have split Program scopes, which breaks flow between the tasks if you rely upon the Program scope for the variables.  If you use a tag prefix and controller scoped tags, then there is a straight forward flow between the data in the tasks.  Strongly defined program interfaces would help, but again from memory there are significant limitations to these around Online Edits.  And almost all of the Logix5000 applications I've dealt with have simply not allowed for Stop/Download type of code changes.  Most of the plants run 24/7 with minimal disruption to that schedule (monthly P.M. shuts.. or sometimes only an annual shutdown).

 

I'm unsure what limitations Control Expert might have on online changes around the Program Units (I suspect it would be 'better' than Rockwell... but there may still be significant limitations)


Lead Control Systems Engineer for Alliance Automation (VIC).
All opinions are my own and do not represent the opinions or policies of my employer, or of my cat..
  • Tags:
  • english
  • scada
  • SCADA app
  • SCADA software
  • SCADA tutorial
  • Telemetry and SCADA
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