WO2016151856A1 - システム設計支援装置、システム設計支援方法及びシステム設計支援プログラム - Google Patents

システム設計支援装置、システム設計支援方法及びシステム設計支援プログラム Download PDF

Info

Publication number
WO2016151856A1
WO2016151856A1 PCT/JP2015/059435 JP2015059435W WO2016151856A1 WO 2016151856 A1 WO2016151856 A1 WO 2016151856A1 JP 2015059435 W JP2015059435 W JP 2015059435W WO 2016151856 A1 WO2016151856 A1 WO 2016151856A1
Authority
WO
WIPO (PCT)
Prior art keywords
control device
project data
backup
data
profile data
Prior art date
Application number
PCT/JP2015/059435
Other languages
English (en)
French (fr)
Inventor
義範 井口
Original Assignee
三菱電機株式会社
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 三菱電機株式会社 filed Critical 三菱電機株式会社
Priority to DE112015006375.7T priority Critical patent/DE112015006375T5/de
Priority to CN201580078243.XA priority patent/CN107430390A/zh
Priority to JP2016560934A priority patent/JP6125119B2/ja
Priority to PCT/JP2015/059435 priority patent/WO2016151856A1/ja
Priority to US15/555,675 priority patent/US20180052683A1/en
Priority to KR1020177030476A priority patent/KR102015717B1/ko
Publication of WO2016151856A1 publication Critical patent/WO2016151856A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/04Programme control other than numerical control, i.e. in sequence controllers or logic controllers
    • G05B19/042Programme control other than numerical control, i.e. in sequence controllers or logic controllers using digital processors
    • G05B19/0426Programming the control sequence
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6209Protecting access to data via a platform, e.g. using keys or access control rules to a single file or object, e.g. in a secure envelope, encrypted and accessed using a key, or with access control rules appended to the object itself
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Definitions

  • the present invention relates to a system design support apparatus, a system design support method, and a system design support program that support the design of an FA (Factory Automation) system.
  • FA Fractory Automation
  • FA system for operating industrial machines is configured by combining multiple control devices.
  • the control device include a sensor, an input / output (I / O) device, a temperature adjustment device, a robot, a servo device, and a vision sensor.
  • I / O input / output
  • the user only needs to create parameters without creating a program.
  • the robot, the servo device, and the vision sensor the user creates project data including a program and parameters referred to in the program.
  • the conventional profile data used in the FA system is a file in which device information and simple parameter setting procedures are described, and information related to control is not described. For this reason, profile data cannot be used in a complicated control device that uses project data, and is intended only for I / O (Input / Output) or analog devices.
  • Project data is created using a programming tool executed on a personal computer and transferred to the control device. Therefore, the project data exists in the control device and also in the storage device of the personal computer. However, the project data may be finely adjusted, that is, changed on the control device while operating the industrial machine. If the control device fails or is replaced after the project data is changed on the device, the changed project data is lost. Therefore, it is necessary to back up the project data in the control device to a personal computer.
  • Patent Document 1 describes a system including a communication control device 20 between a plurality of instruction devices and a plurality of PLCs (FIG. 3).
  • the communication program 30 in the communication control device 20 edits the read command transmitted from the instruction device into a read command corresponding to the PLC of the communication destination in accordance with the communication information and the protocol information, and transmits this read command to the PLC.
  • the PLC that has received the read command transmits a response and read data to the communication program 30.
  • the communication program 30 analyzes the contents according to the communication information and the protocol information, and then edits the tag file 38.
  • the communication program 30 transmits the communication result to the function application 42 in the instruction device.
  • the functional application 42 that has received the communication result acquires read data from the tag file 38 (paragraphs 0040 and 0041).
  • Patent Document 2 describes a continuous sensor system 1 including a network unit 10 between a host controller and a plurality of sensor units (FIG. 1).
  • the sensor setting information memory 14 c of the network unit 10 is a memory that stores setting information of each sensor unit connected to the network unit 10.
  • Various setting information stored in the sensor setting information memory 14c can be read and written from the host controller 14 by message communication (paragraph 0065).
  • the present invention has been made in view of the above, and an object thereof is to obtain a system design support apparatus capable of backing up control device project data without requiring middleware.
  • the present invention corresponds to each of a plurality of control devices, project data information describing the configuration of project data transferred to the control device, network identification information describing a network of communication paths communicating with the control device,
  • a storage unit is provided for storing a plurality of profile data each including communication protocol information describing a configuration and a communication procedure of a communication packet to be transmitted / received to / from the control device.
  • the present invention stores a plurality of profile data, the plurality of profile data respectively corresponding to a plurality of control devices, and the plurality of profile data are project data information in which a configuration of project data transferred to the control device is described.
  • a system configuration diagram representing a connection configuration of a plurality of control devices based on storage units each including a network identification information describing a communication path communicating with the control device, and network identification information in a plurality of profile data
  • a system configuration diagram creation unit that creates a system configuration diagram, a selection reception unit that displays the system configuration diagram and receives selection of a control device on the system configuration diagram, and project data information in profile data corresponding to the selected control device
  • a backup unit for creating backup project data based on
  • the system design support apparatus has an effect that it becomes possible to back up project data of a control device without requiring middleware.
  • FIG. 1 is a diagram illustrating a hardware configuration of a system design support apparatus according to a first embodiment. Functional block diagram of the system design support apparatus according to the first embodiment The figure which shows the 1st profile data concerning Embodiment 1.
  • FIG. Image of system using system design support apparatus according to embodiment 1 1 is a flowchart showing system configuration diagram creation processing according to the first exemplary embodiment; The figure which shows the example of the system block diagram concerning Embodiment 1.
  • FIG. 3 is a flowchart showing selection reception processing according to the first embodiment; A flowchart showing a file restoration main process according to the first embodiment. A flowchart showing a project data confirmation processing subroutine according to the first embodiment.
  • the figure which shows the example of the communication packet concerning Embodiment 1 The figure which shows the file structure of the backup project data concerning Embodiment 1.
  • the figure which shows the file structure of the backup project data concerning Embodiment 1. A flowchart showing a programming tool confirmation processing subroutine according to the first embodiment.
  • FIG. 1 is a diagram illustrating a configuration of a system using the system design support apparatus according to the first embodiment.
  • the system 1 includes a first control device 2, a second control device 3, a third control device 4, and a system design support device 5.
  • the first control device 2, the second control device 3, and the third control device 4 control the industrial machine.
  • Examples of the first control device 2, the second control device 3, and the third control device 4 include a robot, a servo device, and a vision sensor.
  • the system design support device 5 is connected to the first control device 2 via the network N1.
  • the network N1 is exemplified by USB (Universal Serial Bus).
  • the first control device 2 is connected to the second control device 3 via the network N2.
  • the network N2 is exemplified by Ethernet (registered trademark).
  • the second control device 3 is connected to the third control device 4 via the network N3.
  • the network N3 is exemplified by an FA system network.
  • the system design support device 5 is connected to the server 6 via the network N4.
  • the network N4 is exemplified by a LAN (Local Area Network) or the Internet.
  • the case where the first control device 2, the second control device 3, the third control device 4, and the system design support device 5 are connected in series is exemplified.
  • the two control devices 3, the third control device 4, and the system design support device 5 may be connected in a tree shape.
  • FIG. 2 is a diagram illustrating a hardware configuration of the system design support apparatus according to the first embodiment.
  • the system design support apparatus 5 according to the first embodiment is a computer.
  • the system design support device 5 includes a CPU (Central Processing Unit) 51, a RAM (Random Access Memory) 52, a ROM (Read Only Memory) 53, a storage unit 54, an input unit 55, a display unit 56, and communication.
  • An interface 57 and a USB interface 58 are provided.
  • the CPU 51 executes programs stored in the ROM 53 and the storage unit 54 while using the RAM 52 as a work area.
  • Examples of the program stored in the ROM 53 include BIOS (Basic Input / Output System) or UEFI (Unified Extensible Firmware Interface).
  • Examples of the program stored in the storage unit 54 include an operating system program, a programming tool program, and a backup processing program.
  • the storage unit 54 is exemplified by SSD (Solid State Drive) or HDD (Hard Disk Drive).
  • the input unit 55 receives an operation input from the user.
  • the input unit 55 is exemplified by a keyboard or a mouse.
  • the display unit 56 displays characters and images.
  • the display unit 56 is exemplified by a liquid crystal display device.
  • the communication interface 57 communicates with the server 6 via the network N4.
  • the USB interface 58 communicates with the control device 2 via the network N1.
  • FIG. 3 is a functional block diagram of the system design support apparatus according to the first embodiment.
  • the CPU 51 executes a programming tool program group including a first programming tool program, a second programming tool program, and a third programming tool program stored in the storage unit 54. Accordingly, the first programming tool unit 51a1 that creates the first project data 54b1 transferred to the first control device 2 and the second programming tool unit that creates the second project data 54b2 transferred to the second control device 3 A programming tool part group 51a including 51a2 and a third programming tool part 51a3 for creating the third project data 54b3 transferred to the third control device 4 is realized.
  • a plurality of processing circuits may be linked to realize the function of the programming tool unit group 51a.
  • the storage unit 54 refers to the first profile data 54a1 that is referred to when the first programming tool unit 51a1 creates the first project data 54b1, and is referred to when the second programming tool unit 51a2 creates the second project data 54b2.
  • the profile data group 54a including the second profile data 54a2 and the third profile data 54a3 referred to when the third programming tool unit 51a3 creates the third project data 54b3 is stored.
  • FIG. 4 is a diagram of first profile data according to the first embodiment.
  • the first profile data 54a1 includes identification information 54a1a, communication information 54a1b, control information 54a1c, and security information 54a1d.
  • the first profile data 54a1 will be described as a representative.
  • the identification information 54a1a includes a manufacturer name item, a model name item, and a version item.
  • the manufacturer name item the name of the manufacturer of the first control device 2 is described.
  • the model name item the model name of the first control device 2 is described.
  • the firmware version of the first control device 2 is described.
  • the identification information 54a1a includes project data information 54a1a1 describing the configuration of the first project data 54b1 transferred to the first control device 2, and URL (Uniform Resource Locator) information 54a1a2 which is file location information. Including.
  • the project data information 54a1a1 includes an item of project data file configuration information, an item of project data file header structure information, and an item of project data file data structure information.
  • the project data file data structure information item describes the data structure of one or more files constituting the first project data 54b1.
  • the URL information 54a1a2 includes an item of profile link information and an item of programming tool link information.
  • the communication information 54a1b includes an item of network identification information in which a network of a communication path for communicating with the first control device 2 is described.
  • an identifier for identifying a network of a communication path from the system design support apparatus 5 to the first control device 2 is described.
  • the system design support device 5 is directly connected to the first control device 2 via the network N1. Therefore, the network name or network ID of the network N1 is described in the item of network identification information.
  • the system design support device 5 is indirectly connected to the second control device 3 via the network N1 and the network N2. Therefore, the network identification information item of the second profile data 54a2 describes the network name or network ID of the network N1 and the network name or network ID of the network N2.
  • the system design support device 5 is indirectly connected to the third control device 4 via the network N1, the network N2, and the network N3. Therefore, the network identification information item of the third profile data 54a3 describes the network name or network ID of the network N1, the network name or network ID of the network N2, and the network name or network ID of the network N3. .
  • the communication information 54a1b further includes communication protocol information 54a1b1 in which a configuration of a communication packet to be transmitted / received to / from the first control device 2 and a communication procedure are described.
  • the communication protocol information 54a1b1 includes an item of backup message information, an item of communication packet information, an item of communication packet header structure information, an item of communication packet data structure information, and an item of communication procedure information.
  • the backup message information item the contents of a message requesting the first control device 2 to transmit the first project data 54b1 when the first control device 2 is backed up are described.
  • the item of communication procedure information describes a procedure for transmitting and receiving packets between the system design support device 5 and the first control device 2 when communicating between the system design support device 5 and the first control device 2. Is done.
  • the control information 54a1c includes an input value item and an output value item.
  • the input value item the place where the value is input or the input value in the first parameter portion 54b1b is described.
  • the output value item a place where the value is output in the first parameter portion 54b1b is described.
  • the security information 54a1d includes an item of user information.
  • the user information item the name or user ID of the user who created the first profile data 54a1 is described.
  • the first programming tool unit 51a1 refers to the first profile data 54a1, creates the first project data 54b1 based on the user input, and transfers the first project data 54b1 to the first control device 2.
  • the first project data 54b1 includes a first program part 54b1a executed by the first control device 2 and a first parameter part 54b1b referred to by the first program part 54b1a.
  • the first program unit 54b1a is composed of one or a plurality of files.
  • the first parameter part 54b1b is composed of one or a plurality of files.
  • first project data 54b1 may further include a device memory unit in which a memory map of the first control device 2 is described or a connection information unit in which the connection relationship between the first control device 2 and the industrial machine is described.
  • the second programming tool unit 51a2 refers to the second profile data 54a2, creates the second project data 54b2 based on the user input, and transfers the second project data 54b2 to the second control device 3.
  • the second project data 54b2 includes a second program unit 54b2a executed by the second control device 3 and a second parameter unit 54b2b referred to by the second program unit 54b2a.
  • the second program part 54b2a is composed of one or a plurality of files.
  • the second parameter unit 54b2b is composed of one or a plurality of files.
  • the second project data 54b2 may further include a device memory portion in which a memory map of the second control device 3 is described or a connection information portion in which the connection relationship between the second control device 3 and the industrial machine is described.
  • the third programming tool unit 51a3 refers to the third profile data 54a3, creates the third project data 54b3 based on the user input, and transfers the third project data 54b3 to the third control device 4.
  • the third project data 54b3 includes a third program unit 54b3a executed by the third control device 4 and a third parameter unit 54b3b referred to by the third program unit 54b3a.
  • the third program unit 54b3a is composed of one or a plurality of files.
  • the third parameter unit 54b3b is composed of one or a plurality of files.
  • the third project data 54b3 may include a device memory portion in which a memory map of the third control device 4 is described, or a connection information portion in which the connection relationship between the third control device 4 and the industrial machine is described.
  • the first project data 54b1, the second project data 54b2, and the third project data 54b3 constitute a project data group 54.
  • the CPU 51 executes a backup processing program stored in the storage unit 54.
  • the first project data 54b1 in the first control device 2 is backed up to create the first backup project data 54d1 in the storage unit 54
  • the second project data 54b2 in the second control device 3 is backed up.
  • the backup processing unit 51b that creates the second backup project data 54d2 in the storage unit 54 or backs up the third project data 54b3 in the third control device 4 and creates the third backup project data 54d3 in the storage unit 54. Is realized.
  • a plurality of processing circuits may be linked to realize the function of the backup processing unit 51b.
  • the backup processing unit 51 b stores a system configuration diagram 54 c representing the connection configuration of the first control device 2, the second control device 3, and the third control device 4 in the storage unit 54.
  • the system configuration diagram creation unit 51b1 and the system configuration diagram 54c to be generated are displayed on the display unit 56, and the user can control the first control device 2, the second control device 3, or the third control device 4 on the system configuration diagram 54c.
  • a selection receiving unit 51b2 for receiving selection.
  • the backup processing unit 51b collates the content of the version item in the profile data corresponding to the selected control device with the version of the selected control device, and profile data corresponding to the selected control device. If the content of the item in the version does not match the version of the selected control device, the version of the item in the profile link information in the profile data is changed to the version of the selected control device.
  • a project data confirmation unit 51b3 that acquires suitable profile data is included.
  • the backup processing unit 51b is selected based on the communication protocol information in the profile data corresponding to the selected control device among the first control device 2, the second control device 3, and the third control device 4.
  • a telegram communication unit 51b4 that creates a communication packet for a telegram requesting transmission of project data to the control device, and a communication packet for the telegram is selected based on communication protocol information in profile data corresponding to the selected control device Based on the communication packet information and the project data information in the profile data corresponding to the selected control device, and the communication packet transmitting / receiving unit 51b5 that transmits the communication packet of the project data from the selected control device.
  • the first backup project data 54d1 includes a first backup program part 54d1a and a first backup parameter part 54d1b.
  • the second backup project data 54d2 includes a second backup program part 54d2a and a second backup parameter part 54d2b.
  • the third backup project data 54d3 includes a third backup program unit 54d3a and a third backup parameter unit 54d3b.
  • the first backup project data 54d1, the second backup project data 54d2, and the third backup project data 54d3 constitute a backup project data group 54d.
  • the backup processing unit 51b also includes a first security flag 51b7a indicating whether or not the first backup parameter unit 54d1b in the first backup project data 54d1 is encrypted, and a second backup parameter unit in the second backup project data 54d2.
  • a second security flag 51b7b indicating whether to encrypt 54d2b
  • a third security flag 51b7c indicating whether to encrypt the third backup parameter portion 54d3b in the third backup project data 54d3
  • the first backup User information 51b7d which is a user name or user ID permitted to create the project data 54d1, the second backup project data 54d2, and the third backup project data 54d3 Including the security information group 51b7, including.
  • the user information 51b7d corresponds to the second user information of the present invention.
  • the first security flag 51b7a indicates that the first backup parameter part 54d1b is encrypted when it is “1”, and that the first backup parameter part 54d1b is not encrypted when it is “0”.
  • the second security flag 51b7b indicates that the second backup parameter portion 54d2b is encrypted when “1”, and the second backup parameter portion 54d2b is not encrypted when “0”.
  • the third security flag 51b7c indicates that the third backup parameter unit 54d3b is encrypted when “1”, and indicates that the third backup parameter unit 54d3b is not encrypted when “0”.
  • the first security flag 51b7a indicates that the first backup project data 54d1 is encrypted when it is “1”, and the second backup project data 54d2 is encrypted when it is “1”.
  • the third security flag 51b7c may indicate that the third backup project data 54d3 is encrypted when it is “1”.
  • the backup processing unit 51b also includes the version of the first backup project data 54d1, the second backup project data 54d2, or the third backup project data 54d3, and the first programming tool program, the second programming tool program, or the third programming tool program.
  • the version of the first backup project data 54d1, the second backup project data 54d2, or the third backup project data 54d3 and the version of the first programming tool program, the second programming tool program, or the third programming tool program And the first profile data 54a1 and the second profile data 5 From the location indicated by the contents of the programming tool link information item in a2 or the third profile data 54a3, the first backup project data 54d1, the second backup project data 54d2, or the third backup project data 54d3 that matches the version
  • a programming tool confirmation unit 51b8 for acquiring one programming tool program, a second programming tool program, or a third programming tool program is included.
  • FIG. 5 is an image diagram of a system using the system design support apparatus according to the first embodiment.
  • the system design support device 5 refers to the first profile data 54a1 by executing the first programming tool program stored in the storage unit 54, and creates the first project data 54b1 based on the user input.
  • the first project data 54b1 is transferred to the first control device 2.
  • the system design support device 5 refers to the second profile data 54a2 by executing the second programming tool program stored in the storage unit 54, and creates the second project data 54b2 based on the user input.
  • the second project data 54b2 is transferred to the second control device 3.
  • the system design support device 5 refers to the third profile data 54a3 by executing the third programming tool program stored in the storage unit 54, and creates the third project data 54b3 based on the user input.
  • the third project data 54b3 is transferred to the third control device 4.
  • system design support device 5 can create different project data for each of the plurality of control devices by executing different programming tool programs.
  • FIG. 6 is a flowchart of the system configuration diagram creation process according to the first embodiment.
  • the system configuration diagram creating unit 51b1 determines the first control device 2, the second control device 3, and the second control device 3 based on the network identification information in the first profile data 54a1, the second profile data 54a2, and the third profile data 54a3.
  • a system configuration diagram 54 c representing the connection configuration of the third control device 4 is created in the storage unit 54.
  • the system configuration diagram creation unit 51b1 obtains that the system design support apparatus 5 and the first control device 2 are directly connected via the network N1 by referring to the network identification information in the first profile data 54a1. it can. Further, the system configuration diagram creation unit 51b1 refers to the network identification information in the second profile data 54a2, so that the system design support apparatus 5 and the second control device 3 are indirectly connected via the network N1 and the network N2. You can get that. Further, the system configuration diagram creation unit 51b1 refers to the network identification information in the third profile data 54a3, so that the system design support apparatus 5 and the third control device 4 can communicate via the network N1, the network N2, and the network N3. You can get indirect connection.
  • FIG. 7 is a diagram illustrating an example of a system configuration diagram according to the first embodiment.
  • the system configuration diagram 54c corresponds to the image 62 corresponding to the first control device 2, the image 63 corresponding to the second control device 3, the image 64 corresponding to the third control device 4, and the system design support device 5.
  • the image 65 includes an image 66 corresponding to the network N1, an image 67 corresponding to the network N2, and an image 68 corresponding to the network N3.
  • FIG. 8 is a flowchart of the selection receiving process according to the first embodiment.
  • the selection receiving unit 51b2 displays the system configuration diagram 54c on the display unit 56.
  • the selection receiving unit 51b2 receives selection of one or more control devices to be backed up.
  • the user can select one or a plurality of control devices to be backed up by selecting the image 62, 63, or 64 on the system configuration diagram 54c.
  • the selection of the image 62, 63 or 64 is exemplified by clicking the image 62, 63 or 64 with the mouse.
  • FIG. 9 is a flowchart of the file restoration main process according to the first embodiment.
  • the selection receiving unit 51b2 reads profile data of one of the selected control devices.
  • step S122 the project data confirmation unit 51b3 determines whether or not the contents of the user information item of the security information 54a1d in the read profile data match the contents of the user information 51b7d in the security information group 51b7. That is, it is determined whether or not the user is permitted to perform backup processing.
  • the project data confirmation unit 51b3 matches the contents of the user information item of the security information 54a1d in the read profile data with the contents of the user information 51b7d in the security information group 51b7, that is, the user performs backup processing. If it is determined that it is permitted (Yes), the process proceeds to step S124, and the backup process is continued.
  • the project data confirmation unit 51b3 does not match the contents of the user information item of the security information 54a1d in the read profile data with the contents of the user information 51b7d in the security information group 51b7. If it is determined that the process is not permitted (No), the process proceeds to step S142.
  • the system design support apparatus 5 can allow only users who are allowed to back up to perform backup, and can prevent users who are not permitted to back up from performing backup.
  • the first backup project data 54d1, the second backup project data 54d2, and the third backup project data 54d3 are important technical assets including know-how for driving industrial machines.
  • the system design support device 5 can suppress diversion of technical assets by not allowing a user who is not permitted to perform backup to perform backup.
  • step S124 the project data confirmation unit 51b3 executes a project data confirmation processing subroutine.
  • FIG. 10 is a flowchart of a project data confirmation processing subroutine according to the first embodiment.
  • the project data confirmation unit 51b3 collates the contents of the version item in the read profile data with the version of the selected control device.
  • the version of the selected control device may be stored in the storage unit 54 in advance, or may be acquired by transmitting a message requesting the version to the selected control device in step S150.
  • step S152 the project data confirmation unit 51b3 determines whether or not the content of the version item in the read profile data matches the version of the selected control device.
  • step S154 the match is found. If it is determined (Yes), the process is terminated.
  • step S154 the project data confirmation unit 51b3 acquires profile data that matches the version of the selected control device from the location in the server 6 that is represented by the content of the profile link information item in the read profile data. And stored in the profile data group 54a.
  • the project data confirmation unit 51b3 obtains the latest profile data when there are a plurality of profile data in the server 6 that match the selected version of the control device.
  • the system design support apparatus 5 conforms to the version of the selected control device when the content of the version item in the read profile data does not match the version of the selected control device.
  • the latest profile data can be acquired. If the content of the version item in the read profile data does not match the version of the selected control device, backup may not be performed properly.
  • the system design support device 5 acquires the latest profile data that conforms to the version of the selected control device, and appropriately performs backup processing based on the latest profile data that conforms to the selected control device. Can do.
  • the message creation unit 51b4 transmits the project data to the selected control device based on the content of the backup message information item in the communication protocol information 54a1b1 in the read profile data. Create a message requesting.
  • step S128 the communication packet transmitting / receiving unit 51b5, based on the contents of the communication packet information item, the communication packet header structure information item, and the communication packet data structure information item in the communication protocol information 54a1b1 of the read profile data. Then, one or a plurality of packets are created from the message requesting the selected control device to transmit the project data.
  • FIG. 11 is a diagram illustrating an example of a communication packet according to the first embodiment.
  • the communication packet 71 includes a header 71a that includes information related to the entire communication packet 71, a data size 71b that represents the data size included in the communication packet 71, a sum value 71c that is a checksum of the entire communication packet 71, and a communication destination.
  • Unit information 71d that is information for identifying a control device, a request data length 71e that indicates a requested data length, a request data command 71f that is a command for requesting data to a control device that is a communication destination, and a request that indicates requested data Data 71g.
  • the communication packet transmitting / receiving unit 51b5 selects one or a plurality of communication packets based on the contents of the communication procedure information item in the communication protocol information 54a1b1 of the read profile data. And one or more communication packets of project data are received from the selected control device.
  • step S132 the backup unit 51b6, based on the contents of the communication packet information item, the communication packet header structure information item, and the communication packet data structure information item in the communication protocol information 54a1b1 in the read profile data. Then, one or more communication packets received from the selected control device are converted into a plurality of temporary data.
  • step S134 the backup unit 51b6 adds the contents of the project data file structure information, the project data file header structure information item, and the project data file data structure information item in the project data information 54a1a1 in the read profile data. Based on this, a plurality of temporary data is restored to a plurality of files, that is, backup project data.
  • FIG. 12 and 13 are diagrams showing the file structure of the backup project data according to the first embodiment.
  • the file structure 81 shown in FIG. 12 shows the file structure of the first backup project data 54d1
  • the file structure 81 shown in FIG. 13 shows the file structure of the third backup project data 54d3.
  • the first backup project data 54d1 includes four files “Project.inf”, “Project.db”, “Program.prg”, and “Parameter.prm” under the management of the project folder. including.
  • the third backup project data 54d3 includes one file “Project.prj” under the management of the project folder.
  • step S136 the backup unit 51b6 sets the security flag corresponding to the selected control device among the first security flag 51b7a, the second security flag 51b7b, or the third security flag 51b7c to “1”. It is determined whether or not.
  • the backup unit 51b6 determines that the security flag corresponding to the selected control device among the first security flag 51b7a, the second security flag 51b7b, or the third security flag 51b7c is “1” (Yes) (Yes) the processing is performed. Proceeding to step S138, if it is determined that the security flag is not “1” (No), the process proceeds to step S140.
  • step S138 the backup unit 51b6 encrypts one or more files constituting the backup parameter unit among the restored files using a predetermined encryption method.
  • the backup unit 51b6 may encrypt one or more files constituting the entire backup project data by a predetermined encryption method.
  • the system design support device 5 determines that the first backup parameter unit 54d1b and the second backup are set when the first security flag 51b7a, the second security flag 51b7b, or the third security flag 51b7c is set to “1”.
  • the parameter part 54d2b or the third backup parameter part 54d3b can be encrypted.
  • the first backup parameter unit 54d1b, the second backup parameter unit 54d2b, and the third backup parameter unit 54d3b are important technical assets including know-how for driving the industrial machine.
  • the system design support device 5 includes the first backup parameter unit 54d1b and the second backup parameter unit 54d2b.
  • the programming tool confirmation unit 51b8 executes a programming tool confirmation processing subroutine in step S140.
  • FIG. 14 is a flowchart of a programming tool confirmation processing subroutine according to the first embodiment.
  • the programming tool confirmation unit 51b8 collates the version in the restored backup project data with the version of the programming tool program.
  • the first backup project data 54d1, the second backup project data 54d2, and the third backup project data 54d3 describe the versions of the first programming tool program, the second programming tool program, and the third programming tool program used for creation. ing.
  • step S162 the programming tool confirmation unit 51b8 determines whether or not the version in the restored backup project data matches the version of the programming tool program.
  • step S164 determines that they match. If it is (Yes), the process is terminated.
  • step S164 the programming tool confirmation unit 51b8 reads the programming tool program that matches the version of the restored backup project data from the location in the server 6 that is represented by the contents of the item of the programming tool link information in the read profile data. Is stored in the storage unit 54. Note that the programming tool confirmation unit 51b8 acquires the latest profile data when there are a plurality of programming tool programs in the server 6 that match the restored version of the backup project data.
  • the system design support apparatus 5 updates the latest programming that matches the version of the restored backup project data when the version in the restored backup project data does not match the version of the programming tool program.
  • a tool program can be acquired. If the version in the restored backup project data and the version of the programming tool program do not match, there is a possibility that the backup project data cannot be browsed or edited properly.
  • the system design support device 5 can appropriately browse or edit the backup project data by acquiring the latest programming tool program that matches the version of the restored backup project data.
  • step S142 the selection receiving unit 51b2 determines whether or not the processing for all the selected control devices has been completed. If the selection reception unit 51b2 determines that the processing for all the selected control devices has not ended (No), the process proceeds to step S120, and determines that the processing for all the selected control devices has ended. If it is (Yes), the process is terminated.
  • the system design support apparatus 5 uses the first backup project data 54d1, the second backup project data 54d2 or the third backup data based on the first profile data 54a1, the second profile data 54a2, or the third profile data 54a3.
  • Backup project data 54d3 can be created.
  • the system design support device 5 does not require middleware to create the first backup project data 54d1, the second backup project data 54d2, or the third backup project data 54d3. Therefore, the system design support device 5 can receive the first backup project data 54d1, the second backup data even when the middleware is not provided from the manufacturer of the first control device 2, the second control device 3, or the third control device 4.
  • the backup project data 54d2 or the third backup project data 54d3 can be created.
  • the first profile data 54a1, the second profile data 54a2, and the third profile data 54a3 are created to create the first project data 54b1, the second project data 54b2, and the third project data 54b3. Therefore, the system design support device 5 can reduce the man-hours necessary for creating the first backup project data 54d1, the second backup project data 54d2, or the third backup project data 54d3.
  • the system design support apparatus 5 backs up a new control device based on profile data created to create project data for the new control device. Project data can be created. Therefore, the system design support device 5 can suppress the man-hours necessary for creating the backup project data when a new control device is added to the system 1.
  • the system design support apparatus 5 can create a plurality of backup project data for the selected plurality of control devices. Therefore, the system design support device 5 can provide the user with batch backup processing of a plurality of control devices, and can improve user convenience.
  • system design support device 5 collates the contents of the version item in the profile data corresponding to the selected control device with the version of the selected control device, and the profile corresponding to the selected control device. If the contents of the version item in the data and the version of the selected control device do not match, the profile that matches the version of the selected control device from the location represented by the content of the item of the profile link information Data can be acquired.
  • the system design support device 5 acquires the latest profile data that conforms to the version of the selected control device, and appropriately performs backup processing based on the latest profile data that conforms to the selected control device. Can do.
  • the system design support apparatus 5 changes the version of the backup project data from the location represented by the contents of the programming tool link information item.
  • a suitable programming tool program can be obtained.
  • the system design support device 5 can appropriately browse or edit the backup project data by acquiring the latest programming tool program that matches the version of the backup project data.
  • the system design support device 5 determines that the backup project data if the user information in the first profile data 54a1, the second profile 54a2, or the third profile data 54a3 matches the user information 51b7d in the security information group 51b7. If the user information in the first profile data 54a1, the second profile 54a2 or the third profile data 54a3 does not match the user information 51b7d in the security information group 51b7, backup project data is not created.
  • the system design support apparatus 5 can allow only users who are allowed to back up to perform backup, and can prevent users who are not permitted to back up from performing backup.
  • the first backup project data 54d1, the second backup project data 54d2, and the third backup project data 54d3 are important technical assets including know-how for driving industrial machines.
  • the system design support device 5 can suppress diversion of technical assets by not allowing a user who is not permitted to perform backup to perform backup.
  • the first security flag 51b7a, the second security flag 51b7b, or the third security flag 51b7c is part of the first backup project data 54d1, the second backup project data 54d2, or the third backup project data 54d3.
  • a part or all of the first backup project data 54d1, the second backup project data 54d2, or the third backup project data 54d3 can be encrypted.
  • the first backup parameter unit 54d1b, the second backup parameter unit 54d2b, and the third backup parameter unit 54d3b are important technical assets including know-how for driving industrial machines.
  • the system design support device 5 includes the first backup parameter unit 54d1b and the second backup parameter unit 54d2b.
  • the configuration described in the above embodiment shows an example of the contents of the present invention, and can be combined with another known technique, and can be combined with other configurations without departing from the gist of the present invention. It is also possible to omit or change the part.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Stored Programmes (AREA)
  • Programmable Controllers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

 制御機器に転送されるプロジェクトデータの構成が記述されたプロジェクトデータ情報と、通信経路が記述されたネットワーク識別情報と、を夫々含む複数のプロファイルデータ(54a)を記憶する記憶部(54)と、システム構成図を作成するシステム構成図作成部(51b1)と、制御機器の選択を受け付ける選択受付部(51b2)と、選択された制御機器に対応するプロファイルデータ内のプロジェクトデータ情報に基づいて、バックアッププロジェクトデータ(54d)を作成するバックアップ部(51b6)と、を備える。

Description

システム設計支援装置、システム設計支援方法及びシステム設計支援プログラム
 本発明は、FA(Factory Automation)システムの設計を支援するシステム設計支援装置、システム設計支援方法及びシステム設計支援プログラムに関する。
 産業機械を動作させるFAシステムは、複数の制御機器を組み合わせて構成される。制御機器は、センサ、I/O(Input/Output)装置、温度調節装置、ロボット、サーボ装置及びビジョンセンサが例示される。センサ、I/O装置及び温度調節装置では、ユーザは、プログラムを作成することなく、パラメータを作成するだけで足りる。ロボット、サーボ装置及びビジョンセンサでは、ユーザは、プログラム及びプログラムで参照されるパラメータを含むプロジェクトデータを作成する。
 また、FAシステムで用いられる従来のプロファイルデータは、機器の情報と、簡易なパラメータ設定の手順と、が記載されたファイルであり、制御に関わる情報は記載されない。そのため、プロファイルデータは、プロジェクトデータを利用するような複雑な制御機器においては利用できず、I/O(Input/Output)又はアナログ程度の装置のみを対象としていた。
 プロジェクトデータは、パーソナルコンピュータで実行されるプログラミングツールを使用して作成され、制御機器に転送される。従って、プロジェクトデータは、制御機器に存在するとともに、パーソナルコンピュータの記憶装置にも存在する。しかし、プロジェクトデータは、産業機械を動作させながら、制御機器上で微調整、つまり変更される場合がある。プロジェクトデータが機器上で変更された後、制御機器が故障したり、リプレースされたりすると、変更後のプロジェクトデータが失われてしまう。そのため、制御機器内のプロジェクトデータをパーソナルコンピュータにバックアップする必要がある。
 従来、制御機器内のプロジェクトデータのバックアップは、パーソナルコンピュータで実行されるシステム設計支援ツールプログラムを用いて行われていた。システム設計支援ツールプログラムは、制御機器のメーカから提供されるミドルウェアを介して、制御機器からプロジェクトデータをバックアップしていた。そのため、システム設計支援ツールプログラムは、メーカからミドルウェアが提供されていない制御機器のバックアップが困難であった。
 関連する技術として、特許文献1には、複数の指示装置と複数のPLCとの間に通信制御装置20を備えたシステムが記載されている(図3)。通信制御装置20内の通信プログラム30は、通信情報、プロトコル情報に従い、指示装置から送信された読込コマンドを、通信先のPLCに対応した読込コマンドに編集し、この読込コマンドをPLCに送信する。読込コマンドを受信したPLCは、通信プログラム30に対してレスポンス及び読込データを送信する。通信プログラム30は、PLCからレスポンス及び読込データを受信すると、通信情報、プロトコル情報に従って内容を解析した後、タグファイル38を編集する。次いで、通信プログラム30は、通信結果を指示装置内の機能アプリケーション42に送信する。通信結果を受信した機能アプリケーション42は、タグファイル38から読込データを取得する(段落0040及び0041)。
 特許文献2には、上位制御装置と複数のセンサユニットとの間にネットワークユニット10を備えた連設型センサシステム1が記載されている(図1)。ネットワークユニット10のセンサ設定情報メモリ14cは、ネットワークユニット10に接続された各センサユニットの設定情報を記憶するメモリである。センサ設定情報メモリ14cに記憶された各種設定情報は、上位制御装置14からメッセージ通信により読み出し、及び書き込みが可能である(段落0065)。
特開2008-250473号公報 特開2011-28525号公報
 本発明は、上記に鑑みてなされたものであって、ミドルウェアを必要とすることなく制御機器のプロジェクトデータをバックアップすることが可能なシステム設計支援装置を得ることを目的とする。
 本発明は、複数の制御機器に夫々対応し、制御機器に転送されるプロジェクトデータの構成が記述されたプロジェクトデータ情報と、制御機器と通信する通信経路のネットワークが記述されたネットワーク識別情報と、制御機器と送受信する通信パケットの構成及び通信手順が記述された通信プロトコル情報と、を夫々含む複数のプロファイルデータを記憶する記憶部を備える。
 本発明は、複数のプロファイルデータを記憶し、複数のプロファイルデータは、複数の制御機器に夫々対応し、複数のプロファイルデータは、制御機器に転送されるプロジェクトデータの構成が記述されたプロジェクトデータ情報と、制御機器と通信する通信経路が記述されたネットワーク識別情報と、を夫々含む記憶部と、複数のプロファイルデータ内のネットワーク識別情報に基づいて、複数の制御機器の接続構成を表すシステム構成図を作成するシステム構成図作成部と、システム構成図を表示して、システム構成図上で制御機器の選択を受け付ける選択受付部と、選択された制御機器に対応するプロファイルデータ内のプロジェクトデータ情報に基づいて、バックアッププロジェクトデータを作成するバックアップ部と、を備える。
 本発明にかかるシステム設計支援装置は、ミドルウェアを必要とすることなく制御機器のプロジェクトデータをバックアップすることが可能になるという効果を奏する。
実施の形態1にかかるシステム設計支援装置を用いたシステムの構成を示す図 実施の形態1にかかるシステム設計支援装置のハードウェア構成を示す図 実施の形態1にかかるシステム設計支援装置の機能ブロック図 実施の形態1にかかる第1プロファイルデータを示す図 実施の形態1にかかるシステム設計支援装置を用いたシステムのイメージ図 実施の形態1にかかるシステム構成図作成処理を示すフローチャート 実施の形態1にかかるシステム構成図の例を示す図 実施の形態1にかかる選択受付処理を示すフローチャート 実施の形態1にかかるファイル復元メイン処理を示すフローチャート 実施の形態1にかかるプロジェクトデータ確認処理サブルーチンを示すフローチャート 実施の形態1にかかる通信パケットの例を示す図 実施の形態1にかかるバックアッププロジェクトデータのファイル構成を示す図 実施の形態1にかかるバックアッププロジェクトデータのファイル構成を示す図 実施の形態1にかかるプログラミングツール確認処理サブルーチンを示すフローチャート
 以下に、本発明の実施の形態にかかるシステム設計支援装置、システム設計支援方法及びシステム設計支援プログラムを図面に基づいて詳細に説明する。なお、この実施の形態によりこの発明が限定されるものではない。
実施の形態1.
 図1は、実施の形態1にかかるシステム設計支援装置を用いたシステムの構成を示す図である。システム1は、第1制御機器2、第2制御機器3及び第3制御機器4と、システム設計支援装置5と、を含む。第1制御機器2、第2制御機器3及び第3制御機器4は、産業機械を制御する。第1制御機器2、第2制御機器3及び第3制御機器4は、ロボット、サーボ装置及びビジョンセンサが例示される。
 システム設計支援装置5は、第1制御機器2とネットワークN1を介して接続されている。ネットワークN1は、USB(Universal Serial Bus)が例示される。
 第1制御機器2は、第2制御機器3とネットワークN2を介して接続されている。ネットワークN2は、Ethernet(登録商標)が例示される。
 第2制御機器3は、第3制御機器4とネットワークN3を介して接続されている。ネットワークN3は、FAシステム用ネットワークが例示される。
 また、システム設計支援装置5は、サーバ6とネットワークN4を介して接続されている。ネットワークN4は、LAN(Local Area Network)又はインターネットが例示される。
 なお、実施の形態1では、第1制御機器2、第2制御機器3、第3制御機器4及びシステム設計支援装置5が直列に接続された場合を例示したが、第1制御機器2、第2制御機器3、第3制御機器4及びシステム設計支援装置5はツリー状に接続されても良い。
 図2は、実施の形態1にかかるシステム設計支援装置のハードウェア構成を示す図である。実施の形態1にかかるシステム設計支援装置5は、コンピュータである。システム設計支援装置5は、CPU(Central Processing Unit)51と、RAM(Random Access Memory)52と、ROM(Read Only Memory)53と、記憶部54と、入力部55と、表示部56と、通信インタフェース57と、USBインタフェース58と、を備える。
 CPU51は、RAM52を作業領域として使用しながら、ROM53及び記憶部54に記憶されているプログラムを実行する。ROM53に記憶されているプログラムは、BIOS(Basic Input/Output System)又はUEFI(Unified Extensible Firmware Interface)が例示される。記憶部54に記憶されているプログラムは、オペレーティングシステムプログラム、プログラミングツールプログラム及びバックアップ処理プログラムが例示される。記憶部54は、SSD(Solid State Drive)又はHDD(Hard Disk Drive)が例示される。
 入力部55は、ユーザからの操作入力を受け付ける。入力部55は、キーボード又はマウスが例示される。表示部56は、文字及び画像を表示する。表示部56は、液晶表示装置が例示される。通信インタフェース57は、ネットワークN4を介して、サーバ6と通信を行う。USBインタフェース58は、ネットワークN1を介して、制御機器2と通信を行う。
 図3は、実施の形態1にかかるシステム設計支援装置の機能ブロック図である。CPU51は、記憶部54に記憶された第1プログラミングツールプログラムと、第2プログラミングツールプログラムと、第3プログラミングツールプログラムと、を含むプログラミングツールプログラム群を実行する。これにより、第1制御機器2に転送される第1プロジェクトデータ54b1を作成する第1プログラミングツール部51a1と、第2制御機器3に転送される第2プロジェクトデータ54b2を作成する第2プログラミングツール部51a2と、第3制御機器4に転送される第3プロジェクトデータ54b3を作成する第3プログラミングツール部51a3と、を含むプログラミングツール部群51aが実現される。
 なお、複数の処理回路が連係してプログラミングツール部群51aの機能を実現しても良い。
 記憶部54は、第1プログラミングツール部51a1が第1プロジェクトデータ54b1を作成する際に参照される第1プロファイルデータ54a1と、第2プログラミングツール部51a2が第2プロジェクトデータ54b2を作成する際に参照される第2プロファイルデータ54a2と、第3プログラミングツール部51a3が第3プロジェクトデータ54b3を作成する際に参照される第3プロファイルデータ54a3と、を含むプロファイルデータ群54aを記憶する。
 図4は、実施の形態1にかかる第1プロファイルデータを示す図である。第1プロファイルデータ54a1は、識別情報54a1aと、通信情報54a1bと、制御情報54a1cと、セキュリティ情報54a1dと、を含む。
 なお、第2プロファイルデータ54a2及び第3プロファイルデータ54a3も、第1プロファイルデータ54a1と同様の構成であるので、第1プロファイルデータ54a1を代表にして説明する。
 識別情報54a1aは、メーカ名の項目と、形名の項目と、バージョンの項目と、を含む。メーカ名の項目には、第1制御機器2のメーカの名称が記述される。形名の項目には、第1制御機器2の形名が記述される。バージョンの項目には、第1制御機器2のファームウェアバージョンが記述される。
 また、識別情報54a1aは、第1制御機器2に転送される第1プロジェクトデータ54b1の構成が記述されたプロジェクトデータ情報54a1a1と、ファイル存在位置情報であるURL(Uniform Resource Locator)情報54a1a2と、を含む。
 プロジェクトデータ情報54a1a1は、プロジェクトデータファイル構成情報の項目と、プロジェクトデータファイルヘッダ構造情報の項目と、プロジェクトデータファイルデータ構造情報の項目と、を含む。
 プロジェクトデータファイル構成情報の項目には、第1プロジェクトデータ54b1を構成する1つ又は複数のファイルの階層構造及びファイル名が記述される。
 プロジェクトデータファイルヘッダ構造情報の項目には、第1プロジェクトデータ54b1を構成する1つ又は複数のファイルのヘッダの構造が記述される。
 プロジェクトデータファイルデータ構造情報の項目には、第1プロジェクトデータ54b1を構成する1つ又は複数のファイルのデータの構造が記述される。
 URL情報54a1a2は、プロファイルリンク情報の項目と、プログラミングツールリンク情報の項目と、を含む。
 プロファイルリンク情報の項目には、第1プロファイルデータ54a1の最新バージョン又は過去のバージョンの、サーバ6内での所在を示すURLが記述される。
 プログラミングツールリンク情報の項目には、第1プログラミングツールプログラムの最新バージョン又は過去のバージョンの、サーバ6内での所在を示すURLが記述される。
 通信情報54a1bは、第1制御機器2と通信する通信経路のネットワークが記述されたネットワーク識別情報の項目を含む。ネットワーク識別情報の項目には、システム設計支援装置5から第1制御機器2に至る通信経路のネットワークを識別する識別子が記述される。実施の形態1では、システム設計支援装置5は、第1制御機器2とネットワークN1を介して直接接続されている。従って、ネットワーク識別情報の項目には、ネットワークN1のネットワーク名又はネットワークIDが記述される。
 第2プロファイルデータ54a2のネットワーク識別情報の項目について、説明する。実施の形態1では、システム設計支援装置5は、第2制御機器3とネットワークN1及びネットワークN2を介して間接接続されている。従って、第2プロファイルデータ54a2のネットワーク識別情報の項目には、ネットワークN1のネットワーク名又はネットワークIDと、ネットワークN2のネットワーク名又はネットワークIDと、が記述される。
 第3プロファイルデータ54a3のネットワーク識別情報の項目について、説明する。実施の形態1では、システム設計支援装置5は、第3制御機器4とネットワークN1、ネットワークN2及びネットワークN3を介して間接接続されている。従って、第3プロファイルデータ54a3のネットワーク識別情報の項目には、ネットワークN1のネットワーク名又はネットワークIDと、ネットワークN2のネットワーク名又はネットワークIDと、ネットワークN3のネットワーク名又はネットワークIDと、が記述される。
 再び第1プロファイルデータ54a1の説明に戻る。通信情報54a1bは、更に、第1制御機器2と送受信する通信パケットの構成及び通信手順が記述された通信プロトコル情報54a1b1を含む。
 通信プロトコル情報54a1b1は、バックアップ電文情報の項目と、通信パケット情報の項目と、通信パケットヘッダ構造情報の項目と、通信パケットデータ構造情報の項目と、通信手順情報の項目と、を含む。
 バックアップ電文情報の項目には、第1制御機器2のバックアップを行う際に、第1制御機器2に第1プロジェクトデータ54b1の送信を要求する電文の内容が記述される。
 通信パケット情報の項目には、システム設計支援装置5と第1制御機器2との間で送受信されるパケットの1つ又は複数の種類が記述される。
 通信パケットヘッダ構造情報の項目には、システム設計支援装置5と第1制御機器2との間で送受信されるパケットのヘッダの構造が記述される。
 通信パケットデータ構造情報の項目には、システム設計支援装置5と第1制御機器2との間で送受信されるパケットのデータの構造が記述される。
 通信手順情報の項目には、システム設計支援装置5と第1制御機器2との間で通信する際に、システム設計支援装置5と第1制御機器2との間でパケットを送受信する手順が記述される。
 制御情報54a1cは、入力値の項目と、出力値の項目と、を含む。入力値の項目には、第1パラメータ部54b1bの中で値が入力される場所又は入力される値が記述される。出力値の項目には、第1パラメータ部54b1bの中で値が出力される場所が記述される。
 セキュリティ情報54a1dは、ユーザ情報の項目を含む。ユーザ情報の項目には、第1プロファイルデータ54a1を作成したユーザ名又はユーザIDが記述される。
 第1プログラミングツール部51a1は、第1プロファイルデータ54a1を参照し、ユーザの入力に基づいて、第1プロジェクトデータ54b1を作成し、第1プロジェクトデータ54b1を第1制御機器2に転送する。
 第1プロジェクトデータ54b1は、第1制御機器2で実行される第1プログラム部54b1aと、第1プログラム部54b1aから参照される第1パラメータ部54b1bと、を含む。第1プログラム部54b1aは、1つ又は複数のファイルで構成される。第1パラメータ部54b1bは、1つ又は複数のファイルで構成される。
 なお、第1プロジェクトデータ54b1は、第1制御機器2のメモリマップが記述されたデバイスメモリ部又は第1制御機器2と産業機械との接続関係が記述された接続情報部を更に含んでも良い。
 第2プログラミングツール部51a2は、第2プロファイルデータ54a2を参照し、ユーザの入力に基づいて、第2プロジェクトデータ54b2を作成し、第2プロジェクトデータ54b2を第2制御機器3に転送する。
 第2プロジェクトデータ54b2は、第2制御機器3で実行される第2プログラム部54b2aと、第2プログラム部54b2aから参照される第2パラメータ部54b2bと、を含む。第2プログラム部54b2aは、1つ又は複数のファイルで構成される。第2パラメータ部54b2bは、1つ又は複数のファイルで構成される。
 なお、第2プロジェクトデータ54b2は、第2制御機器3のメモリマップが記述されたデバイスメモリ部又は第2制御機器3と産業機械との接続関係が記述された接続情報部を更に含んでも良い。
 第3プログラミングツール部51a3は、第3プロファイルデータ54a3を参照し、ユーザの入力に基づいて、第3プロジェクトデータ54b3を作成し、第3プロジェクトデータ54b3を第3制御機器4に転送する。
 第3プロジェクトデータ54b3は、第3制御機器4で実行される第3プログラム部54b3aと、第3プログラム部54b3aから参照される第3パラメータ部54b3bと、を含む。第3プログラム部54b3aは、1つ又は複数のファイルで構成される。第3パラメータ部54b3bは、1つ又は複数のファイルで構成される。
 なお、第3プロジェクトデータ54b3は、第3制御機器4のメモリマップが記述されたデバイスメモリ部又は第3制御機器4と産業機械との接続関係が記述された接続情報部を含んでも良い。
 第1プロジェクトデータ54b1,第2プロジェクトデータ54b2及び第3プロジェクトデータ54b3が、プロジェクトデータ群54を構成する。
 また、CPU51は、記憶部54に記憶されたバックアップ処理プログラムを実行する。これにより、第1制御機器2内の第1プロジェクトデータ54b1をバックアップして第1バックアッププロジェクトデータ54d1を記憶部54内に作成し、第2制御機器3内の第2プロジェクトデータ54b2をバックアップして第2バックアッププロジェクトデータ54d2を記憶部54内に作成し、又は第3制御機器4内の第3プロジェクトデータ54b3をバックアップして第3バックアッププロジェクトデータ54d3を記憶部54内に作成するバックアップ処理部51bが実現される。
 なお、複数の処理回路が連係してバックアップ処理部51bの機能を実現しても良い。
 バックアップ処理部51bは、プロファイルデータ群54a内のネットワーク識別情報に基づいて、第1制御機器2、第2制御機器3及び第3制御機器4の接続構成を表すシステム構成図54cを記憶部54内に作成するシステム構成図作成部51b1と、システム構成図54cを表示部56に表示して、システム構成図54c上でユーザから第1制御機器2、第2制御機器3又は第3制御機器4の選択を受け付ける選択受付部51b2と、を含む。
 また、バックアップ処理部51bは、選択された制御機器に対応するプロファイルデータ内のバージョンの項目の内容と、選択された制御機器のバージョンと、を照合し、選択された制御機器に対応するプロファイルデータ内のバージョンの項目の内容と、選択された制御機器のバージョンと、が適合しない場合は、プロファイルデータ内のプロファイルリンク情報の項目の内容で表される場所から、選択された制御機器のバージョンに適合するプロファイルデータを取得するプロジェクトデータ確認部51b3を含む。
 また、バックアップ処理部51bは、第1制御機器2、第2制御機器3及び第3制御機器4の内の選択された制御機器に対応するプロファイルデータ内の通信プロトコル情報に基づいて、選択された制御機器にプロジェクトデータの送信を要求する電文の通信パケットを作成する電文作成部51b4と、選択された制御機器に対応するプロファイルデータ内の通信プロトコル情報に基づいて、電文の通信パケットを選択された制御機器に送信するとともに、選択された制御機器からプロジェクトデータの通信パケットを受信する通信パケット送受信部51b5と、選択された制御機器に対応するプロファイルデータ内の通信プロトコル情報及びプロジェクトデータ情報に基づいて、選択された制御機器から受信した通信パケットをファイルに復元して、第1バックアッププロジェクトデータ54d1、第2バックアッププロジェクトデータ54d2又は第3バックアッププロジェクトデータ54d3を作成するバックアップ部51b6と、を含む。
 第1バックアッププロジェクトデータ54d1は、第1バックアッププログラム部54d1aと、第1バックアップパラメータ部54d1bと、を含む。
 第2バックアッププロジェクトデータ54d2は、第2バックアッププログラム部54d2aと、第2バックアップパラメータ部54d2bと、を含む。
 第3バックアッププロジェクトデータ54d3は、第3バックアッププログラム部54d3aと、第3バックアップパラメータ部54d3bと、を含む。
 第1バックアッププロジェクトデータ54d1、第2バックアッププロジェクトデータ54d2及び第3バックアッププロジェクトデータ54d3は、バックアッププロジェクトデータ群54dを構成する。
 また、バックアップ処理部51bは、第1バックアッププロジェクトデータ54d1内の第1バックアップパラメータ部54d1bを暗号化するか否かを表す第1セキュリティフラグ51b7a、第2バックアッププロジェクトデータ54d2内の第2バックアップパラメータ部54d2bを暗号化するか否かを表す第2セキュリティフラグ51b7b、第3バックアッププロジェクトデータ54d3内の第3バックアップパラメータ部54d3bを暗号化するか否かを表す第3セキュリティフラグ51b7c、並びに、第1バックアッププロジェクトデータ54d1、第2バックアッププロジェクトデータ54d2及び第3バックアッププロジェクトデータ54d3の作成が許されるユーザ名又はユーザIDであるユーザ情報51b7dを含むセキュリティ情報群51b7を含む。ユーザ情報51b7dは、本発明の第2のユーザ情報に該当する。
 第1セキュリティフラグ51b7aは「1」のときに第1バックアップパラメータ部54d1bを暗号化することを表し、「0」のときに第1バックアップパラメータ部54d1bを暗号化しないことを表す。第2セキュリティフラグ51b7bは「1」のときに第2バックアップパラメータ部54d2bを暗号化することを表し、「0」のときに第2バックアップパラメータ部54d2bを暗号化しないことを表す。第3セキュリティフラグ51b7cは「1」のときに第3バックアップパラメータ部54d3bを暗号化することを表し、「0」のときに第3バックアップパラメータ部54d3bを暗号化しないことを表す。
 なお、第1セキュリティフラグ51b7aは「1」のときに第1バックアッププロジェクトデータ54d1を暗号化することを表し、第2セキュリティフラグ51b7bは「1」のときに第2バックアッププロジェクトデータ54d2を暗号化することを表し、第3セキュリティフラグ51b7cは「1」のときに第3バックアッププロジェクトデータ54d3を暗号化することを表すこととしても良い。
 また、バックアップ処理部51bは、第1バックアッププロジェクトデータ54d1、第2バックアッププロジェクトデータ54d2又は第3バックアッププロジェクトデータ54d3のバージョンと、第1プログラミングツールプログラム、第2プログラミングツールプログラム又は第3プログラミングツールプログラムのバージョンと、を照合し、第1バックアッププロジェクトデータ54d1、第2バックアッププロジェクトデータ54d2又は第3バックアッププロジェクトデータ54d3のバージョンと、第1プログラミングツールプログラム、第2プログラミングツールプログラム又は第3プログラミングツールプログラムのバージョンと、が適合しない場合は、第1プロファイルデータ54a1、第2プロファイルデータ54a2又は第3プロファイルデータ54a3内のプログラミングツールリンク情報の項目の内容で表される場所から、第1バックアッププロジェクトデータ54d1、第2バックアッププロジェクトデータ54d2又は第3バックアッププロジェクトデータ54d3のバージョンに適合する第1プログラミングツールプログラム、第2プログラミングツールプログラム又は第3プログラミングツールプログラムを取得するプログラミングツール確認部51b8を含む。
 図5は、実施の形態1にかかるシステム設計支援装置を用いたシステムのイメージ図である。システム設計支援装置5は、記憶部54に記憶されている第1プログラミングツールプログラムを実行することにより、第1プロファイルデータ54a1を参照し、ユーザの入力に基づいて、第1プロジェクトデータ54b1を作成し、第1プロジェクトデータ54b1を第1制御機器2に転送する。
 システム設計支援装置5は、記憶部54に記憶されている第2プログラミングツールプログラムを実行することにより、第2プロファイルデータ54a2を参照し、ユーザの入力に基づいて、第2プロジェクトデータ54b2を作成し、第2プロジェクトデータ54b2を第2制御機器3に転送する。
 システム設計支援装置5は、記憶部54に記憶されている第3プログラミングツールプログラムを実行することにより、第3プロファイルデータ54a3を参照し、ユーザの入力に基づいて、第3プロジェクトデータ54b3を作成し、第3プロジェクトデータ54b3を第3制御機器4に転送する。
 このように、システム設計支援装置5は、異なる複数のプログラミングツールプログラムを実行することにより、異なる複数のプロジェクトデータを複数の制御機器ごとに作成することができる。
 図6は、実施の形態1にかかるシステム構成図作成処理を示すフローチャートである。システム構成図作成部51b1は、ステップS100において、第1プロファイルデータ54a1、第2プロファイルデータ54a2及び第3プロファイルデータ54a3内のネットワーク識別情報に基づいて、第1制御機器2、第2制御機器3及び第3制御機器4の接続構成を表すシステム構成図54cを記憶部54内に作成する。
 システム構成図作成部51b1は、第1プロファイルデータ54a1内のネットワーク識別情報を参照することで、システム設計支援装置5と第1制御機器2とがネットワークN1を介して直接接続されていることを取得できる。また、システム構成図作成部51b1は、第2プロファイルデータ54a2内のネットワーク識別情報を参照することで、システム設計支援装置5と第2制御機器3とがネットワークN1及びネットワークN2を介して間接接続されていることを取得できる。また、システム構成図作成部51b1は、第3プロファイルデータ54a3内のネットワーク識別情報を参照することで、システム設計支援装置5と第3制御機器4とがネットワークN1、ネットワークN2及びネットワークN3を介して間接接続されていることを取得できる。
 図7は、実施の形態1にかかるシステム構成図の例を示す図である。システム構成図54cは、第1制御機器2に対応する画像62と、第2制御機器3に対応する画像63と、第3制御機器4に対応する画像64と、システム設計支援装置5に対応する画像65と、ネットワークN1に対応する画像66と、ネットワークN2に対応する画像67と、ネットワークN3に対応する画像68と、を含む。
 図8は、実施の形態1にかかる選択受付処理を示すフローチャートである。選択受付部51b2は、ステップS110において、システム構成図54cを表示部56に表示する。次に、選択受付部51b2は、ステップS112において、バックアップ処理対象とする1つ又は複数の制御機器の選択を受け付ける。ユーザは、システム構成図54c上において、画像62、63又は64を選択することにより、バックアップ処理対象とする1つ又は複数の制御機器を選択することができる。画像62、63又は64の選択は、画像62、63又は64をマウスでクリックすることが例示される。
 図9は、実施の形態1にかかるファイル復元メイン処理を示すフローチャートである。選択受付部51b2は、ステップS120において、選択された内の1つの制御機器のプロファイルデータを読み出す。
 次に、プロジェクトデータ確認部51b3は、ステップS122において、読み出したプロファイルデータ内のセキュリティ情報54a1dのユーザ情報の項目の内容と、セキュリティ情報群51b7内のユーザ情報51b7dの内容と、が一致するか否か、つまりユーザがバックアップ処理を許されているか否かを判定する。
 プロジェクトデータ確認部51b3は、読み出したプロファイルデータ内のセキュリティ情報54a1dのユーザ情報の項目の内容と、セキュリティ情報群51b7内のユーザ情報51b7dの内容と、が一致している、つまりユーザがバックアップ処理を許されていると判定したら(Yes)、処理をステップS124に進め、バックアップ処理を継続する。
 一方、プロジェクトデータ確認部51b3は、読み出したプロファイルデータ内のセキュリティ情報54a1dのユーザ情報の項目の内容と、セキュリティ情報群51b7内のユーザ情報51b7dの内容と、が一致していない、つまりユーザがバックアップ処理を許されていないと判定したら(No)、処理をステップS142に進める。
 これにより、システム設計支援装置5は、バックアップを許されているユーザだけにバックアップを行わせることができ、バックアップを許されていないユーザにはバックアップを行わせないことができる。第1バックアッププロジェクトデータ54d1、第2バックアッププロジェクトデータ54d2及び第3バックアッププロジェクトデータ54d3は、産業機械を駆動させるためのノウハウが含まれている大切な技術資産である。システム設計支援装置5は、バックアップを許されていないユーザにはバックアップを行わせないことにより、技術資産の流用を抑制することができる。
 次に、プロジェクトデータ確認部51b3は、ステップS124において、プロジェクトデータ確認処理サブルーチンを実行する。
 図10は、実施の形態1にかかるプロジェクトデータ確認処理サブルーチンを示すフローチャートである。プロジェクトデータ確認部51b3は、ステップS150において、読み出したプロファイルデータ内のバージョンの項目の内容と、選択された制御機器のバージョンと、を照合する。なお、選択された制御機器のバージョンは、予め記憶部54に記憶されていても良いし、ステップS150において、選択された制御機器にバージョンを要求する電文を送信して取得しても良い。
 次に、プロジェクトデータ確認部51b3は、ステップS152において、読み出したプロファイルデータ内のバージョンの項目の内容と、選択された制御機器のバージョンと、が一致するか否かを判定する。
 プロジェクトデータ確認部51b3は、読み出したプロファイルデータ内のバージョンの項目の内容と、選択された制御機器のバージョンと、が一致していないと判定したら(No)、処理をステップS154に進め、一致していると判定したら(Yes)、処理を終了する。
 プロジェクトデータ確認部51b3は、ステップS154において、読み出したプロファイルデータ内のプロファイルリンク情報の項目の内容で表されるサーバ6内の場所から、選択された制御機器のバージョンに適合するプロファイルデータを取得し、プロファイルデータ群54a内に記憶する。なお、プロジェクトデータ確認部51b3は、選択された制御機器のバージョンに適合するプロファイルデータがサーバ6内に複数存在する場合には、最新のプロファイルデータを取得する。
 これにより、システム設計支援装置5は、読み出したプロファイルデータ内のバージョンの項目の内容と、選択された制御機器のバージョンと、が一致していない場合に、選択された制御機器のバージョンに適合する最新のプロファイルデータを取得することができる。読み出したプロファイルデータ内のバージョンの項目の内容と、選択された制御機器のバージョンと、が一致していない場合は、バックアップが適切に行われない可能性がある。システム設計支援装置5は、選択された制御機器のバージョンに適合する最新のプロファイルデータを取得することで、選択された制御機器に適合した最新のプロファイルデータに基づいて、バックアップ処理を適切に行うことができる。
 再び図9を参照すると、電文作成部51b4は、ステップS126において、読み出したプロファイルデータ内の通信プロトコル情報54a1b1内のバックアップ電文情報の項目の内容に基づいて、選択された制御機器にプロジェクトデータの送信を要求する電文を作成する。
 次に通信パケット送受信部51b5は、ステップS128において、読み出したプロファイルデータの通信プロトコル情報54a1b1内の通信パケット情報の項目、通信パケットヘッダ構造情報の項目及び通信パケットデータ構造の情報の項目の内容に基づいて、選択された制御機器にプロジェクトデータの送信を要求する電文から、1つ又は複数のパケットを作成する。
 図11は、実施の形態1にかかる通信パケットの例を示す図である。通信パケット71は、通信パケット71の全体に関わる情報を含むヘッダ71aと、通信パケット71が含むデータサイズを表すデータサイズ71bと、通信パケット71全体のチェックサムであるサム値71cと、通信先の制御機器を識別する情報であるユニット情報71dと、要求するデータ長を表す要求データ長71eと、通信先の制御機器にデータを要求するコマンドである要求データコマンド71fと、要求するデータを表す要求データ71gと、を含む。
 再び図9を参照すると、通信パケット送受信部51b5は、ステップS130において、読み出したプロファイルデータの通信プロトコル情報54a1b1内の通信手順情報の項目の内容に基づいて、1つ又は複数の通信パケットを選択された制御機器に送信するとともに、選択された制御機器からプロジェクトデータの1つ又は複数の通信パケットを受信する。
 次に、バックアップ部51b6は、ステップS132において、読み出したプロファイルデータ内の通信プロトコル情報54a1b1内の通信パケット情報の項目、通信パケットヘッダ構造情報の項目及び通信パケットデータ構造情報の項目の内容に基づいて、選択された制御機器から受信した1つ又は複数の通信パケットを複数のテンポラリデータに変換する。
 次に、バックアップ部51b6は、ステップS134において、読み出したプロファイルデータ内のプロジェクトデータ情報54a1a1内のプロジェクトデータファイル構成情報、プロジェクトデータファイルヘッダ構造情報の項目及びプロジェクトデータファイルデータ構造情報の項目の内容に基づいて、複数のテンポラリデータを複数のファイル、つまりバックアッププロジェクトデータに復元する。
 図12及び図13は、実施の形態1にかかるバックアッププロジェクトデータのファイル構成を示す図である。図12に示すファイル構成81は、第1バックアッププロジェクトデータ54d1のファイル構成を示し、図13に示すファイル構成81は、第3バックアッププロジェクトデータ54d3のファイル構成を示す。
 図12に示されるように、第1バックアッププロジェクトデータ54d1は、プロジェクトフォルダの管理下に、「Project.inf」、「Project.db」、「Program.prg」及び「Parameter.prm」の4つのファイルを含む。
 図13に示されるように、第3バックアッププロジェクトデータ54d3は、プロジェクトフォルダの管理下に、「Project.prj」の1つのファイルを含む。
 再び図9を参照すると、バックアップ部51b6は、ステップS136において、第1セキュリティフラグ51b7a、第2セキュリティフラグ51b7b又は第3セキュリティフラグ51b7cの内の選択された制御機器に対応するセキュリティフラグが「1」であるか否かを判定する。バックアップ部51b6は、第1セキュリティフラグ51b7a、第2セキュリティフラグ51b7b又は第3セキュリティフラグ51b7cの内の選択された制御機器に対応するセキュリティフラグが「1」であると判定したら(Yes)、処理をステップS138に進め、セキュリティフラグが「1」ではないと判定したら(No)、処理をステップS140に進める。
 バックアップ部51b6は、ステップS138において、復元した複数のファイルの内のバックアップパラメータ部を構成する1つ又は複数のファイルを、予め定められた暗号方式で暗号化する。
 なお、バックアップ部51b6は、バックアッププロジェクトデータ全体を構成する1つ又は複数のファイルを、予め定められた暗号方式で暗号化することとしても良い。
 これにより、システム設計支援装置5は、第1セキュリティフラグ51b7a、第2セキュリティフラグ51b7b又は第3セキュリティフラグ51b7cが「1」に設定されている場合には、第1バックアップパラメータ部54d1b、第2バックアップパラメータ部54d2b又は第3バックアップパラメータ部54d3bを暗号化することができる。第1バックアップパラメータ部54d1b、第2バックアップパラメータ部54d2b及び第3バックアップパラメータ部54d3bは、産業機械を駆動させるためのノウハウが含まれている大切な技術資産である。システム設計支援装置5は、第1セキュリティフラグ51b7a、第2セキュリティフラグ51b7b又は第3セキュリティフラグ51b7cが「1」に設定されている場合には、第1バックアップパラメータ部54d1b、第2バックアップパラメータ部54d2b又は第3バックアップパラメータ部54d3bを暗号化することにより、技術資産の流用を抑制することができる。
 プログラミングツール確認部51b8は、ステップS140において、プログラミングツール確認処理サブルーチンを実行する。
 図14は、実施の形態1にかかるプログラミングツール確認処理サブルーチンを示すフローチャートである。プログラミングツール確認部51b8は、ステップS160において、復元されたバックアッププロジェクトデータ内のバージョンと、プログラミングツールプログラムのバージョンと、を照合する。
 第1バックアッププロジェクトデータ54d1、第2バックアッププロジェクトデータ54d2及び第3バックアッププロジェクトデータ54d3には、作成に使用された第1プログラミングツールプログラム、第2プログラミングツールプログラム及び第3プログラミングツールプログラムのバージョンが記述されている。
 次に、プログラミングツール確認部51b8は、ステップS162において、復元されたバックアッププロジェクトデータ内のバージョンと、プログラミングツールプログラムのバージョンと、が一致するか否かを判定する。
 プログラミングツール確認部51b8は、復元されたバックアッププロジェクトデータ内のバージョンと、プログラミングツールプログラムのバージョンと、が一致していないと判定したら(No)、処理をステップS164に進め、一致していると判定したら(Yes)、処理を終了する。
 プログラミングツール確認部51b8は、ステップS164において、読み出したプロファイルデータ内のプログラミングツールリンク情報の項目の内容で表されるサーバ6内の場所から、復元されたバックアッププロジェクトデータのバージョンに適合するプログラミングツールプログラムを取得し、記憶部54内に記憶する。なお、プログラミングツール確認部51b8は、復元されたバックアッププロジェクトデータのバージョンに適合するプログラミングツールプログラムがサーバ6内に複数存在する場合には、最新のプロファイルデータを取得する。
 これにより、システム設計支援装置5は、復元されたバックアッププロジェクトデータ内のバージョンと、プログラミングツールプログラムのバージョンと、が一致していない場合に、復元されたバックアッププロジェクトデータのバージョンに適合する最新のプログラミングツールプログラムを取得することができる。復元されたバックアッププロジェクトデータ内のバージョンと、プログラミングツールプログラムのバージョンと、が一致していない場合は、バックアッププロジェクトデータの閲覧又は編集が適切に行えない可能性がある。システム設計支援装置5は、復元されたバックアッププロジェクトデータのバージョンに適合する最新のプログラミングツールプログラムを取得することで、バックアッププロジェクトデータの閲覧又は編集を適切に行うことができる。
 再び図9を参照すると、選択受付部51b2は、ステップS142において、選択された全ての制御機器への処理が終了したか否かを判定する。選択受付部51b2は、選択された全ての制御機器への処理が終了していないと判定したら(No)、処理をステップS120に進め、選択された全ての制御機器への処理が終了したと判定したら(Yes)、処理を終了する。
 以上説明したように、システム設計支援装置5は、第1プロファイルデータ54a1、第2プロファイルデータ54a2又は第3プロファイルデータ54a3に基づいて、第1バックアッププロジェクトデータ54d1、第2バックアッププロジェクトデータ54d2又は第3バックアッププロジェクトデータ54d3を作成することができる。
 つまり、システム設計支援装置5は、第1バックアッププロジェクトデータ54d1、第2バックアッププロジェクトデータ54d2又は第3バックアッププロジェクトデータ54d3の作成にミドルウェアを必要としない。従って、システム設計支援装置5は、第1制御機器2、第2制御機器3又は第3制御機器4のメーカからミドルウェアが提供されていない場合であっても、第1バックアッププロジェクトデータ54d1、第2バックアッププロジェクトデータ54d2又は第3バックアッププロジェクトデータ54d3を作成することができる。
 第1プロファイルデータ54a1、第2プロファイルデータ54a2及び第3プロファイルデータ54a3は、第1プロジェクトデータ54b1、第2プロジェクトデータ54b2及び第3プロジェクトデータ54b3を作成するために、作成されるものである。従って、システム設計支援装置5は、第1バックアッププロジェクトデータ54d1、第2バックアッププロジェクトデータ54d2又は第3バックアッププロジェクトデータ54d3の作成に必要な工数を抑制することができる。
 また、システム設計支援装置5は、システム1に新たな制御機器が追加された場合に、新たな制御機器のプロジェクトデータを作成するために作成されるプロファイルデータに基づいて、新たな制御機器のバックアッププロジェクトデータを作成することができる。従って、システム設計支援装置5は、システム1に新たな制御機器が追加された場合に、バックアッププロジェクトデータの作成に必要な工数を抑制することができる。
 また、システム設計支援装置5は、システム構成図54c上で複数の制御機器が選択された場合に、選択された複数の制御機器の複数のバックアッププロジェクトデータを作成することができる。従って、システム設計支援装置5は、ユーザに複数の制御機器の一括バックアップ処理を提供することができ、ユーザの利便性を向上させることができる。
 また、システム設計支援装置5は、選択された制御機器に対応するプロファイルデータ内のバージョンの項目の内容と、選択された制御機器のバージョンと、を照合し、選択された制御機器に対応するプロファイルデータ内のバージョンの項目の内容と、選択された制御機器のバージョンと、が適合しない場合は、プロファイルリンク情報の項目の内容で表される場所から、選択された制御機器のバージョンに適合するプロファイルデータを取得することができる。
 選択された制御機器に対応するプロファイルデータ内のバージョンの項目の内容と、選択された制御機器のバージョンと、が一致していない場合は、バックアップが適切に行われない可能性がある。システム設計支援装置5は、選択された制御機器のバージョンに適合する最新のプロファイルデータを取得することで、選択された制御機器に適合した最新のプロファイルデータに基づいて、バックアップ処理を適切に行うことができる。
 また、システム設計支援装置5は、バックアッププロジェクトデータのバージョンと、プログラミングツールプログラムのバージョンと、が一致しない場合は、プログラミングツールリンク情報の項目の内容で表される場所から、バックアッププロジェクトデータのバージョンに適合するプログラミングツールプログラムを取得することができる。
 バックアッププロジェクトデータ内のバージョンと、プログラミングツールプログラムのバージョンと、が一致していない場合は、バックアッププロジェクトデータの閲覧又は編集が適切に行えない可能性がある。システム設計支援装置5は、バックアッププロジェクトデータのバージョンに適合する最新のプログラミングツールプログラムを取得することで、バックアッププロジェクトデータの閲覧又は編集を適切に行うことができる。
 また、システム設計支援装置5は、第1プロファイルデータ54a1、第2プロファイル54a2又は第3プロファイルデータ54a3内のユーザ情報とセキュリティ情報群51b7内のユーザ情報51b7dとが一致する場合には、バックアッププロジェクトデータを作成し、第1プロファイルデータ54a1、第2プロファイル54a2又は第3プロファイルデータ54a3内のユーザ情報とセキュリティ情報群51b7内のユーザ情報51b7dとが一致しない場合には、バックアッププロジェクトデータを作成しない。
 これにより、システム設計支援装置5は、バックアップを許されているユーザだけにバックアップを行わせることができ、バックアップを許されていないユーザにはバックアップを行わせないことができる。第1バックアッププロジェクトデータ54d1、第2バックアッププロジェクトデータ54d2及び第3バックアッププロジェクトデータ54d3は、産業機械を駆動させるためのノウハウが含まれている大切な技術資産である。システム設計支援装置5は、バックアップを許されていないユーザにはバックアップを行わせないことにより、技術資産の流用を抑制することができる。
 また、システム設計支援装置5は、第1セキュリティフラグ51b7a、第2セキュリティフラグ51b7b又は第3セキュリティフラグ51b7cが第1バックアッププロジェクトデータ54d1、第2バックアッププロジェクトデータ54d2又は第3バックアッププロジェクトデータ54d3の一部又は全部を暗号化することを表している場合には、第1バックアッププロジェクトデータ54d1、第2バックアッププロジェクトデータ54d2又は第3バックアッププロジェクトデータ54d3の一部又は全部を暗号化することができる。
 第1バックアップパラメータ部54d1b、第2バックアップパラメータ部54d2b及び第3バックアップパラメータ部54d3bは、産業機械を駆動させるためのノウハウが含まれている大切な技術資産である。システム設計支援装置5は、第1セキュリティフラグ51b7a、第2セキュリティフラグ51b7b又は第3セキュリティフラグ51b7cが「1」に設定されている場合には、第1バックアップパラメータ部54d1b、第2バックアップパラメータ部54d2b又は第3バックアップパラメータ部54d3bを暗号化することにより、技術資産の流用を抑制することができる。
 以上の実施の形態に示した構成は、本発明の内容の一例を示すものであり、別の公知の技術と組み合わせることも可能であるし、本発明の要旨を逸脱しない範囲で、構成の一部を省略、変更することも可能である。
 1 システム、2 第1制御機器、3 第2制御機器、4 第3制御機器、5 システム設計支援装置、6 サーバ、51 CPU、51a プログラミングツール部群、51b バックアップ処理部、51b1 システム構成図作成部、51b2 選択受付部、51b3 プロジェクトデータ確認部、51b4 電文作成部、51b5 通信パケット送受信部、51b6 バックアップ部、51b7 セキュリティ情報群、51b7a 第1セキュリティフラグ、51b7b 第2セキュリティフラグ、51b7c 第3セキュリティフラグ、51b7d ユーザ情報、54 記憶部、54a プロファイルデータ群、54a1 第1プロファイルデータ、54a1a 識別情報、54a1a1 プロジェクトデータ情報、54a1a2 URL情報、54a1b 通信情報、54a1b1 通信プロトコル情報、54a1c 制御情報、54a1d セキュリティ情報、54a2 第2プロファイルデータ、54a3 第3プロファイルデータ、54b プロジェクトデータ群、54b1 第1プロジェクトデータ、54b2 第2プロジェクトデータ、54b3 第3プロジェクトデータ、54c システム構成図、54d バックアッププロジェクトデータ群、54d1 第1バックアッププロジェクトデータ、54d2 第2バックアッププロジェクトデータ、54d3 第3バックアッププロジェクトデータ。

Claims (8)

  1.  複数のプロファイルデータを記憶し、前記複数のプロファイルデータは、複数の制御機器に夫々対応し、前記複数のプロファイルデータは、前記制御機器に転送されるプロジェクトデータの構成が記述されたプロジェクトデータ情報と、前記制御機器と通信する通信経路が記述されたネットワーク識別情報と、を夫々含む記憶部と、
     前記複数のプロファイルデータ内の前記ネットワーク識別情報に基づいて、前記複数の制御機器の接続構成を表すシステム構成図を作成するシステム構成図作成部と、
     前記システム構成図を表示して、前記システム構成図上で前記制御機器の選択を受け付ける選択受付部と、
     選択された前記制御機器に対応する前記プロファイルデータ内の前記プロジェクトデータ情報に基づいて、バックアッププロジェクトデータを作成するバックアップ部と、
     を備えることを特徴とするシステム設計支援装置。
  2.  前記システム構成図上で複数の前記制御機器が選択されたら、選択された複数の前記制御機器と通信して、複数の前記バックアッププロジェクトデータを作成することを特徴とする請求項1に記載のシステム設計支援装置。
  3.  前記プロファイルデータは、適合する前記制御機器のバージョンの項目と、前記プロファイルデータの最新バージョン又は過去のバージョンの所在を示すプロファイルリンク情報の項目と、を更に含み、
     選択された前記制御機器に対応する前記プロファイルデータ内の前記バージョンの項目の内容と、選択された前記制御機器のバージョンと、を照合し、選択された前記制御機器に対応する前記プロファイルデータ内の前記バージョンの項目の内容と、選択された前記制御機器のバージョンと、が一致しない場合は、前記プロファイルリンク情報の項目の内容で表される場所から、選択された前記制御機器のバージョンに適合する前記プロファイルデータを取得するプロジェクトデータ確認部を更に備えることを特徴とする請求項1に記載のシステム設計支援装置。
  4.  前記プロファイルデータは、前記プロジェクトデータを作成するプログラミングツールプログラムの最新バージョン又は前記最新バージョンよりも過去のバージョンの所在を示すプログラミングツールリンク情報の項目を更に含み、
     前記バックアッププロジェクトデータのバージョンと、前記プログラミングツールプログラムのバージョンと、を照合し、前記バックアッププロジェクトデータのバージョンと、前記プログラミングツールプログラムのバージョンと、が一致しない場合は、前記プログラミングツールリンク情報の項目の内容で表される場所から、前記バックアッププロジェクトデータのバージョンに適合する前記プログラミングツールプログラムを取得するプログラミングツール確認部を更に備えることを特徴とする請求項1に記載のシステム設計支援装置。
  5.  前記プロファイルデータは、前記プロファイルデータを作成したユーザを表すユーザ情報の項目を更に含み、
     前記ユーザに前記バックアッププロジェクトデータの作成が許されているユーザを表す第2のユーザ情報を備え、
     前記ユーザ情報と前記第2のユーザ情報とが一致する場合には、前記バックアッププロジェクトデータを作成し、前記ユーザ情報と前記第2のユーザ情報とが一致しない場合には、前記バックアッププロジェクトデータを作成しないことを特徴とする請求項1に記載のシステム設計支援装置。
  6.  前記バックアッププロジェクトデータの一部又は全部を暗号化するか否かを表す複数のセキュリティフラグを備え、
     前記セキュリティフラグが前記バックアッププロジェクトデータの一部又は全部を暗号化することを表している場合には、前記バックアッププロジェクトデータの一部又は全部を暗号化することを特徴とする請求項1に記載のシステム設計支援装置。
  7.  複数のプロファイルデータを記憶し、前記複数のプロファイルデータは、複数の制御機器に夫々対応し、前記複数のプロファイルデータは、前記制御機器に転送されるプロジェクトデータの構成が記述されたプロジェクトデータ情報と、前記制御機器と通信する通信経路のネットワークが記述されたネットワーク識別情報と、を夫々含む記憶部を備える装置で実行される方法であって、
     前記複数のプロファイルデータ内の前記ネットワーク識別情報に基づいて、前記複数の制御機器の接続構成を表すシステム構成図を作成するシステム構成図作成ステップと、
     前記システム構成図を表示して、前記システム構成図上で制御機器の選択を受け付ける選択受付ステップと、
     選択された前記制御機器に対応する前記プロファイルデータ内の前記プロジェクトデータ情報に基づいて、バックアッププロジェクトデータを作成するバックアップステップと、
     を備えることを特徴とするシステム設計支援方法。
  8.  複数のプロファイルデータを記憶し、前記複数のプロファイルデータは、複数の制御機器に夫々対応し、前記複数のプロファイルデータは、前記制御機器に転送されるプロジェクトデータの構成が記述されたプロジェクトデータ情報と、前記制御機器と通信する通信経路のネットワークが記述されたネットワーク識別情報と、を夫々含む記憶部を備える装置で実行されるプログラムであって、
     前記複数のプロファイルデータ内の前記ネットワーク識別情報に基づいて、前記複数の制御機器の接続構成を表すシステム構成図を作成するシステム構成図作成ステップと、
     前記システム構成図を表示して、前記システム構成図上で制御機器の選択を受け付ける選択受付ステップと、
     選択された前記制御機器に対応する前記プロファイルデータ内の前記プロジェクトデータ情報に基づいて、バックアッププロジェクトデータを作成するバックアップステップと、
     を備えることを特徴とするシステム設計支援プログラム。
PCT/JP2015/059435 2015-03-26 2015-03-26 システム設計支援装置、システム設計支援方法及びシステム設計支援プログラム WO2016151856A1 (ja)

Priority Applications (6)

Application Number Priority Date Filing Date Title
DE112015006375.7T DE112015006375T5 (de) 2015-03-26 2015-03-26 Systemdesign-Unterstützungsvorrichtung, Systemdesign-Unterstützungsverfahren und Systemdesign-Unterstützungsprogramm
CN201580078243.XA CN107430390A (zh) 2015-03-26 2015-03-26 系统设计辅助装置、系统设计辅助方法及系统设计辅助程序
JP2016560934A JP6125119B2 (ja) 2015-03-26 2015-03-26 システム設計支援装置、システム設計支援方法及びシステム設計支援プログラム
PCT/JP2015/059435 WO2016151856A1 (ja) 2015-03-26 2015-03-26 システム設計支援装置、システム設計支援方法及びシステム設計支援プログラム
US15/555,675 US20180052683A1 (en) 2015-03-26 2015-03-26 System design supporting device, system design supporting method, and system design supporting program
KR1020177030476A KR102015717B1 (ko) 2015-03-26 2015-03-26 시스템 설계 지원 장치, 시스템 설계 지원 방법 및 시스템 설계 지원 프로그램

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2015/059435 WO2016151856A1 (ja) 2015-03-26 2015-03-26 システム設計支援装置、システム設計支援方法及びシステム設計支援プログラム

Publications (1)

Publication Number Publication Date
WO2016151856A1 true WO2016151856A1 (ja) 2016-09-29

Family

ID=56977058

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2015/059435 WO2016151856A1 (ja) 2015-03-26 2015-03-26 システム設計支援装置、システム設計支援方法及びシステム設計支援プログラム

Country Status (6)

Country Link
US (1) US20180052683A1 (ja)
JP (1) JP6125119B2 (ja)
KR (1) KR102015717B1 (ja)
CN (1) CN107430390A (ja)
DE (1) DE112015006375T5 (ja)
WO (1) WO2016151856A1 (ja)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018078878A1 (ja) * 2016-10-31 2018-05-03 三菱電機株式会社 システム設計支援装置、制御機器、制御システム及び操作画面
JP2018077911A (ja) * 2018-02-02 2018-05-17 三菱電機株式会社 制御システム、方法及びプログラム
GB2568368A (en) * 2017-09-13 2019-05-15 Fisher Rosemount Systems Inc Assistant application for a modular control system
US10409253B2 (en) 2016-10-24 2019-09-10 Fisher-Rosemount Systems, Inc. Systems and methods for merging modular control systems into a process plant
US10962962B2 (en) 2019-05-20 2021-03-30 Fisher-Rosemount Systems, Inc. Quick connection techniques for skid communicator tool

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101990210B1 (ko) * 2017-11-24 2019-06-17 홍정원 맞춤형 자동 설계 프로그램 생성 시스템
JP6639706B1 (ja) * 2018-04-25 2020-02-05 三菱電機株式会社 情報処理装置、システム構築支援方法およびシステム構築支援プログラム
DE112019006886T5 (de) * 2019-03-25 2021-11-04 Mitsubishi Electric Corporation Systementwicklungsunterstützungsvorrichtung, Verfahren, Programm und Aufzeichnungsmedium
US11249452B2 (en) * 2019-07-10 2022-02-15 Banner Engineering Corp. Methods to configure a safety control system
WO2021148106A1 (en) * 2020-01-20 2021-07-29 Abb Schweiz Ag Managing a system configuration of a robot controller
EP4139095A1 (en) * 2020-04-20 2023-03-01 Abb Schweiz Ag A spare robot controller

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005251120A (ja) * 2004-03-08 2005-09-15 Mitsubishi Electric Corp Fa機器インタフェース統合化装置
JP2005260893A (ja) * 2004-03-15 2005-09-22 Omron Corp 情報変換サーバおよびネットワークシステムならびに情報伝送方法
JP2006302297A (ja) * 2003-10-22 2006-11-02 Omron Corp 制御システム設定装置および制御システム設定方法ならびに設定プログラム
JP2008033683A (ja) * 2006-07-28 2008-02-14 Omron Corp 制御システム設定装置
JP2008152799A (ja) * 2004-04-13 2008-07-03 Omron Corp 制御システム設定装置

Family Cites Families (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5812394A (en) * 1995-07-21 1998-09-22 Control Systems International Object-oriented computer program, system, and method for developing control schemes for facilities
GB2318665B (en) * 1996-10-28 2000-06-28 Altera Corp Work group computing for electronic design automation
US7085670B2 (en) * 1998-02-17 2006-08-01 National Instruments Corporation Reconfigurable measurement system utilizing a programmable hardware element and fixed hardware resources
US7152027B2 (en) * 1998-02-17 2006-12-19 National Instruments Corporation Reconfigurable test system
US6256773B1 (en) * 1999-08-31 2001-07-03 Accenture Llp System, method and article of manufacture for configuration management in a development architecture framework
US6268853B1 (en) * 1999-09-30 2001-07-31 Rockwell Technologies, L.L.C. Data structure for use in enterprise controls
US6993456B2 (en) * 1999-09-30 2006-01-31 Rockwell Automation Technologies, Inc. Mechanical-electrical template based method and apparatus
JP2001265412A (ja) * 2000-03-15 2001-09-28 Omron Corp プログラマブルコントローラ
JP2002297207A (ja) * 2001-03-30 2002-10-11 Omron Corp バックアップ処理装置
US8540575B2 (en) * 2002-10-08 2013-09-24 White Knuckle Gaming, Llc Method and system for increased realism in video games
US7860874B2 (en) * 2004-06-08 2010-12-28 Siemens Industry, Inc. Method for searching across a PLC network
US8051148B2 (en) * 2005-01-13 2011-11-01 National Instruments Corporation Determining differences between configuration diagrams
GB2456749A (en) * 2005-04-25 2009-07-29 Fujitsu Ltd Network design processing device and method and program therefor
US20070044071A1 (en) * 2005-08-16 2007-02-22 Hayles Timothy J Efficient Configuration of Hardware Devices in a Graphical Dataflow Programming Environment
US20070044072A1 (en) * 2005-08-16 2007-02-22 Hayles Timothy J Automatically Generating a Graphical Data Flow Program Based on a Circuit Diagram
GB2449593A (en) * 2006-03-17 2008-11-26 Fujitsu Ltd Network design processing device, network design processing method and network design processing program
CN101636720A (zh) * 2007-03-20 2010-01-27 株式会社爱可信 具备应用程序更新管理功能的终端、应用程序更新管理程序以及系统
JP2008250473A (ja) * 2007-03-29 2008-10-16 Fujifilm Corp 通信制御装置及び制御方法
DE102008002266B4 (de) * 2007-06-12 2019-03-28 Omron Corp. Programmentwicklung-Unterstützungsvorrichtung einer Sicherheitssteuerung
US7568172B2 (en) * 2007-08-03 2009-07-28 National Instruments Corporation Integration of pre-defined functionality and a graphical program in a circuit
US8490171B2 (en) * 2008-07-14 2013-07-16 Tufin Software Technologies Ltd. Method of configuring a security gateway and system thereof
US8397215B2 (en) * 2009-05-18 2013-03-12 National Instruments Corporation Executing a physical model with multiple physical domains in a web browser
JP5346726B2 (ja) 2009-07-24 2013-11-20 株式会社キーエンス 連設型センサシステム、ネットワークユニット、及びセンサユニット
CN103229175B (zh) * 2010-11-24 2016-02-03 三菱电机株式会社 系统设计装置
JP5867235B2 (ja) * 2011-05-16 2016-02-24 三菱電機株式会社 磁気センサ装置
US9483304B2 (en) * 2011-07-29 2016-11-01 National Instruments Corporation Interface wires for a measurement system diagram
US9122880B2 (en) * 2013-03-14 2015-09-01 Cellco Partnership Sensitive personal information data protection
US20170097621A1 (en) * 2014-09-10 2017-04-06 Crestron Electronics, Inc. Configuring a control sysem
JP6372308B2 (ja) * 2014-10-29 2018-08-15 オムロン株式会社 情報処理装置、情報処理方法、情報処理プログラム、および記録媒体

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006302297A (ja) * 2003-10-22 2006-11-02 Omron Corp 制御システム設定装置および制御システム設定方法ならびに設定プログラム
JP2005251120A (ja) * 2004-03-08 2005-09-15 Mitsubishi Electric Corp Fa機器インタフェース統合化装置
JP2005260893A (ja) * 2004-03-15 2005-09-22 Omron Corp 情報変換サーバおよびネットワークシステムならびに情報伝送方法
JP2008152799A (ja) * 2004-04-13 2008-07-03 Omron Corp 制御システム設定装置
JP2008033683A (ja) * 2006-07-28 2008-02-14 Omron Corp 制御システム設定装置

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10409253B2 (en) 2016-10-24 2019-09-10 Fisher-Rosemount Systems, Inc. Systems and methods for merging modular control systems into a process plant
JPWO2018078878A1 (ja) * 2016-10-31 2018-11-01 三菱電機株式会社 システム設計支援装置、方法及びプログラム
JP6407449B2 (ja) * 2016-10-31 2018-10-17 三菱電機株式会社 システム設計支援装置、方法及びプログラム
WO2018078878A1 (ja) * 2016-10-31 2018-05-03 三菱電機株式会社 システム設計支援装置、制御機器、制御システム及び操作画面
CN109891336A (zh) * 2016-10-31 2019-06-14 三菱电机株式会社 系统设计辅助装置、控制仪器、控制系统及操作画面
GB2568368A (en) * 2017-09-13 2019-05-15 Fisher Rosemount Systems Inc Assistant application for a modular control system
US11209806B2 (en) 2017-09-13 2021-12-28 Fisher-Rosemount Systems, Inc. Assistant application for a modular control system
GB2568368B (en) * 2017-09-13 2022-08-24 Fisher Rosemount Systems Inc Assistant application for a modular control system
GB2608281A (en) * 2017-09-13 2022-12-28 Fisher Rosemount Systems Inc Assistant application for a modular control system
GB2608281B (en) * 2017-09-13 2023-05-10 Fisher Rosemount Systems Inc Assistant application for a modular control system
JP2018077911A (ja) * 2018-02-02 2018-05-17 三菱電機株式会社 制御システム、方法及びプログラム
US10962962B2 (en) 2019-05-20 2021-03-30 Fisher-Rosemount Systems, Inc. Quick connection techniques for skid communicator tool
US11656610B2 (en) 2019-05-20 2023-05-23 Fisher-Rosemount Systems, Inc Quick connection techniques for skid communicator tool

Also Published As

Publication number Publication date
DE112015006375T5 (de) 2017-12-14
US20180052683A1 (en) 2018-02-22
KR102015717B1 (ko) 2019-08-28
CN107430390A (zh) 2017-12-01
KR20170131551A (ko) 2017-11-29
JP6125119B2 (ja) 2017-05-10
JPWO2016151856A1 (ja) 2017-04-27

Similar Documents

Publication Publication Date Title
JP6125119B2 (ja) システム設計支援装置、システム設計支援方法及びシステム設計支援プログラム
JP6870568B2 (ja) 通信システム、制御装置、設定装置、設定方法およびプログラム
US9348564B2 (en) Intelligent device framework
JP6201917B2 (ja) フィールドデバイスを設定するためのシステムおよび方法
WO2015136970A1 (ja) 制御装置及び制御システム
JP2007264901A (ja) ソフトウェア管理装置、ソフトウェア管理システム、ソフトウェア管理方法及びソフトウェア管理プログラム
TW200813671A (en) Auto-detection capabilities for out of the box experience
US8245182B2 (en) Class selectable design sharing
JP6352893B2 (ja) プログラマブルロジックコントローラとの通信機能を備えたロボット制御装置及び通信システム
JP2008210394A (ja) 制御用通信システム、および制御用通信プログラムを記録したコンピュータ読み取り可能な記録媒体
JP6766501B2 (ja) 情報移行システム、情報処理装置、および、プログラム
JP6054008B1 (ja) データ管理装置、データ管理方法及びデータ管理プログラム
JP4197343B2 (ja) 制御用通信システム、および制御用通信プログラムを記録したコンピュータ読み取り可能な記録媒体
JP6878697B2 (ja) データ処理装置、データ処理方法およびプログラム
WO2021072217A1 (en) Auto-generated modular connectors for automation ecosystem integration
JP5786385B2 (ja) 操作端末、プログラムおよび制御システム
JP6109447B1 (ja) 情報処理方法及び情報処理装置
JP7539593B1 (ja) プログラム可能機器、バージョン管理方法及びプログラム
JP5130836B2 (ja) マルチcpuシステム移行方法及びcpuシステム
JP5951041B2 (ja) プログラマブル表示器
WO2024171458A1 (ja) 表示プログラム、クライアント装置、ネットワークシステム及び表示制御方法
JP2002163153A (ja) データコピー方法、データコピーシステム、コピー用のデータを備えたコピープログラムを記録した記録媒体、コピー用のデータ
JP7238334B2 (ja) 環境構築システム、管理装置、環境構築方法、およびプログラム
JP2024115128A (ja) ソフトウェアロボットの共同編集装置、共同編集方法、および共同編集装置のためのコンピュータプログラム
JP2009135583A (ja) クライアント装置、アプリケーションプログラム

Legal Events

Date Code Title Description
ENP Entry into the national phase

Ref document number: 2016560934

Country of ref document: JP

Kind code of ref document: A

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15886408

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 15555675

Country of ref document: US

WWE Wipo information: entry into national phase

Ref document number: 112015006375

Country of ref document: DE

ENP Entry into the national phase

Ref document number: 20177030476

Country of ref document: KR

Kind code of ref document: A

122 Ep: pct application non-entry in european phase

Ref document number: 15886408

Country of ref document: EP

Kind code of ref document: A1