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!

which is best digital calculation point or logic diagram or script

EcoStruxure Geo SCADA Expert Forum

Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).

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
  • EcoStruxure Geo SCADA Expert Forum
  • which is best digital calculation point or logic diagram or script
Options
  • 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
sbeadle
Kirk sbeadle Kirk
308
AndrewScott
Admiral AndrewScott
98
BevanWeiss
Spock BevanWeiss
91
AdamWoodlandToo
Lt. Commander AdamWoodlandToo
37
View All
Related Products
product field
Schneider Electric
EcoStruxure™ Geo SCADA Expert

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to EcoStruxure Geo SCADA Expert Forum
Solved
abdul-rahman
Crewman abdul-rahman
Crewman

Posted: ‎2023-03-19 03:46 AM . Last Modified: ‎2023-05-02 11:46 PM

0 Likes
5
1854
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • 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-03-19 03:46 AM . Last Modified: ‎2023-05-02 11:46 PM

which is best digital calculation point or logic diagram or script

I have a Logic Diagram  to get some of bit from 16pit unsigned point and I want to Use a digital calculation point , so I want to know which is best digital calculation point or logic diagram or script (Execution Performance , Execution ,  Execution Performance , Reliability )

Labels
  • Labels:
  • SCADA
  • Tags:
  • Calculation Point
  • english
  • logic
  • modbus
  • scada
  • SCADA app
  • SCADA software
  • SCADA tutorial
  • Telemetry and SCADA
  • ViewX
Reply
Contact Support

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

  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
AndrewScott
Admiral AndrewScott
Admiral

Posted: ‎2023-03-22 06:17 AM

2 Likes
0
1807
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • 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-03-22 06:17 AM

You've not said which protocol / driver you're using but if its the Advanced Modbus driver then you can use the Bit Offset and Number of Bits properties of Advanced Modbus Generic Digital Input Points to directly read a particular bit from a Modbus register. That way you don't need any calculation points or logic at all.

 

The help has more details, see Driver Reference > Modbus - Advanced Driver > Configuring Digital Points > Common Point Properties 

 

Some other drivers, such as Advanced OPC, also have these same features.

Driver Reference > OPC - Advanced Driver > Configuring Advanced OPC Digital Points 


Andrew Scott, R&D Principal Technologist, AVEVA

See Answer In Context

Reply
Contact Support

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

Replies 5
sbeadle
Kirk sbeadle Kirk
Kirk

Posted: ‎2023-03-20 03:07 AM

1 Like
2
1837
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • 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-03-20 03:07 AM

Opinions will vary, and the circumstances you have may be different.

But - if you can use a Calculation Point, use it. Then use Logic if it is more complex.

Client script is client-side, so might not be suitable at all.

 

Reply
Contact Support

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

du5tin
Lt. Commander du5tin
Lt. Commander

Posted: ‎2023-03-21 05:59 PM

In response to sbeadle
0 Likes
1
1823
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • 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-03-21 05:59 PM

Order of preference: calculation point, the logic program (FBD/ST/LAD). I would use these two options if you need to do anything else with the resulting true/false bit server-side like alarm redirections or history. If this is just for display on graphics you might be able to get away with script but functionality will be very limited (display only, no history,  and the script only runs when the screen is open by a user). 

 

The better (best!) place to do this sort of bit "unpacking" is in the PLC or RTU but I understand that is not always possible. 

 

If this is only a handful of points with a limited number of discrete bits to check I think using a logic program would work pretty well. Just make sure the logic program is set to run on input processed (if the scan time is 15 seconds or more) or on interval once a minute. We have done this for certain pump off controllers in O&G industry where they used packed bits in UINT registers to store the state of the machine or consolidating the machine's alarms. 

Reply
Contact Support

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

abdul-rahman
Crewman abdul-rahman
Crewman

Posted: ‎2023-03-21 11:22 PM . Last Modified: ‎2023-03-22 03:40 AM

In response to du5tin
0 Likes
0
1821
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • 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-03-21 11:22 PM . Last Modified: ‎2023-03-22 03:40 AM

i want to display the state of RTU on a Control Faceplate rapidly , and the number of RTU exceed 300 RTU , each of them have a unique Control faceplate , so which of 3 way (digital calculation point or logic diagram or script) is most fast to show the state of RTU .

Note : the RTU Send a byte of data each bit indicate a state of RTU like ( RTU closed , RTU Trip etc...) 

Reply
Contact Support

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

sbeadle
Kirk sbeadle Kirk
Kirk

Posted: ‎2023-03-22 03:59 AM

1 Like
0
1812
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • 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-03-22 03:59 AM

Seems like a calc point would be best.

Reply
Contact Support

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

AndrewScott
Admiral AndrewScott
Admiral

Posted: ‎2023-03-22 06:17 AM

2 Likes
0
1808
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • 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-03-22 06:17 AM

You've not said which protocol / driver you're using but if its the Advanced Modbus driver then you can use the Bit Offset and Number of Bits properties of Advanced Modbus Generic Digital Input Points to directly read a particular bit from a Modbus register. That way you don't need any calculation points or logic at all.

 

The help has more details, see Driver Reference > Modbus - Advanced Driver > Configuring Digital Points > Common Point Properties 

 

Some other drivers, such as Advanced OPC, also have these same features.

Driver Reference > OPC - Advanced Driver > Configuring Advanced OPC Digital Points 


Andrew Scott, R&D Principal Technologist, AVEVA
Reply
Contact Support

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