Digital Inputs

Loci

Member
Join Date
Jul 2003
Location
Las Vegas
Posts
1
I am attempting to input an eight bit (base 2) number into a PLC for position control (single DMX channel, if you are familliar with the standard). What is a good way to input a digital number into a data register for comparison/manipulation? (Type of input AND possible ladder logic as well!) I also have to spec out the PLC (additionally need a high-speed counter). I think that I would like to go with a Mitsubishi (to match the units already onsite), but if you have a better suggestion, I'm game. Any and all suggestions would be appreciated.
 
Easy to do in any PLC, but Mitsubishi is quite flexible when it comes to stuff like this (though I still dislike Mitsubishi... ;))

With a Mitsubishi, you can 'group' up to 32 I/O bits (in multiples of 4, but the big plus is that you can start at any point!... (y)

Lets say your inputing your 8 bits to inputs X5-X14. You can reference them a K2X5. This simple means group 8 bits ("2" x 4 bits), starting at input X5. So to get your data into, let's say, a 'D' register, you can just use an instruction like "MOV K2X5 Dnnnn".

beerchug

-Eric
 

Similar Topics

I have a PLC type PM856 from ABB with some I/O modules and I get an error from the Digital Inputs model type DI801. The unit status shows error...
Replies
0
Views
260
I'm losing it...I accidentally posted this in a existing thread thinking I was starting a new thread. Time to put me out to pasture. Instead of...
Replies
6
Views
1,206
So I am new to the plc scene, and I am working on a machine that gets a fault, to which I think it is a overtorque fault. I did some research on...
Replies
7
Views
1,959
Most PLCs are 24v for digital logic, will a Digital input card detect a 12v (automotive) signal as a 1 Looking to do some work on a...
Replies
11
Views
4,282
Hello, Currently I am controlling the Powerflex 700H via Ethernet and everything is working well. The client is wanting Auto/Manual function...
Replies
3
Views
1,833
Back
Top Bottom