C Control The I Unit-M Advanced 5 Vdc Inputs / outputs 16 x digital I/Os / 8 x analogue or digital I/Os Program memory 2 198805 Datenbogen

Produktcode
198805
Seite von 42
2) The exponent must have two digits:                                                   0.234E03 (not: E3)  
3) After the decimal point one digit has to follow as a minimum            1234.0      (not:1234.)  
4)The total entered number of characters (inclusive E , minus and decimal point) must be 15 characters 
maximum. 
 
 
 
 
 
Examples of valid inputs 
 
0.0000000000001 
1.1234567891234 
123456789123456 
123.12345678912  
3456.7891234E09 
-12345678.1E-12 
12.3E12 
-1234.56789E-01 
The input is terminated when pressing the Button "E" (do not confuse with 
pressind F1 for character E ). Pressing the key "C" will clear all digits. A 
single digit clear is not possible. 
 
 
 
 
 
 
 
 
Review the example 8_GET_FPVALUE.BAS  
 
Caution: 
This function uses the RS232 serial interface buffer. To use this Function it must be ensured that no 
characters are received while this function is running. 
------------------------------------------------------------------------------------------------ 
PUTFLOAT(MyFloat)         Moving Float Values to the Flash Memory (equals to PRINT# ) 
Use this function to save float values to non volatile FALSH memory. A flaoting point value will occupy 4 
bytes of memory space. 
------------------------------------------------------------------------------------------------ 
GETFLOAT()    Read Float values from Flash memory(equals to INPUT#)  
The variable RESULT1will contain the value red from Flash after call. 
 
Review the sample 7_FP_DATASAVE.BAS  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41