aaronezra

omron-MOVD

2 posts in this topic

Hi, i'm on a project to convert a cx programmer program to keyence (kv studio). The MOVD instruction in omron performs the instruction in hex format whereas the keyence, it is converted into binary and then it is performed, hence the result i'm getting is different. any help on this?

Share this post


Link to post
Share on other sites

Omron's MOVD will move a Digit (Nibble) or 4 bits of data. Take a look at the PMOV instruction in the Keyence. I think you can get the same result using the PMOV(.U). If you need to operate in Hex in the Keyence, then precede your data with "H". (Example:  H00FF)

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