Could somebody let me know how to copy the input data from a 5069-IB16 to an integer within a single instruction like a “MOV” or a “COP” (in ladder diagram please).
I can do it bit by bit like this:
Local:6:I.Pt00.Data ---[]-------------{}---DI_01.0 (DI_01 is an INT)
Local:6:I.Pt01.Data ---[]-------------{}---DI_01.1
Local:6:I.Pt02.Data ---[]-------------{}---DI_01.2
.
.
.
Local:6:I.Pt15.Data ---[]-------------{}---DI_01.15
But this is not efficient
Thank you, very much