The following is a function designed for importing into the Codesys software when developing Compax3 (T30 or T40) IEC programs.
To bring this function into the Codesys environment, first download and extract the .exp file, then open your project in Codesys, and then under the Project menu, select the 'Import' utility and point to where you have the particular .exp file saved on your computer.
You can then add the particular function to your overall program as you would any other function or function block. The imported function will be listed under either 'User Defined Functions' or 'User Defined Function Blocks'.
Note - This function toggles a boolean output on/off at a fixed
time, specified in milliseconds.
Inputs: In_Time (INT) - milliseconds
Start (BOOL)
Outputs: Toggle (BOOL)
glh 10/18/12