Sei sulla pagina 1di 2

Controller Projects

Whenever you go online using RSLogix 5000, changes made to controller are
simultaneously made to a temporary copy of the project file (.ACD). Save
makes these changes permanent. Therefore, an upload is only necessary
to obtain the latest copy of the tag data in the controller.
Both Rockwell Automation and third-party sample projects are installed with
RSLogix 5000. You can find them in the RSLogix 5000 Samples folder.
These projects demonstrate program techniques and code that you can
use to program select modules.
Avoid pointing one alias tag to another alias tag to ensure the application
maintains the appropriate references after an upload.
Avoid pointing multiple alias tags to the same base tag to ensure the
application maintains the appropriate references after an upload.
All tag names are downloaded and resident in the controller along with your
logic.
On download, if the ControlNet schedule stored in the offline RSLogix 5000
project file is old, RSLogix 5000 will retrieve the latest ControlNet
schedule from the associated RSNetWorx project file. To make an
association to an RSNetWorx project file, use the RSNetWorx tab in the
Module Properties dialog of the ControlNet scanner.
RSLogix 5000 supports moving your project from one Logix
platform/controller to another.
ACD, L5K, CSV, and L5X files are independent of which translated version of
RSLogix 5000 imports or exports the file. The software doesn't create
language-specific import/export files.
Use any translated version of RSLogix 5000 software to go online to a
controller without having to re-download.

In a safety controller, standard tags in a safety mapped relationship follow


safety restricted states. For example, a standard tag mapped to a safety
tag is read-only in a safety locked state.
Use Add-On Instructions to initialize tag values to specific values at the
beginning of each routine or program scan. Then source protect the AOI
to assure that values are correctly initialized and not overwritten
manually.
The order of members within a User-Defined Data Type affect the memory
size of the data type. Within the UDT, keep members of the same data
type together.

Potrebbero piacerti anche