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.
How do I setup the High speed counter to read up to 65535 counts instead of 32767 counts.
[ C252 k65535 ]
[ MOV C252 D30 ] then try [ DMOV C252 D30 ] Cannot write to Plc.