News:
Home
Help
Search
Login
Register
June 11, 2026, 07:06:43 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Host Engineering Forum
»
General Category
»
DirectSOFT
»
move a constant
« previous
next »
Print
Pages: [
1
]
Author
Topic: move a constant (Read 16876 times)
ddwilson
Newbie
Posts: 1
move a constant
«
on:
January 22, 2008, 03:52:15 PM »
Is there a way to move a constant value to an address exa: v2000 to bring up a message on a display unit. RSlogix uses a the mov command. The way I am reading the help file on the commands it does not appear to work the same with this software.
Logged
franji1
Bit Weenie
Host Moderator
Hero Member
Posts: 3827
Re: move a constant
«
Reply #1 on:
January 22, 2008, 04:15:53 PM »
There is the MOVEW IBox. Or just do LD Kxxxx OUT V2000
Note that K's are in hexadecimal/BCD, so if you are doing binary/decimal, you need to know its hex equivalent (e.g. 10 decimal is KA in hex)
Logged
There are only 10 kinds of people in this world: those who know binary, and those who don't
Print
Pages: [
1
]
« previous
next »
Host Engineering Forum
»
General Category
»
DirectSOFT
»
move a constant