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!

TM171 folder/parameter vissibility

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
  • TM171 folder/parameter vissibility
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
FedericoM
Commander FedericoM Commander
74
Bastian_Schmitz
Admiral Bastian_Schmitz Admiral
50
LeTomas
Lt. Commander LeTomas Lt. Commander
14
View All

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
Commander otrotabi
Commander

Posted: ‎2022-07-04 06:01 AM . Last Modified: ‎2022-07-04 06:02 AM

0 Likes
3
1081
  • 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: ‎2022-07-04 06:01 AM . Last Modified: ‎2022-07-04 06:02 AM

TM171 folder/parameter vissibility

I would like to have a way to enable access to a Status Variable bool parameter controlled by the PLC. Basically I would like to implement a "Reset" button to clear alarms which is intuituive to the user. Something like this:

 

reset.jpg

 

 

Ideally I would like this button to be available only when it means something, I know how to do it on a permanent basis.

 

From what is on the manual for TM171 on page 160 (EIO0000002032 09/2017) , I looks like this feature might be possible to implement  but I may be completely misundrestanding what is written there. If it is possible, I do not know how I can access this data.

 

 

parvisi.jpg

 

In case it is not possible, I have found that it is possible to enable a folder vissibility based on the Access Level of each parameter inside the folder. My question here is if it is safe to change UI27 to temporarily trick the PLC to showing this button and go bak to sysPWLevel = 0 afterwards. I know that EEPROM variables have a (long but) finite number of times that can be changed but I do not know abiut hese BIOS variables.

 

 

 

 

 

 

 

 

Labels
  • Labels:
  • HVAC
  • Tags:
  • english
  • HVAC.Display
  • TM171
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
FedericoM
Commander FedericoM Commander
Commander

Posted: ‎2022-07-04 07:30 AM

0 Likes
2
1072
  • 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: ‎2022-07-04 07:30 AM

Hi,

 

visibility can't be managed on the standard menu, you can force runtime sysPWLevel to 0/1 (no need to change UI27), but I don't like this solution because it is in conflict with the password management.

 

For these kind of commands: alarm reset, on/off unit...I prefer to use the Long Press in the main view of ESC and SET respectively.

 

You can manage it with a simple piece of code like:

 

IF sysKeyFunctions[1] THEN // Long Press of ESC


xAlrmRst := TRUE;


sysKeyFunctions[1] := FALSE;


END_IF;

See Answer In Context

  • Tags:
  • english
Reply
Contact Support

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

Replies 3
FedericoM
Commander FedericoM Commander
Commander

Posted: ‎2022-07-04 07:30 AM

0 Likes
2
1073
  • 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: ‎2022-07-04 07:30 AM

Hi,

 

visibility can't be managed on the standard menu, you can force runtime sysPWLevel to 0/1 (no need to change UI27), but I don't like this solution because it is in conflict with the password management.

 

For these kind of commands: alarm reset, on/off unit...I prefer to use the Long Press in the main view of ESC and SET respectively.

 

You can manage it with a simple piece of code like:

 

IF sysKeyFunctions[1] THEN // Long Press of ESC


xAlrmRst := TRUE;


sysKeyFunctions[1] := FALSE;


END_IF;

  • Tags:
  • english
Reply
Contact Support

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

otrotabi
Commander otrotabi
Commander

Posted: ‎2022-07-04 11:04 AM . Last Modified: ‎2022-07-04 12:51 PM

In response to FedericoM
0 Likes
1
1058
  • 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: ‎2022-07-04 11:04 AM . Last Modified: ‎2022-07-04 12:51 PM

Thank you for your answer. 

 

Some of the alarms are worth restricing the way they can be cleared. Particularly we had a very bad experience with an oil return control in a compressor. I would like some of the alarms to be resettable only by someone with a password.

 

I know this works, but I am wondering if there´s supposed to be any issue on the long term regarding the use of an EEPROM variable instead of a Status variable. Is there a limit on how many times an EEPROM variable can be written ?

 

IF sysKeyFunctions[1] THEN // Long Press of ESC
   IF sysPwLevel = 1 THEN
         xAlrmRst := sysWriteParBOOL(?AlrCfg_xResetneeded, TRUE); //AlrCfg_xrResetneede is an EEPOM variable which is cleard somewhere else
        sysKeyFunctions[1] := FALSE;
    END_IF;
END_IF;

 

 

How about the folders that do admit changing it´s default visibility ? Suppose I would like to hide some folders from within the project (or ussing commissioning). How do you do it ?

 

foldervisibility.jpg

 

 

  • Tags:
  • english
Reply
Contact Support

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

Bastian_Schmitz
Admiral Bastian_Schmitz Admiral
Admiral

Posted: ‎2022-07-04 10:21 PM

In response to otrotabi
0 Likes
0
1042
  • 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: ‎2022-07-04 10:21 PM

To your last question. You do not have a possibility to change the visiblity of values in menues in the User Interface. But if you configre values with the attribut invisible you can see them only in commisioning. If a folder has only invisible values (regarding to password level or the attribut invisible). Are the whole folder get invisible. 

 

If you want create configuration values which are only be available via commisioning and/or Modbus but in a got structure, use a menue and the attribut invisible.

  • Tags:
  • english
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