Table of Contents MKWare_CopyDataModule_4String VAR_INPUT VAR_OUTPUT Example of a function block Book Creator Add this page to your book Book Creator Remove this page from your book Manage book(0 page(s)) Help MKWare_CopyDataModule_4String This function block can copy 4 string 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_String1: STRING[40]; Read_String2: STRING[40]; Read_String3: STRING[40]; Read_String4: STRING[40]; END_VAR VAR_OUTPUT VAR_OUTPUT Copied_String1: STRING[40]; Copied_String2: STRING[40]; Copied_String3: STRING[40]; Copied_String4: STRING[40]; END_VAR Example of a function block