0:00
In the world of parameter logic controllers
or PLCs, variables are a critical component
0:09
of any program. They allow for storage and manipulation
of data and are essential for creating complex
0:15
programs that can perform a variety of tasks. In this video we will
take a closer look at variables in the LS Electric XGB PLC memory
0:24
and discuss their scope or the area of
the program in which they can be accessed
0:30
What are variables? Before diving into the specifics
of the LS Electric XGB PLC variables, let's briefly
0:37
discuss what the variables are. Variables are essentially
placeholders for data that is used within your program
0:44
They can store various data types including
integers, floating point numbers, strings, etc
0:51
Variables can be manipulated using various programming constructs,
such as mathematical operations, string, or comparisons
0:59
Typically variables are declared before you
start to program the PLC, but they can be
1:03
declared any time. Let's get started. Detailed information
contained in this video can be found at accautomation.ca, a link has
1:12
been put in the description below. If you have not watched the
other videos yet, there will be links in the description below
1:17
that will start you with video 1. There will be
links to the rest of the videos in the series as well
1:25
XGB Memory The LS Electric XGB PLC
memory is backed up by non-vital RAM
1:34
Variables like the Real Time Clock or RTC can
maintain its settings for 6 months without
1:39
a battery. PLC Memory Mapping The PLC memory
can be defined in three major sections
1:50
Memory Area for User Programming The programmer controls
this area for any use in the application programming
2:01
Memory Area for PLC I.O. This area is
designated for the physical I.O. of the PLC
2:09
Memory Area for the PLC Flag Registers This area is
updated by the PLC to show the current system status
2:17
You can reference these registers in the programming. The
total XGB memory can be summarized in the following table
2:28
This can be shown in the
following block diagram of the XGB
2:33
The PLC has 384 kilobytes for your program
and parameter area. XGB Memory Retentive Areas
2:46
The following table shows the XGB PLC's memory retentive areas. Memory
retention is used when you want to start and stop the PLC without losing a bit
2:54
or word status. Initialization of Data According to Restart
Mode There are three variables related to restart mode
3:02
Default, Initialization, and Retain variable. The initialization method
for each variable in case of executing restart mode is as follows
3:15
Operation of Data Retain Area The method
of deleting the retain area is as follows
3:22
Reset through the XG5000, which is the overall reset.
Execute clear memory through XG5000 at stop mode
3:30
Writing by program, initialization program recommended.
Writing zero, fill, etc. at XG5000 monitor mode
3:42
Refer to the following table for holding retain
data area or reset clear operation according
3:46
to the PLC operation. Initialization of Data If the PLC becomes
clear memory status, the memory of all devices is deleted as zero
4:01
When you want to specify the initial value,
use the initialization task at the CPU module
4:06
There are two types of built-in memory. One is program memory to
save programs made by the user for the user to construct the system
4:14
Another is the data memory device area saving data during
operation. Indirect Addressing or Pointers in the XGB
4:26
Indirect addressing or pointers can
be done in the XGB PLC using arrays
4:30
We will be discussing this in future posts.
Variable Scope in the LS Electric XGB PLC
4:41
In the XGB PLC, variables are used extensively throughout the program. They can
be declared using various data types including integers, floating point numbers
4:49
and strings. One important concept to understand when
working with the LS Electric XGB PLC variables is scope
4:58
Scope refers to the area of the program
in which the variable can be accessed
5:03
Variables can be either local or global in scope. System Variables The
scope of variables is easier to see in the project navigation window
5:16
System variables can be seen by any item
in this window. Global Direct Variable
5:23
Global variables can be used by anything
under the device. In this case, the LS PLC
5:30
The variables cannot be seen outside of this area. Local Variables
Local variables can only be accessed with a specific scope
5:40
In this case, the program for the EZ Transfer
line can only access these variables
5:49
Variables are a critical component of any
PLC program and the LS Electric XGB PLC is
5:53
no exception. Understanding the basics of variable
declaration and scope allows you to create more complex
6:00
and powerful programs to control various industrial systems. Whether you are
a seasoned PLC programmer or just getting started, understanding variables
6:08
is essential for success. If you enjoyed
this video please hit the like button below
6:15
If you have any questions about the video please
leave a comment below and I'll do my best to answer it
6:20
If you want more information about us or your want to earn ebooks on numbering systems
or robust data logging please click on the link in the description below to get it
6:27
A new video is put out every Monday, so make
sure you hit the subscribe button to get more
6:31
videos like this in the future. Remember to click the bell
beside your subscription to actually receive those notifications
6:38
Thanks so much for watching, I'll
see you next time. Stay safe