Jump to content

Recommended Posts

Posted

Any way we can record min and max alarm values in description of HMI alarm display  

For example Below alarm "SF141, MC1 Media pressure too Low" set point is min set point is 250 PSI but how much values we can show here? We have 5 seconds delay time before trigger the alarm. 

 

Snag_13e2e578.png

Posted (edited)

You can embed values in NB HMI events. The catch here is that the value must be in the LW memory - you can set up a transfer object on the screen to transfer the values automatically.

The syntax is %NNfxd

% - required to initiate a value

NN - LW register number

fx - number of decimal places (f3 would be 123.456)

d - required terminator

If you used %14f2d  this would display the value of LW14, with 2 decimal places.

Edited by photovoltaic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...