BACKGROUND
1. Technical Field
[0001] The present invention relates to a method of automatically setting a protocol of
a Programmable Logic Controller (PLC) system.
2. Description of the Related Art
[0002] A server-client system refers to a network architecture consisting of clients and
a server that is frequently used in device-to-device communication. In the server-client
system, the server performs a function of providing a service and the clients perform
a function of consuming a service provided by the server. The clients and the server
communicate with one another in such a manner that the clients send requests for a
service to the server and the server sends responses to the requests from the clients.
[0003] The server may communicate with one client or a plurality of clients. The server
supports a single protocol, and one client or a plurality of clients using the protocol
supported by the server may access the server.
[0004] The clients transmit request frames to the server and the server transmits response
frames in response to the request frames from the clients. Hereinafter, a communication
process between a server and clients will be described with reference to FIGS. 1 and
2.
[0005] In the example shown in FIG. 1, a server and a client communicate with each other.
A server 11 supports a single protocol, and a client 12 using the protocol supported
by the server 11 accesses the server 11. For example, the server 11 of FIG. 1 may
support a protocol A, and the client 12 using the protocol A supported by the server
11 may access the server 11.
[0006] The client 12 and the server 11 communicate with each other in such a manner that
the client 12 transmits a request frame for a service to the server 11 and the server
11 analyzes the request frame received from the client 12 and transmits a response
frame to the client 12. The request frame includes a service such as a data read/write
request or a specific service control.
[0007] Now, reference is made to FIG. 2 showing an example in which a server communicates
with N clients. The server 21 supports a single protocol, and a plurality of clients
22a, 22b, and 22c using the protocol supported by the server 21 access the server
21.
[0008] For example, the server 21 of FIG. 2 may support a protocol A, and a first client
22a, a second client 22b, and a third client 22c using the protocol A supported by
the server 21 may access the server 21. If the server 21 supports a protocol B instead
of the protocol A, the clients using the protocol B may access the server 21.
[0009] At least one of the first client 22a, the second client 22b, and the third client
22c transmits a request frame for a service to the server 21, and the server 21 analyzes
the request frame received from the at least one client, e.g., the first client 22a
and transmits a response frame in response to the request frame to the client 22a.
The request frame includes a service such as a data read/write request or a specific
service control.
[0010] However, in FIGS. 1 and 2, the server supports only a single protocol, and thus only
clients using the protocol supported by the server can access the server. When the
server-client system attempts to communicate with a client that uses a protocol other
than those supported by the server, an additional server for the protocol is required.
[0011] For example, in the server-client system shown in FIG. 3A, a first server 31a may
support a protocol A, and a first client 32a using the protocol A may access the first
server 31 a. However, the first server 31a does not support a protocol B, and thus
a second client 32b using the protocol B cannot access the first server 31a. Therefore,
if the server-client system including the server that supports only a single protocol,
i.e., the protocol A, attempts to communicate with a second client 32b, a second server
31b that supports the protocol B is additionally required, as shown in FIG. 3B.
[0012] If the server-client system includes a server that supports a plurality of protocols,
the server has to set a protocol to be used by a client before communicating with
the client. Hereinafter, a process in which a server supporting a plurality of protocols
sets a protocol will be described with reference to FIG. 4.
[0013] For example, as shown in FIG. 4, when a server 41 supports a plurality of protocols
such as a protocol A, a protocol B, a protocol C, and a protocol D, the server 41
has to perform a protocol presetting process of setting the protocol C as the communication
protocol before communicating with a client 42 using the protocol C. The protocol
presetting process is performed by a manager who previously identifies the protocol
C as the communication protocol with the client 42 and inputs the protocol C to the
server 41. Only after the presetting process of the protocol C is complete, the server
41 may communicate with the client 42 using the protocol C.
[0014] As described above, in the related art, even if a server supporting a plurality of
protocols is employed, it is still required to perform presetting processes of different
protocols for different clients. Further, the server can support only one protocol
after setting of a protocol is completed and until another protocol is reset.
SUMMARY
[0015] It is an aspect of the present invention to provide a method of automatically setting
a protocol of a PLC system that can eliminate conventional protocol presetting, as
a server automatically analyzes a request frame from a client based on a protocol
stack.
[0016] It is another aspect of the present invention to provide a method of automatically
setting a protocol of a PLC system in which a protocol stack is implemented in software
on the server to allow a server to support a variety of protocols, without any additional
hardware device. As a result, system construction cost can be reduced.
[0017] It is another aspect of the present invention to provide a method of automatically
setting a protocol of a PLC system by which one server can communicate with a plurality
of clients using different protocols such that no additional server for clients using
different protocols is required.
[0018] The present invention is not limited to the above aspects and other aspects of the
present invention will be clearly understood by those skilled in the art from the
following description.
[0019] In accordance with one aspect of the present invention, a method of automatically
setting a protocol, performed in a server communicating with clients in a Programmable
Logic Controller (PLC) system, the method comprising: receiving a request frame from
a client; analyzing a protocol of the request frame based on a protocol stack to determine
a response frame for the request frame according to an analysis result; and transmitting
the response frame to the client.
[0020] The detailed matters of the embodiments will be included in the detailed description
and the accompanying drawings.
[0021] Advantages and/or characteristics of the present invention and a method of attaining
them will become more readily apparent from the detailed description given hereinafter
together with the attached drawings. However, the present invention is not limited
to the following exemplary embodiments but will be implemented with various forms,
the present exemplary embodiments enable to completely disclose the present invention
and are provided to completely know the scope of the invention to those skilled in
the art, and the present invention is defined by the scope of claims. Like reference
numerals designate like elements throughout the specification.
(Advantages)
[0022] According to the present invention, as a server automatically analyzes a request
frame of a client based on a protocol stack, conventional protocol presetting can
be eliminated.
[0023] Further, according to the present invention, a server can support various protocols
by implementing a protocol stack in software on a server, and thus no additional hardware
device is required. Accordingly, a system construction cost can be reduced.
[0024] Further, according to the present invention, one server can communicated with a plurality
of clients using different protocols, such that no additional server for clients using
different protocols is required.
BRIEF DESCRIPTION OF DRAWINGS
[0025]
FIG. 1 is a block diagram illustrating a one-to-one communication structure of a server
and a client.
FIG. 2 is a block diagram illustrating a one-to-N communication structure of a server
and a plurality of clients.
FIG. 3 is a block diagram illustrating a one-to-N communication structure of a server
and a plurality of clients using different protocols.
FIG. 4 is a block diagram illustrating a protocol presetting process.
FIG. 5 is a block diagram illustrating an internal structure of a protocol automatic
setting server according to an exemplary embodiment of the present invention.
FIG. 6 is a diagram illustrating a process of analyzing a request frame.
FIG. 7 is a flowchart illustrating a method of automatically setting a protocol according
to an exemplary embodiment of the present invention.
FIG. 8 is a block diagram illustrating an internal structure of a protocol automatic
setting server according to another exemplary embodiment of the present invention.
FIG. 9 is a flowchart illustrating a method of automatically setting a protocol according
to another exemplary embodiment of the present invention.
DETAILED DESCRIPTION
[0026] Hereinafter, exemplary embodiments of the present invention will be described in
detail with reference to the accompanying drawings.
[0027] As used herein, the term "protocol stack" refers to a memory area in which a plurality
of protocols are stored. It is to be noted that a protocol may be stored on another
only in one direction. For example, when a protocol A, a protocol B, and a protocol
C are stored in this order, the protocol A is stored, then the protocol B is stored
at an upper level of the protocol A, and the protocol C is stored at an upper level
of the protocol B.
[0028] Likewise, the protocols may be read only in one direction. For example, when the
protocol A is stored, the protocol B is stored at an upper level of the protocol A,
and the protocol C is stored at an upper level of the protocol B, the protocol C is
read first, the protocol B is read second, and the protocol A is finally read.
[0029] As used herein, the term "stack register" refers to a register corresponding to the
memory area at the highest level of a protocol stack. For example, when the protocol
A is stored, the protocol B is stored at an upper level of the protocol A, and the
protocol C is stored at an upper level of the protocol B, the stack register refers
to the memory area in which the protocol C is stored. When the protocol C is read
out from the stack register, the memory area in which the protocol B is stored becomes
the stack register.
[0030] FIG. 5 is a block diagram illustrating an internal structure of a protocol automatic
setting server according to an exemplary embodiment of the present invention.
[0031] Referring to FIG. 5, a protocol automatic setting server 100 includes a receiving
unit 110, a protocol analysis unit 120, and a transmitting unit 130.
[0032] The receiving unit 110 receives a request frame from a client and provides the request
frame to the protocol analysis unit 120.
[0033] The protocol analysis unit 120 includes a protocol stack 121. At the protocol stack
121, a plurality of protocols is stored.
[0034] The protocol analysis unit 120 analyzes a protocol of the request frame received
from the receiving unit 110 based on the protocol stored at the protocol stack 121
and provides a response frame corresponding to the request frame to the transmitting
unit 130 according to an analysis result. Hereinafter, an execution process of the
protocol analysis unit 120 will be described with reference to FIG. 6.
[0035] At the protocol stack 121, a plurality of protocols may be stored in specific order.
[0036] In an exemplary embodiment, at the protocol stack 121, protocols may be stored in
order of protocols most frequently used by a client. For example, when a protocol
A, a protocol B, and a protocol C are most frequently used in the above order by a
client, at the protocol stack 121, the protocol C may be stored, at an upper level
of the protocol C, the protocol B may be stored, and at an upper level of the protocol
B, the protocol A may be stored.
[0037] As shown in FIG. 6A, the protocol analysis unit 120 reads the protocol A stored at
a memory area in which a stack register indicates at the protocol stack 121 and determines
whether the protocol A coincides with a protocol of a request frame. In this case,
while reading the protocol A at the protocol stack 121, the stack register indicates
a memory area at which the protocol B is stored, as shown in FIG. 6B.
[0038] If the protocol A read at the protocol stack 121 coincides with a protocol of a request
frame, the protocol analysis unit 120 provides a response frame corresponding to the
request frame to the transmitting unit 130 using the protocol A.
[0039] If the protocol A read at the protocol stack 121 does not coincide with a protocol
of a request frame, the protocol analysis unit 120 reads the protocol B stored at
a memory area in which the stack register indicates and determines whether the protocol
B coincides with the protocol of the request frame, as shown in FIG. 6B. In this case,
while reading the protocol B at the protocol stack 121, the stack register indicates
a memory area at which the protocol C is stored, as shown in FIG. 6C.
[0040] If the protocol B read at the protocol stack 121 coincides with the protocol of the
request frame, the protocol analysis unit 120 provides a response frame corresponding
to the request frame to the transmitting unit 130 using the protocol B.
[0041] If the protocol B read at the protocol stack 121 does not coincide with the protocol
of the request frame, the protocol analysis unit 120 reads the protocol C stored at
a memory area in which the stack register indicates and determines whether the protocol
C coincides with the protocol of the request frame, as shown in FIG. 6C. In this case,
while the protocol C is read at the protocol stack 121, the protocol analysis unit
120 indicates a most final portion of the protocol stack 121, as shown in FIG. 6D.
[0042] If the protocol C read at the protocol stack 121 coincides with the protocol of the
request frame, the protocol analysis unit 120 provides a response frame to the transmitting
unit 130 using the protocol C.
[0043] If the protocol C read at the protocol stack 121 does not coincide with the protocol
of the request frame, it means that a stored protocol does not exist at the protocol
stack 121 and thus the protocol analysis unit 120 deletes a corresponding request
frame. Accordingly, when the transmitting unit 130 receives a response frame corresponding
to the request frame from the protocol analysis unit 120, the transmitting unit 130
provides the response frame to a client.
[0044] FIG. 7 is a flowchart illustrating a method of automatically setting a protocol according
to an exemplary embodiment of the present invention.
[0045] Referring to FIG. 7, the protocol automatic setting server 100 receives a request
frame from a client (S710). The protocol automatic setting server 100 reads a protocol
stored at a memory area in which a stack register indicates at a protocol stack (S720).
The protocol automatic setting server 100 determines whether the protocol read at
the protocol stack coincides with a protocol of a request frame (S730).
[0046] If the protocol read at the protocol stack coincides with a protocol of a request
frame, the protocol automatic setting server 100 transmits a response frame corresponding
to the request frame to the client using a corresponding protocol (S740).
[0047] If the protocol read at the protocol stack does not coincide with a protocol of a
request frame, the protocol automatic setting server 100 determines whether a protocol
exists at the protocol stack using a stack register (S750). If a protocol does not
exist at the protocol stack using a stack register, the protocol automatic setting
server 100 deletes the request frame (S760).
[0048] If a protocol exists at the protocol stack using a stack register, the process returns
to step S720 and the protocol automatic setting server 100 repeatedly executes the
process.
[0049] FIG. 8 is a block diagram illustrating an internal structure of a protocol automatic
setting server according to another exemplary embodiment of the present invention.
In a configuration or operation of another exemplary embodiment of a protocol automatic
setting server described with reference to FIG. 8, a configuration or operation identical
to or corresponding to that described with reference to FIG. 6 is omitted, but another
exemplary embodiment of FIG. 8 will be fully understood by a person of ordinary skill
in the art from the configuration or operation.
[0050] Referring to FIG. 8, the protocol automatic setting server 100 may further include
a protocol management unit 140 and an alarm providing unit 150, and the protocol management
unit 140 may further include a protocol DB 141.
[0051] The protocol management unit 140 manages a protocol of a request frame that is not
processed because a protocol corresponding to the request frame does not exist at
the protocol stack 121 among request frames received from a client. For this reason,
when a protocol corresponding to the request frame does not exist at the protocol
stack 121, the protocol analysis unit 120 may provide alarm notifying that a request
frame in which a protocol does not exist is received to a user through the alarm providing
unit 150 and provide a protocol of a corresponding request frame to the protocol management
unit 140.
[0052] When a protocol corresponding to the request frame is received from the protocol
analysis unit 120, the protocol management unit 140 stores the received protocol at
the protocol DB 141. In this case, if a protocol received from the protocol analysis
unit 120, i.e., a protocol corresponding to the request frame does not exist at the
protocol DB 141, the protocol management unit 140 adds the protocol to the protocol
DB 141, and if a protocol received from the protocol analysis unit 120, i.e., a protocol
corresponding to the request frame exists at the protocol DB 141, the protocol management
unit 140 increases the request number of the previously stored protocol.
[0053] In this way, the reason why the protocol management unit 140 increases the request
number of a protocol corresponding to the request frame is to suggest installation
of a protocol that does not exist, but that has the many request number to a user
by managing a request status on a protocol basis.
[0054] For this reason, if the request number of a protocol stored at the protocol DB 141
is larger than the specific number, the protocol management unit 140 may provide alarm
notifying a request status of a corresponding protocol to the user through the alarm
providing unit 150.
[0055] Therefore, by adjusting a source code of a protocol stack implemented in software
to support a corresponding protocol, without any additional hardware device, a user
can enable the protocol stack to support a corresponding protocol.
[0056] FIG. 9 is a flowchart illustrating a method of automatically setting a protocol according
to another exemplary embodiment of the present invention.
[0057] Referring to FIG. 9, when a protocol automatic setting server 100 receives a request
frame from a client, the protocol automatic setting server 100 reads a protocol stored
at a memory area in which a stack register indicates at a protocol stack (S910) and
determines whether the protocol read at the protocol stack coincides with a protocol
corresponding to the request frame (S920).
[0058] If the protocol read at the protocol stack coincides with a protocol corresponding
to the request frame, the protocol automatic setting server 100 transmits a response
frame corresponding to the request frame to a client using the corresponding protocol
(S921). If the protocol read at the protocol stack does not coincide with a protocol
corresponding to the request frame, the protocol automatic setting server 100 determines
whether the protocol corresponding to the request frame exists at a protocol DB (S930).
[0059] If the protocol corresponding to the request frame does not exist at a protocol DB,
the protocol automatic setting server 100 stores the protocol corresponding to the
request frame at the protocol DB (S931).
[0060] If the protocol corresponding to the request frame exists at a protocol DB, the protocol
automatic setting server 100 increases the request number of a protocol previously
stored at the protocol DB, i.e., the protocol corresponding to the request frame (S940).
In this way, the reason why the protocol automatic setting server 100 increases the
request number of a previously stored protocol, i.e., a protocol corresponding to
the request frame is to suggest installation of a protocol that does not exist but
that has the many request number by managing a request status on a protocol basis
to a user.
[0061] The protocol automatic setting server 100 determines whether the request number of
a protocol stored at the protocol DB is larger than the specific number (S950).
[0062] If the request number of a protocol stored at the protocol DB is larger than the
specific number, the protocol automatic setting server 100 may provide alarm notifying
a request status of a corresponding protocol to a user (S960).
[0063] Therefore, by adjusting a source code of a protocol stack implemented in software
to support a corresponding protocol, the user can enable the protocol stack to support
the corresponding protocol without any additional hardware device.
[0064] According to the present invention, a protocol stack is implemented in software on
a server to allow a server to support various protocols, such that no additional hardware
device is required. Accordingly, system construction cost can be reduced. Further,
according to the present invention, one server can communicate with a plurality of
clients using different protocols, and thus no additional servers for supporting different
protocols are required.
[0065] Thus far, although specific exemplary embodiments of the present disclosure have
been described, various modifications may be made without departing from the scope
of the present disclosure. Accordingly, the scope of the present disclosure is not
construed as being limited to the above-described exemplary embodiments, but is defined
by the following claims as well as equivalents thereof.
[0066] Although the present disclosure has been described with reference to the exemplary
embodiments and the accompanying drawings, it is not limited to the above-described
exemplary embodiments, but may be variously modified and altered from the above description
by those skilled in the art. Therefore, the scope and spirit of the present disclosure
should be defined only by the following claims, and all of the equivalences and equivalent
modifications of the claims should be intended to fall within the scope and spirit
of the present disclosure.
1. A method of automatically setting a protocol, performed in a server communicating
with clients in a Programmable Logic Controller (PLC) system, the method comprising:
receiving a request frame from a client (S710);
analyzing a protocol of the request frame based on a protocol stack to determine a
response frame for the request frame according to an analysis result; and
transmitting the response frame to the client.
2. The method of claim 1, wherein the analyzing comprises:
reading out a protocol stored in a memory area that is designated as a stack register
of the protocol stack (S720);
determining whether the read protocol coincides with the protocol of the request frame
(S730, S910); and
processing the request frame according to a determination result.
3. The method of claim 2, wherein the determining (S730, S910) comprises transmitting
the response frame for the request frame using the read protocol if the read protocol
coincides with the protocol of the request frame (S740, S920).
4. The method of claim 2, wherein the determining (S730) comprises determining whether
the protocol of the request frame exists in a memory area designated as the stack
register if the read protocol does not coincide with the protocol of the request frame
(S750).
5. The method of claim 4, further comprising:
reading out a protocol from the memory area designated as the stack register if any
protocol is present.
6. The method of claim 4, wherein the determining whether a protocol of the request frame
exists (S750) comprises deleting the request frame if a protocol corresponding to
the request frame does not exist in the memory area designated as the stack register
(S760).
7. The method of claim 2, wherein the determining whether the read protocol coincides
with the protocol of the request frame (S910) comprises determining whether a protocol
of the request frame has been stored in a protocol DB if a protocol read out from
the protocol stack does not coincide with the protocol of the request frame (S930).
8. The method of claim 7, wherein the determining whether the protocol of the request
frame is stored in the protocol DB (S930) comprises:
storing the protocol of the request frame in the protocol DB if the protocol of the
request frame is not stored in the protocol DB (S931); and
increasing the request number of the protocol of the request frame if the protocol
of the request frame is stored in the protocol DB (S940).
9. The method of claim 8, wherein the increasing the request number (S940) comprises
providing alarm notifying a user of a current request status of the protocol of the
request frame (S960) if the request number is above a predetermined number (S950).