Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

CR-850 CR BASIC : How to describe function ROOT IN Equation


Unilab Mar 13, 2022 10:16 PM

Hello friends, can you help me with this question please. I need to measure the wind speed with a pitot tube, and in the equation there is the ROOT function. how to describe her?

Air Veloc = Kb * SIMBOL ROOT HERE ((2*Kc*ch1)/(Ch*Dens_Air))

Kb: are a number fix 1, tehm after i need put root 

Kc: 1,0

ch1 : Are canel Ch1

CH: 0,993

Dens_air ( other equation )

We use CR-850.

Best Regards


JDavis Mar 14, 2022 10:53 PM

Raise to a fractional exponent.

 

This simple example does the square root of 4.

Public Result


BeginProg
  Scan (1,Sec,0,0)

    Result = 4^(1/2)

  NextScan
EndProg

 

Log in or register to post/reply in the forum.