Transferring data from table to table in Moscad

A

Thread Starter

Anonymous

Hi,

Could someone tell me how to write a ladder logic for transferring value from multiple table to single table?

In Moscad RTU the multiple table doesn't allow me to create a column to enter text. I need to create tag names which will correspond to each value. The only way is to create another single table.

Please help how to use the move function or ladder logic to achieve above task.
 
W

Willie Fenderson

Hi,

To copy data from Multiple column to single column table is easy. Use move cmd as shown below:

MultIntgr,0
(move)
SinglIntgr

Multiple column integer needs to have column name and Index (row number) after comma.
 
Top