Move instruction Direct Soft32

Join Date
Nov 2008
Location
jeffersonville,indiana
Posts
5
Hey guys,
Im struggling getting used to the direct soft software. Can someone enlighten me on their move and compare instruction. I have always used Allen bradley. Simply trying to count the number of cycles with a counter and then evaluate the counter at different counts.
 
1. My site with a bit of intro to AD PLCs for someone familiar with AB

2. A move - if being done with low level instructions, would be a LD box (which brings a value into the accumulator) followed by an OUT box (which sends the accumulator value to a destination). By the way, the OUT of a number is done by typing OUT then Enter, then the '/' key to change the OUT from the bit format to the word format. Then you can enter the V register of the destination.

3. If you use the IBox instructions then MOVEW and MOVED are available as single box instructions similar to the MOV command in AB.

4. Compare - inline compares of single word values can be performed. Otherwise there are box compare instructions for the various number types. These affect the condition flags which can be used to affect the following logic.
 

Similar Topics

I want to change my vision system program using a micrologix plc. The vision system uses binary inputs, bits 0 thru 7 to determine program #. I...
Replies
15
Views
2,685
Hi All, I am using 2 MOVE instructions in Studio 5000 logic designer to move 2 different values in the same destination tag N7[190]. Two...
Replies
16
Views
4,542
Hi I'm working with twdlmda20drt and i was wondering if there is a move instruction in twidosuite cause i cant find it and i may need in the...
Replies
6
Views
2,073
Hi all I currently have a system where data is scanned into a system and in the fc is a move instruction which I move a '00' on the input and...
Replies
2
Views
1,871
Hey I'm new to rs logic 5000 I have the basics but I'm getting confused with this mvm instruction. Can anybody bum it down for pls Thanx in advance
Replies
3
Views
4,963
Back
Top Bottom