Sign in to follow this  
Followers 0
Daine

CJ2M

7 posts in this topic

In My program, I need to increase my temperature by 1.5°C/min over a period of 30 minutes. I have tried to insert the 1.5 from my HMI but I am not very successful. Please can I get some assistance with this?

Share this post


Link to post
Share on other sites
Do you enter this as a REAL in the HMI ( 2 words ) ex D10 and D11 ? If it is the same program you posted a month ago you where mixing REAL and INT. Banker

Share this post


Link to post
Share on other sites
It is on the same program. I have one register on the HMI for the value input. It is D120

Share this post


Link to post
Share on other sites
I am a bit confused about the REAL and INT you are talking about.

Share this post


Link to post
Share on other sites
There are different data types you can use in the PLC and HMI(refer to CX-Programmer help) INT : whole number , like 15 REAL :floating point number ,like 1.5
1 person likes this

Share this post


Link to post
Share on other sites
Post your PLC & HMI files (or snippets if you are worried about people copying your code... ) The other option is screen shots Also, highlight the sections required.

Share this post


Link to post
Share on other sites
Not forgetting, that REAL datatypes consist of 2x consecutive integer locations (32bits). A lot of newbies are not aware of this.

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