Sign in to follow this  
Followers 0
AutomationTech13

Crimson 3.1 Variable Set Point

2 posts in this topic

From what I can find online, there is still no drop down option in Crimson 3.1 in order to enter a variable set point.  Instead, I am going to use a simple input data tag.  Now I need to be able to switch the value that the user inputs from the HMI from hours to milliseconds before it gets to the AB PLC.  I am not able to change the logic in the PLC.  The user has the option to pick between 1-8 hours before enabling the function.  Any ideas?

So somehow, I need to:

  • allow the user to enter a single digit value of 1-8
  • multiply it by 3600000
  • send it to a tag in the AB PLC

Share this post


Link to post
Share on other sites

Not sure what you mean by variable setpoint...

If you're using tags inside Crimson, go to the data tag that points to the PLC register. On the "Data" tab, look at the "Data Scaling" section. The tag can also be configured to have limits of 1-8, preventing the entry of any other values. I haven't tested this particular configuration (I don't have access to a CompactLogix PLC) but I've done scaling before so I know it can be done.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0