File 7, the Integer file, is structured just like the B3 binary file, except the data is integer data.
An integer may have a value of -32768 up to 32767.
Just as with the Binary file, we can change the Radix to view the data in its binary form.
As part of the ladder program, we can use the individual bits of an integer word from the N7 file just like we would use a binary data bit from the B3 file.
F8 is the floating-point data file.
Floating-point data cannot be shown in any other manner than floating-point, or real number notation.
Floating-point numbers greater than 9,999,999 are shown in scientific notation.
To add another data file, right-click on the Data Files folder in the project tree and select New.
Change the file number to 20, then select Integer as the file type from the drop-down menu.
Give the file a name, update the number of elements, and select OK.
You can see the newly-created N2...
In Offline mode, we are not connected to a PLC or simulator, and the program file is available for program changes without consideration of how the changes would affect an operating program.
Changes made in Offline mode will need to be downloaded to the PLC processor before they can be executed ...