Jump to content

Logaritmic formula


Recommended Posts

Hello,

 

I'd like to have a formula math function with a logaritmic scale.

The formula is

P=10^(U-5,5)

U is a analog input 0-10Vdc

P is a pressure calculated by the Jazz PLC

 

My question how to program this formula in the U90 Software?

 

Greetz

Link to comment
Share on other sites

The Jazz controllers unfortunately cannot support complicated math functions. They are limited to basic calculations that use 16 bit MI values that can work with values from -32768 to +32767. It would not be possible to calculate such large values within the Jazz controller using logarithmic operations.

 

If possible I would recommend utilizing one of our Vision Series controllers, such as the V120. This will allow the use of the more powerful software that can work with 32 bit numbers as well as more complicated formulas.

Link to comment
Share on other sites

  • MVP 2023

If you're feeling really brave, look up the Taylor series for an exponential calculation, write a long program calculating sums and squares, and work with virtual decimal points.  There is one 32 bit register you can use with special functions.  I did this years ago to calculate cosines in an M90 before the V120 existed. 

 

As Alex points out, you are limited by the valued a 16 bit signed integer can hold.  You'll have to run some sample calculations to see if it's even possible.

 

The Jazz wall strikes again.  The easiest thing to do is buy a V130.

 

Joe T.

  • Upvote 1
Link to comment
Share on other sites

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.   Paste as plain text instead

  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...