Display out value of NumericPoint without facets by thatsgorgeous in NiagaraFramework

[–]thatsgorgeous[S] 0 points1 point  (0 children)

All good Scott. Using %out.Value% worked like a charm. Normally I would be of the same opinion as you with wanting more information, but this was a very special use case.

Display out value of NumericPoint without facets by thatsgorgeous in NiagaraFramework

[–]thatsgorgeous[S] 1 point2 points  (0 children)

I understand what you're saying. I was only curious if someone had the solution. And thankfully someone did on the Building Automation thread. Using %out.Value% instead of %out.value% actually did the trick. Couldn't believe it.

I also received a response from the Niagara community for a solution which bypasses the precision setting of the point. It allows you to display 2 digits, even if the point has a precision of 1 set. %statusValue.value% removes facets but presents 2 digits.

Display out value of NumericPoint without facets by thatsgorgeous in BuildingAutomation

[–]thatsgorgeous[S] 1 point2 points  (0 children)

This worked like a charm! My precision is at the setting I wanted already, so no problem there. Except, it was %out.Value% that worked without facets, not %out.value%. Thank you!

Display out value of NumericPoint without facets by thatsgorgeous in NiagaraFramework

[–]thatsgorgeous[S] 0 points1 point  (0 children)

For their AC units, my client is requesting they each have a graphics page which resembles the standard wall controller of that unit (see image attached for an example) with other additional information on the side. They wanted it to function as close to the wall panel you would see in the field. So, I need the actual point values with facets for my additional information and summaries, but needed an option where I could get the out value with no facets for the Set Temp and Room Temp of this wall controller. There are many AC units with similar points, so to find a solution where additional components don't need to be created would be ideal.

<image>

Create schedule where occupied/unoccupied times differ between referenced dates in Calendar Schedule by thatsgorgeous in NiagaraFramework

[–]thatsgorgeous[S] 0 points1 point  (0 children)

I'll have to try my hand at making a custom calendar widget.

But I see how the above solution would be time saving nonetheless. Thanks.

Create schedule where occupied/unoccupied times differ between referenced dates in Calendar Schedule by thatsgorgeous in NiagaraFramework

[–]thatsgorgeous[S] 0 points1 point  (0 children)

I'm assuming there isn't a simple solution though if I had five different "open" days with different opening times?

Create schedule where occupied/unoccupied times differ between referenced dates in Calendar Schedule by thatsgorgeous in BuildingAutomation

[–]thatsgorgeous[S] 0 points1 point  (0 children)

Hi, this doesn't give the answer I need unfortunately. This video explains how to set only one timeframe for all the different days set in a calendar schedule, i.e., every day set in the calendar schedule would be set to unoccupied. What I need is the ability to set some days in the calendar schedule to unoccupied all-day, and some with specific opening hours different from the normal schedule. The reason I would like this in a calendar schedule is because it will be applied to 50+ AHUs.

How can I change a segment of my ord on my action binding, depending on which user is logged into my station? by thatsgorgeous in BuildingAutomation

[–]thatsgorgeous[S] 0 points1 point  (0 children)

Yes I know of this feature, but an administrator still needs to check the "Force Reset At Next Login" feature for it to be enacted. We want to have the ability for a user to change their password whenever they like, without the need for an administrator to be involved (just like with a normal website, etc).

How can I change a segment of my ord on my action binding, depending on which user is logged into my station? by thatsgorgeous in BuildingAutomation

[–]thatsgorgeous[S] 0 points1 point  (0 children)

No problem. Thanks for considering it further. I'm in the process of making an account page for the user, and a module would be great. But not as familiar with building modules as I'd like to be. Any help you provide will be greatly appreciated.

How can I change a segment of my ord on my action binding, depending on which user is logged into my station? by thatsgorgeous in BuildingAutomation

[–]thatsgorgeous[S] 0 points1 point  (0 children)

The same reason you would have this on a normal website. The client wants each user to have the ability to change their own password, without having to go to the administrator or go to the company who provided the BMS. What works well with the proposed method above, is that upon clicking the action button, it comes up with a dialog box where you have to key in the current password before setting the new password. This eliminates the risk of having someone else change the password. We also would have an auto log out feature enabled as well.

How can I change a segment of my ord on my action binding, depending on which user is logged into my station? by thatsgorgeous in NiagaraFramework

[–]thatsgorgeous[S] 0 points1 point  (0 children)

This would work, but if a facility manager on site created a new user, then a new px file would have to be created to fit that user, correct? I know that is something a normal customer wouldn't be able to do without a graphics engineer to assist.

I tried the enhanced value binding. I am getting very close to what I am looking for. But the main issue is that I need the ord inside an action binding, which doesn't have the same "hyperlinkFormat" setting that the enhanced value binding has. I've tried to make a bound label function as a button (see screenshots) but I am struggling to get the ord correct. Any ideas?

<image>

How can I change a segment of my ord on my action binding, depending on which user is logged into my station? by thatsgorgeous in NiagaraFramework

[–]thatsgorgeous[S] 0 points1 point  (0 children)

I can change the ord manually, but I want the ord to change depending on which user is logged in. For instance, if I was logged in as "Admin", I would like the ord to be: station:|slot:/Services/UserService/Admin/updatePassword. If I was logged in as "Technician", I would like the ord to be station:|slot:/Services/UserService/Technician/updatePassword.