Mitsubishi Electric CR750-Q Instruction Manual page 428

Cr750/cr751/cr760 series
Hide thumbs Also See for CR750-Q:
Table of Contents

Advertisement

4MELFA-BASIC V
Cvd
[Function]
Converts the character codes of the first eight characters of a string into a double precision real number.
[Format]
<Numeric Variable>=Cvd(<Character String Expression>)
[Reference Program]
1 M1=Cvd("FFFFFFFF")
[Explanation]
(1) Converts the character codes of the first eight characters of a string into a double precision real number.
(2) An error will be generated if the string consists of seven character or less.
(3) Mkd$ can be used to convert numerical values into a string.
[Reference]
Asc, Cvi, Cvs, Mki$, Mks$,
Deg
[Function]
Converts the unit of angle measurement from radians (rad) into degrees (deg).
[Format]
<Numeric Variable>=Deg(<Equation>)
[Reference Program]
1 P1=P_Curr
2 If Deg(P1.C) < 170 Or Deg(P1.C) > -150 Then *NOErr
3 Error 9100
4 *NOErr
[Explanation]
(1) Converts the radian value of an equation into degree value.
(2) When the posture angles of the position data are to be displayed using positional constants, the unit
used for ((500, 0, 600, 180, 0, 180) (7, 0)) is Deg. As in the case of P1.C, the unit used will be in radians
(rad) when the rotational element of the positional variable is to be referenced directly. Value of P1.C
can be handled in Deg. In such case, set parameter "PRGMDeg" to 1.
[Reference]
Rad
4-408 Detailed Explanation of Functions
' +3.52954E+30 is assigned to M1.
Mkd$

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Cr750Cr751-qCr751-dCr760-dCr760-qCr750-d

Table of Contents