MKWare_CopyDataModule_8Bit
This function block can copy 8-bit values. The copy/reset signal should come from the “normal” or “simple” PDA FBs.
VAR_INPUT
VAR_INPUT
CopyData: BOOL; (*Start signal to copy data*)
ResetData: BOOL; (*Start signal to reset data*)
Read_Bit1: BOOL;
Read_Bit2: BOOL;
Read_Bit3: BOOL;
Read_Bit4: BOOL;
Read_Bit5: BOOL;
Read_Bit6: BOOL;
Read_Bit7: BOOL;
Read_Bit8: BOOL;
END_VAR
VAR_OUTPUT
VAR_OUTPUT
Copied_Bit1: BOOL;
Copied_Bit2: BOOL;
Copied_Bit3: BOOL;
Copied_Bit4: BOOL;
Copied_Bit5: BOOL;
Copied_Bit6: BOOL;
Copied_Bit7: BOOL;
Copied_Bit8: BOOL;
END_VAR
