Mitsubishi PLC Data Types & Utilization Specifications

8 Simple PLC data types are available – indicating the format at which PLC data is being stored. Bits are bi-state information (Binary information. Words are 16Bits. Double-Words are 32Bits. These are generally the sizes of these data types.

Words and double-words are generally used to stores integer values, whereas Float data types are used for the storage of Real values. Strings stores ASCII characters and Time stores values in units of time.