Telemecanique TWIDO help

iknowsomeplc

Member
Join Date
Apr 2002
Location
USA
Posts
199
I am using Twido TWDLMDA40DUK in my application. I am confortable writing ladder logic in RSLogix500 and now trying to convert same logic in Twidosoft. I could not find instructions same like MOV ( Moving register values form one register to another ) , GEQ ( One register value Greater than or equal to another register value ), AND ( Bitwise AND one register value with another register value ). Anybod know , which instruction to use in Twidosoft?
 
To copy/move information into a register use the ":=" assignment command in an operate block.
Move register 10 to register 30 -> [%MW30:=%MW10]
Move third register of table 10, to register 30 -> [%MW30:=%MW10:3]

For greater than or equal to use the ">=" comparison command.
[%MW25>=50]

For logical AND use the ":=" assignment command with the AND modifier ->[%MW35:=%MW6 AND %QW1]
 

Similar Topics

Dear friends i Need pin out diagram of cable TSX PCX 1031 for Twido PLC.
Replies
2
Views
5,226
Hi, i'm working on an already written plc program using twido that controls speed of a drive through an hmi (magelis). unfortunately, no...
Replies
6
Views
3,201
Hello all, I need to get a couple of Telemecanique Twido PLCs talking to each other. I need to send no more than 64 bits between each PLC. After...
Replies
3
Views
6,088
Do any one of you have experience in TWIDO PLC on a burner management system application or any critical application like BMS ? I am looking of...
Replies
16
Views
6,346
hello everybody!!!!!! how can I write a comparison for a counter on twido telemecanique plc my counter is the c0 , I try to turn on the internal...
Replies
2
Views
3,913
Back
Top Bottom