Modicon TSX Micro %I/Q mapping

STL???

Member
Join Date
Sep 2005
Location
UK
Posts
879
Hi,
Is it possible to move %I or %Q values to memory more than a bit at a time?

%I1.0 %MW50:X0

---| |------------------------------------------------------( )




I've tried using the Operate instruction with the following code:

%MW50:15:= %i1.0:15

to move %I1.0 to 1.15 to %MW50,But i get a incompatable data type error?

Can it be done 16 bits at a time? Either in LAD,ST,IL

Hopefully someone can shed some light on this?

Thanks
Steve
 
Maybe some use in the future:

To move %I1.0 -> %I1.15 to %MW50:X0 ->X15

Operate block Syntax:
%MW50:=%I1.0:16
 

Similar Topics

After updating a panel, I inherited another PLC for my "learning lab". It's a Modicon TSX Micro. I've not worked with a Modicon PLC yet, so I...
Replies
1
Views
134
Pure mind boggled at this one, can’t seem to figure it out. NO contact with - %M130(%MW11) How is this possible? Is the %MW11 0 it’s logic 0, 1...
Replies
5
Views
1,533
Hi All, i have PLC Modicon TSX 3722 Micro i need to know where should i put the socket of programming cable on Ter or Aux port. and i see the file...
Replies
0
Views
1,626
Is it possible to send and receive data with a custom protocol communication for reading inputs and setting outputs? for example via TER...
Replies
0
Views
1,360
Dears, I am trying to communicate with modicon TSX3721001 using TSXcUSB485 cable i purchased the cable from a local Schneider distributor and...
Replies
7
Views
6,883
Back
Top Bottom