Sz

GX WORKS 3 BEGINNER

2 posts in this topic

CAN I DIVIDE OR MULTIPLY WITH A DECIMAL CONSTANT?

Edited by Sz

Share this post


Link to post
Share on other sites

@Sz if do you mean floating point type it could. It is depend on which CPU model do you use.

For FX Series

DEMUL for x, DEDIV for /

For Q Series

E* for x, E/ for /

for floating point constant start with E

example

 D100 / 12.5  Collect to D120    ->       [DEDIV D100 E12.5 D120] (For FX)  or    [E/ D100 E12.5 D120] (For Q)

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