Compax3 Software - T30/T40 - Convert Integer to Binary Pattern - USEFUL IEC FUNCTIONS (EXAMPLES)

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 the 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'.

Convert Integer to Binary Pattern Function Block

Note - This function converts an integer to a binary pattern.

Inputs:    Convert (BOOL)
               Integer(INT)
Outputs:
                 Bit0 (BOOL)
                 Bit1 (BOOL)
                 Bit2 (BOOL)
                 Bit3 (BOOL)
                 Bit4 (BOOL)
                 Bit5 (BOOL)
                 Bit6 (BOOL)
                 Bit7 (BOOL)

glh 10/18/12