Twidosuite

n86ers

Member
Join Date
Sep 2015
Location
sweden
Posts
6
Hello!

Im trying to learn some programming and have some questions!
Im using Twidosuite and have downloaded a program from a TWDLMDA40DTK and now Im trying to understand the program.
The part I dont understand is how the Memory Bit work %M adn also the other stuff %MW %MD ? I have both inputs and outputs that are %M<number>.

Grateful for help!

/Andrew
 
%M is a boolean value 1 or 0 true or false.
%MW is a word value 16 bit it ranges from 0..65.535 or from −32.768 to 32.767 if value is signed. Used for storing integer values.
%MD is double 32 bit value. Can be used for storing large integer or floating point values.
Inputs in twidosoft are addresed as %Ix.x
Outputs as %QX.X
You can use %M address for coil(output) addressing, but not sure what you mean by %M input.
 
Okey thank you that solved some things :) What I meant with %M input was:

--| %M29 |--------------------------------(%Q0.5)

How do i know what %M29 is? this is on Rung 11 in my script. it can be 1 or 0 but what triggers %M29? I dont see it :/

Sorry for my questions.. totally newbie!

/Andrew
 
In programming mode in bottom right corner there is a cross ref button (spider web icon) when you click on it new section appears.
You can enter address and it shows all rungs where that address is used.
 

Similar Topics

Hi all, I tried to install Twidosuite on windows 10 but after installing i have the registration link which is not working and also i get with...
Replies
0
Views
574
Is there any guys on here that know how to use Schneider electric plc's and twidosuite. When I try to analyze my program I get an error saying...
Replies
5
Views
1,433
I just started using Twidosuite and did a backup on a PLC, just because it's old and to be able to convert the program to whatever (new) PLC there...
Replies
8
Views
2,254
Hi I'm working with twdlmda20drt twido PLC. I can work with the pid but i can't work with autotune, i read the whole instruction sheet but it...
Replies
2
Views
2,478
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,053
Back
Top Bottom