WO2023112596A1 - トレーサビリティシステム、データ記録装置、データ記録方法およびプログラム - Google Patents

トレーサビリティシステム、データ記録装置、データ記録方法およびプログラム Download PDF

Info

Publication number
WO2023112596A1
WO2023112596A1 PCT/JP2022/042821 JP2022042821W WO2023112596A1 WO 2023112596 A1 WO2023112596 A1 WO 2023112596A1 JP 2022042821 W JP2022042821 W JP 2022042821W WO 2023112596 A1 WO2023112596 A1 WO 2023112596A1
Authority
WO
WIPO (PCT)
Prior art keywords
work process
approval
input
user
process data
Prior art date
Legal status (The legal status 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 status listed.)
Ceased
Application number
PCT/JP2022/042821
Other languages
English (en)
French (fr)
Inventor
琢也 福永
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Publication of WO2023112596A1 publication Critical patent/WO2023112596A1/ja
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Program-control systems
    • G05B19/02Program-control systems electric
    • G05B19/418Total factory control, i.e. centrally controlling a plurality of machines, e.g. direct or distributed numerical control [DNC], flexible manufacturing systems [FMS], integrated manufacturing systems [IMS] or computer integrated manufacturing [CIM]
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/04Manufacturing
    • 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/30Computing systems specially adapted for manufacturing

Definitions

  • the present disclosure relates to a traceability system, data recording device, data recording method and program.
  • Patent Literature 1 discloses a technique for realizing access control for each user or each group when recording work process data.
  • a user granted access authority can access, read from, and write to a dedicated table on a database.
  • This disclosure has been made to solve the above problems, and aims to suppress quality fraud in the production of goods whose work process is managed using a traceability system.
  • the traceability system is a traceability system that records work process data related to work processes in the production of goods.
  • a traceability system includes an input/output terminal and a data recording device.
  • the input/output terminal receives input of work process data including a user ID for identifying the user from the user, and transmits the work process data to the data recording device.
  • the data recording device includes an input/output control section, a user master storage section, a work process table storage section, a progress management table storage section, and an approval section.
  • the input/output control unit receives work process data from the input/output terminal.
  • the user master storage unit stores a user master including whether or not each user has approval authority.
  • the work process table storage unit stores a work process table that stores work process data.
  • the progress management table storage unit stores a progress management table including whether or not the work process is completed.
  • the approval unit refers to the user master to determine whether or not the input/output terminal user indicated by the user ID included in the work process data has approval authority. If the terminal user has approval authority, the work process indicated by the work process data in the progress management table is completed, and if the input/output terminal user does not have approval authority, the work process indicated by the work process data in the progress management table is awaiting approval. do.
  • the input/output terminal user in the production of goods whose work process is managed using a traceability system, if the input/output terminal user does not have the approval authority, the work process cannot be completed, so that the work process data is incomplete. In such a case, if the input/output terminal user who has the approval right does not approve it, it will not flow to the next work process, and quality fraud can be suppressed.
  • FIG. 1 shows a configuration example of a traceability system according to Embodiment 1.
  • a diagram showing an example of a user master according to the first embodiment A diagram showing an example of a work process table according to the first embodiment
  • a diagram showing an example of a progress management table according to the first embodiment Flowchart showing an example of the operation of data recording processing according to Embodiment 1
  • Flowchart showing an example of operation of approval processing according to Embodiment 1 A diagram showing an example of a hardware configuration of a data recording device according to Embodiment 1.
  • the traceability system 100 includes an input/output terminal 6 used by a user and a data recording device 1 for recording work process data. Input/output terminal 6 and data recording device 1 are connected via network 7 . Although one input/output terminal 6 is illustrated in FIG. 1 , the traceability system 100 may include a plurality of input/output terminals 6 . A plurality of users exist in the traceability system 100, and there are users who have the approval right to approve the completion of the work process and users who do not have the approval right. The user uses the input/output terminal 6 to transmit work process data to the data recording device 1 .
  • a user who uses the input/output terminal 6 to transmit work process data to the data recording device 1 is referred to as an input/output terminal user.
  • the data recording device 1 includes an input/output control unit 11 that receives work process data from the input/output terminal 6 via the network 7, an approval unit 12 that determines whether the input/output terminal user has approval authority, A process master storage unit 13 for storing a process master including whether or not approval is required for completion of a work process and approval conditions, and a user master storage unit 14 for storing a user master including whether or not each user has approval authority.
  • the data recording device 1 also includes a work process table storage unit 15 that stores a work process table that stores work process data, and a progress management table that stores a progress management table including whether or not the work process indicated by the work process data has been completed. and a management table storage unit 16 .
  • the process master stored in the process master storage unit 13 will be explained using FIG.
  • the process master includes a process code 20 that identifies the work process, a product 21 that indicates the name of the product to be manufactured, an item number 22 that indicates the item to be managed, and whether approval is required to complete the work process. and a column of approval requirements 24 indicating the conditions under which approval is required when approval is required.
  • the product 21 is not limited to a product name, and may be, for example, a product number as long as it is information that can identify the product.
  • Items to be managed are, for example, values related to product attributes such as voltage, reflectance, and flatness.
  • the approval presence/absence 23 is “0” if approval is not required, and “1” if approval is required.
  • Approval requirement 24 is “0” if approval is not required, “1” if approval is required for each work process, "2” if approval is required at lot changeover, and “3” if approval is required at product changeover. ” defines under what conditions approval is required.
  • the process master uses process code 20, product 21 and item number 22 as key information. Note that the process master storage unit 13 may be provided in a system or device external to the data recording device 1 .
  • the user master stored in the user master storage unit 14 will be explained using FIG.
  • the user master has columns of a user ID 30 for identifying a user and an approval authority 31 indicating whether or not the user has approval authority for completing a work process.
  • the approval authority 31 is "0" when there is no approval authority, and "1" when there is approval authority.
  • the user master uses the user ID 30 as key information.
  • the user master storage unit 14 may be provided in a system or device external to the data recording device 1 .
  • the user master may include, for example, the name of the user.
  • the input/output control unit 11 of the data recording device 1 receives from the input/output terminal 6 the work process data including the lot number, user ID, process code and product name that identify the manufacturing unit of the product, the lot The number, user ID, process code and product name are stored in the work process table stored in the work process table storage unit 15, and a record is created for each item to be managed.
  • the input/output control unit 11 also stores the lot number, user ID, process code, and product name in the progress management table stored in the progress management table storage unit 16, and creates a record for each work process.
  • the user indicated by the user ID included in the work process data is the input/output terminal user.
  • the input/output control unit 11 stores the value of the managed item in the corresponding record field of the work process table.
  • the value of an item to be managed will be referred to as an item value.
  • the approval unit 12 refers to the process master stored in the process master storage unit 13 and determines whether or not approval is required for completion of the work process. . If approval is not required for completion of the work process, the approval unit 12 completes the work process indicated by the work process data of the progress management table.
  • the approval unit 12 refers to the process master stored in the process master storage unit 13 and determines whether or not the approval requirements for the completion of the work process are satisfied. . If the necessary conditions for approval of the completion of the work process are not satisfied, the approval unit 12 puts the work process indicated by the work process data in the progress management table into awaiting approval. If the necessary conditions for approval of completion of the work process are satisfied, the approval unit 12 refers to the user master stored in the user master storage unit 14 and determines whether the input/output terminal user has approval authority. If the input/output terminal user has approval authority, the approval unit 12 completes the work process indicated by the work process data in the progress management table. The work process shown is awaiting approval. Details of the work process completion and pending approval are provided below.
  • the work process table stored in the work process table storage unit 15 will be explained using FIG.
  • the work process table includes a lot number 40 that identifies the manufacturing unit of the product, a process code 41 that identifies the work process, a product 42 that indicates the name of the product to be manufactured, an item number 43 that indicates the item to be managed, a management It has columns of an item value 44 indicating the value of the item to be executed, a user ID 45 indicating the user ID identifying the input/output terminal user, and an approver ID 46 indicating the approver who approved the completion of the work process. If the product 21 of the process master has a product number, the product 42 also uses the product number.
  • the work process table uses lot number 40, process code 41, product 42 and item number 43 as key information.
  • the progress management table stored in the progress management table storage unit 16 includes a lot number 50 that identifies the manufacturing unit of the product, a process code 51 that identifies the work process, a product 52 that indicates the name of the product to be manufactured, a status 53 that indicates the work status of the process, an approval It has columns of approval requirement status 54 indicating whether or not the requirement is satisfied, user ID 55 indicating the user ID identifying the input/output terminal user, and approver ID 56 indicating the approver who approved the completion of the work process. . If product 21 and product 42 are product numbers, product 52 is also given a product number.
  • the status 53 is “1" for process start, "2" for waiting for approval, and "3" for process completion.
  • the approval requirement status 54 indicates completed “1” when the approval requirements are satisfied, and not completed “0” when not satisfied.
  • the progress management table uses lot number 50 and process code 51 as key information.
  • the work process data is stored in the work process table and the progress management table.
  • the user inputs his/her own user ID, lot number to start the work process, process code, and product name to the input/output terminal 6 .
  • the input/output terminal 6 transmits the input user ID, lot number, process code, and work process data including the product name to the data recording device 1 .
  • the input/output control unit 11 of the data recording device 1 When the input/output control unit 11 of the data recording device 1 receives the work process data including the user ID, lot number, process code, and product name from the input/output terminal 6, the input/output control unit 11 stores the same lot in the work process table and the progress management table. Determine if there is a record containing the number, process code, and product name. Processing when there are records containing the same lot number, process code, and product name will be described later.
  • the input/output control unit 11 refers to the process master stored in the process master storage unit 13, and the process code and product Identify the item number corresponding to the first name.
  • the input/output control unit 11 stores the user ID, lot number, process code, product name, and specified item number included in the work process data in the work process table, and creates a record for each item to be managed. do.
  • the input/output control unit 11 stores the user ID, lot number, process code, and product name included in the work process data in the progress management table, and creates a record for each lot number process. At this time, the input/output control unit 11 sets the status 53 of the created record to process start "1".
  • the input/output control unit 11 receives the work process data including the user ID, lot number, process code, and product name from the input/output terminal 6, the lot number and the lot number included in the work process data are retrieved from the progress management table. With the same lot number, all the records of the work process whose process code is smaller than the process code contained in the work process data, that is, before the work process contained in the work process data are searched. If the status 53 of all retrieved records is "process completed" 3", or if there is no corresponding record, the input/output control unit 11 generates an item value input screen on which item values can be input, Send to the input/output terminal 6 . The input/output terminal 6 displays the received item value input screen.
  • the input/output control unit 11 displays an error screen indicating that the previous work process is incomplete. generated and transmitted to the input/output terminal 6.
  • the input/output terminal 6 displays the received error screen.
  • the user starts the work process and inputs the item values obtained by performing the work process on the item value input screen.
  • the input/output terminal 6 transmits work process data including the input item values to the data recording device 1 .
  • the input/output control unit 11 of the data recording device 1 receives work process data including item values from the input/output terminal 6, the item values included in the work process data are stored in the item value 44 field of the corresponding record in the work process table. store in
  • the approval unit 12 approves the process master stored in the process master storage unit 13. With reference to the presence/absence 23, it is determined whether approval is required for completion of the work process.
  • the approval unit 12 sets the status 53 of the corresponding record in the progress management table to process completion "3".
  • the approval unit 12 refers to the necessary approval conditions 24 of the process master stored in the process master storage unit 13, and determines whether the necessary approval conditions for the work process are satisfied. judge. If the approval requirement for the work process is not satisfied, the approval unit 12 sets the status 53 of the corresponding record in the progress management table to "2" waiting for approval, and sets the approval requirement status 54 to "0".
  • the approval unit 12 refers to the user master stored in the user master storage unit 14 and identifies the input/output terminal user (the user indicated by the user ID 55 of the corresponding record in the progress management table). ) has approval rights.
  • the approval unit 12 sets the status 53 of the corresponding record in the progress management table to "3" for process completion, and sets the approval requirement status 54 to "1". Also, the approval unit 12 stores the user ID of the input/output terminal user in the approver ID 46 of the corresponding record of the work process table and the approver ID 56 of the corresponding record of the progress management table. If the input/output terminal user does not have approval authority, the approval unit 12 sets the status 53 of the corresponding record in the progress management table to "2" waiting for approval, and sets the approval requirement status 54 to "1".
  • the user inputs his/her own user ID, lot number for approving the work process, process code, and product name to the input/output terminal 6 .
  • the input/output terminal 6 transmits the input user ID, lot number, process code, and work process data including the product name to the data recording device 1 .
  • the input/output control unit 11 of the data recording device 1 When the input/output control unit 11 of the data recording device 1 receives the work process data including the user ID, lot number, process code, and product name from the input/output terminal 6, the input/output control unit 11 stores the same lot in the work process table and the progress management table. Determine if there is a record containing the number, process code, and product name. If there is a record containing the same lot number, process code, and product name, the approval unit 12 refers to the user master stored in the user master storage unit 14, and performs input/output indicated by the user ID included in the work process data. Determine whether the terminal user has approval authority.
  • the approval unit 12 If the input/output terminal user does not have approval authority, the approval unit 12 generates an error screen that displays that the user does not have approval authority. The input/output control unit 11 transmits the error screen generated by the approval unit 12 to the input/output terminal 6 . The input/output terminal 6 displays the received error screen. If the input/output terminal user has approval authority, the approval unit 12 extracts a record containing the same lot number, process code, and product name as the work process data from the work process table, and extracts the lot number, process code, and product name. Generates a workflow approval screen that displays name, item number and item value and allows approval to be entered. The input/output control unit 11 transmits the work process approval screen generated by the approval unit 12 to the input/output terminal 6 . The input/output terminal 6 displays the received work process approval screen.
  • the user checks the displayed item values and if there is no problem, the user enters approval of the work process on the work process approval screen.
  • the input/output terminal 6 transmits work process data including approval of the input work process to the data recording device 1 .
  • the approval unit 12 changes the status 53 of the corresponding record in the progress management table to process completion "3".
  • the approval unit 12 stores the user ID of the input/output terminal user in the approver ID 46 of the corresponding record of the work process table and the approver ID 56 of the corresponding record of the progress management table.
  • the user may check the displayed item values and, if there is a problem, enter non-approval of the work process on the work process approval screen.
  • the input/output terminal 6 transmits to the data recording device 1 work process data including disapproval of the input work process.
  • the approval unit 12 instructs the user indicated by the user ID 55 of the corresponding record in the progress management table to perform the work. Notify that the process was disapproved.
  • the notification method may be e-mail transmission, screen display, or voice output, for example.
  • the input/output terminal 6 When the user approves a work process that is waiting for approval, the input/output terminal 6 is used to transmit work process data including the user ID, lot number, process code, and product name to the data recording device 1, and the work process is confirmed. If there is no record containing the same lot number, process code, and product name in the table and the progress management table, an item value input screen or an error screen will be displayed on the input/output terminal 6. It can be seen that the process has not yet started.
  • step S11 the input/output control unit 11 of the data recording device 1 does not receive the work process data including the user ID, lot number, process code, and product name from the input/output terminal 6
  • step S11 the input/output control unit 11 registers the work process table and the progress management table.
  • step S29 If there is a record containing the same lot number, process code and product name (step S12; YES), the approval process (step S29) is executed and the process proceeds to step S30.
  • step S12 If there is no record containing the same lot number, process code and product name (step S12; NO), the input/output control unit 11 refers to the process master stored in the process master storage unit 13, and The item number corresponding to the process code and product name is specified (step S13). The input/output control unit 11 stores the user ID, lot number, process code, product name, and specified item number included in the work process data in the work process table, and creates a record for each item to be managed. (step S14).
  • the input/output control unit 11 stores the user ID, lot number, process code, and product name included in the work process data in the progress management table, and creates a record for each lot number process. (Step S15). The input/output control unit 11 changes the status of the created record to process start (step S16).
  • the input/output control unit 11 determines from the progress management table that the lot number is the same as the lot number contained in the work process data and the process code is smaller than the process code contained in the work process data, that is, the work process data. All the records of the work process before the work process included in are retrieved (step S17). If the status 53 of all the retrieved records indicates that the process is completed, or if the corresponding record does not exist (step S18; YES), the input/output control unit 11 generates an item value input screen on which item values can be input. , to the input/output terminal 6 (step S20). The input/output terminal 6 displays the received item value input screen.
  • step S18 If even one of the statuses 53 of the retrieved record indicates that the process has started or is waiting for approval (step S18; NO), the input/output control unit 11 generates an error screen that displays that the previous work process has not been completed. , to the input/output terminal 6 (step S19). The input/output terminal 6 displays the received error screen.
  • the user starts the work process and inputs the item values obtained by performing the work process on the item value input screen.
  • the input/output terminal 6 transmits work process data including the input item values to the data recording device 1 .
  • step S21; NO When the input/output control unit 11 does not receive work process data including item values from the input/output terminal 6 (step S21; NO), the process proceeds to step S23.
  • work process data including item values is received from the input/output terminal 6 (step S21; YES)
  • the item values included in the work process data are stored in the corresponding record fields of the work process table (step S22).
  • the item value "10" is stored in the item value 44 field of the record with item number 1 with lot number 00000001, process code 01, and product name Pa.
  • the approval unit 12 determines whether or not item values are stored in the item value fields 44 of all records of the same process code of the same lot number in the work process table (step S23). . If no item value is stored in the field of the item value 44 of all records (step S23; NO), the process returns to step S21 to repeat steps S21 to S23. If the item value is stored in the item value field 44 of all records (step S23; YES), the approval unit 12 refers to the approval status 23 of the process master stored in the process master storage unit 13, and (step S24). If approval is not required for completion of the work process (step S24; NO), the approval unit 12 sets the status of the corresponding record in the progress management table to process completed (step S25).
  • process completion "3" is stored in the status 53 of the record with lot number 00000001, process code 01, and product name Pa.
  • the approval unit 12 refers to the approval requirements 24 of the process master stored in the process master storage unit 13, and It is determined whether or not the approval requirements for the process are met (step S26). If the approval requirement for the work process is not satisfied (step S26; NO), the approval unit 12 sets the status of the corresponding record in the progress management table to waiting for approval (step S27).
  • the status 53 of the record with lot number 00000002, process code 04, and product name Pb stores "2" waiting for approval.
  • step S26 if the necessary conditions for approval of the work process are satisfied (step S26; YES), the approval unit 12 refers to the user master stored in the user master storage unit 14, and the input/output terminal user (progress management It is determined whether or not the user indicated by the user ID 55 of the corresponding record in the table has the approval right (step S28). If the input/output terminal user has approval authority (step S28; YES), the process proceeds to step S25. At this time, the approval unit 12 stores the user ID of the input/output terminal user in the approver ID 46 of the corresponding record in the work process table and the approver ID 56 of the corresponding record in the progress management table. If the input/output terminal user does not have approval authority (step S28; NO), the process proceeds to step S27.
  • step S30 If the power of the data recording device 1 is not turned off (step S30; NO), the process returns to step S11 to repeat steps S11 to S30. When the power is turned off (step S30; YES), the process ends.
  • the approval unit 12 of the data recording device 1 refers to the user master stored in the user master storage unit 14, and determines whether or not the input/output terminal user indicated by the user ID included in the work process data has approval authority (step S31).
  • step S31 If the input/output terminal user does not have approval authority (step S31; NO), the approval unit 12 generates an error screen indicating that the user does not have approval authority, and the input/output control unit 11 inputs/outputs the error screen.
  • the data is transmitted to the terminal 6 (step S32), and the process ends.
  • the input/output terminal 6 displays the received error screen.
  • the approval unit 12 extracts records containing the same lot number, process code, and product name as the work process data from the work process table, Display the number, process code, product name, item number and item value, generate a work process approval screen on which approval can be entered, and the input/output control unit 11 transmits the work process approval screen to the input/output terminal 6 (step S33).
  • the input/output terminal 6 displays the received work process approval screen.
  • the user checks the displayed item values and if there is no problem, the user enters approval of the work process on the work process approval screen.
  • the input/output terminal 6 transmits work process data including approval of the input work process to the data recording device 1 .
  • step S34 If the input/output control unit 11 does not receive work process data including work process approval from the input/output terminal 6 (step S34; NO), the process repeats step S34 to receive work process data including work process approval. stand by.
  • the approval unit 12 changes the status of the corresponding record in the progress management table to process completion (step S35), the process ends.
  • the approval unit 12 stores the user ID of the input/output terminal user in the approver ID 46 of the corresponding record in the work process table and the approver ID 56 of the corresponding record in the progress management table.
  • step S34 determines whether or not the input/output control unit 11 has received work process data including disapproval of the work process.
  • the approval unit 12 notifies the user indicated by the user ID 55 of the corresponding record in the progress management table that the work process has been disapproved. to end the process.
  • the traceability system 100 in the production of goods whose work process is managed using the traceability system, if the input/output terminal user does not have the approval authority, the work process cannot be completed. If there is a defect in the work process data, the input/output terminal user who has the approval right does not approve it.
  • the user uses the input/output terminal 6 to send and receive data to and from the data recording device 1, but the user may directly input data to the data recording device 1 and have it output.
  • the input/output control unit 11 accepts input of work process data from the user and displays an item value input screen, an error screen, and an approval input screen.
  • the items to be managed are, for example, values related to product attributes such as voltage, reflectance, and flatness. It may be configured to In this case, the item value is a value indicating whether or not the work process has been completed.
  • the approval unit 12 refers to the process master and determines whether approval is required for completion of the work process.
  • the present invention is not limited to this. For example, if approval is always required for completion of the work process, it is not necessary to determine whether or not approval is required. In this case, the approval status 23 may not be present in the process master.
  • an approval requirement indicating the necessary conditions for approval when approval is required was provided, but the present invention is not limited to this.
  • the process master may not have the approval requirement 24 and the progress management table may not have the approval requirement status 54 .
  • the data recording device 1 includes a temporary storage section 101, a storage section 102, a calculation section 103, an input section 104, a transmission/reception section 105 and a display section .
  • Temporary storage unit 101, storage unit 102, input unit 104, transmission/reception unit 105, and display unit 106 are all connected to calculation unit 103 via BUS.
  • the calculation unit 103 is, for example, a CPU (Central Processing Unit).
  • the calculation unit 103 executes the processing of the input/output control unit 11 and the approval unit 12 according to the control program stored in the storage unit 102 .
  • the temporary storage unit 101 is, for example, a RAM (Random-Access Memory). Temporary storage unit 101 loads a control program stored in storage unit 102 and is used as a work area for calculation unit 103 .
  • RAM Random-Access Memory
  • the storage unit 102 is a non-volatile memory such as flash memory, hard disk, DVD-RAM (Digital Versatile Disc-Random Access Memory), DVD-RW (Digital Versatile Disc-ReWritable).
  • the storage unit 102 stores in advance a program for causing the calculation unit 103 to perform the processing of the data recording device 1, and in accordance with the instruction of the calculation unit 103, supplies the data stored by this program to the calculation unit 103, and performs calculation.
  • the data supplied from the unit 103 is stored.
  • the process master storage unit 13 , the user master storage unit 14 , the work process table storage unit 15 and the progress management table storage unit 16 are configured in the storage unit 102 .
  • the input unit 104 is an input device such as a keyboard, pointing device, voice input device, etc., and an interface device that connects the input device to the BUS. Information input by the user is supplied to the calculation unit 103 via the input unit 104 . In the configuration in which the user directly inputs data to the data recording device 1 , the input section 104 functions as the input/output control section 11 .
  • the transmitting/receiving unit 105 is a network terminal device or wireless communication device that connects to a network, and a serial interface or LAN (Local Area Network) interface that connects to them.
  • the transmission/reception unit 105 functions as the input/output control unit 11 .
  • the display unit 106 is a display device such as an LCD (Liquid Crystal Display) or an organic EL (electroluminescence) display. In a configuration in which the user directly outputs data to the data recording device 1 , the display section 106 functions as the input/output control section 11 .
  • Calculation unit 103, temporary storage unit 101, storage unit 102, input unit 104, transmitting/receiving unit 105, display unit 106, and other main processing parts of data recording apparatus 1 are not based on a dedicated system, but a normal computer. system.
  • a computer program for executing the above operations may be recorded on a computer-readable recording medium such as a flexible disk, CD-ROM (Compact Disc-Read Only Memory), DVD-ROM (Digital Versatile Disc-Read Only Memory).
  • the data recording apparatus 1 that executes the above processing may be configured by storing and distributing the program in a computer and installing the computer program in the computer.
  • the computer program may be stored in a storage device of a server device on a communication network such as the Internet, and the data recording device 1 may be configured by downloading it to a normal computer system.
  • the functions of the data recording device 1 are realized by sharing the functions of the OS (Operating System) and application programs, or by cooperation between the OS and application programs, only the application program portion is stored in the recording medium or storage device. You may
  • the computer program may be posted on a bulletin board system (BBS, Bulletin Board System) on the communication network, and the computer program may be provided via the communication network. Then, the computer program may be activated and executed in the same manner as other application programs under the control of the OS to execute the above processing.
  • BSS bulletin board System
  • Traceability system 1 Data recording device 6 Input/output terminal 7 Network 11 Input/output control unit 12 Approval unit 13 Process master storage unit 14 User master storage unit 15 Work process table storage unit 16 Progress management table Storage unit 101 Temporary storage unit 102 Storage unit 103 Calculation unit 104 Input unit 105 Transmission/reception unit 106 Display unit.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Health & Medical Sciences (AREA)
  • Manufacturing & Machinery (AREA)
  • Business, Economics & Management (AREA)
  • Health & Medical Sciences (AREA)
  • Strategic Management (AREA)
  • Quality & Reliability (AREA)
  • Economics (AREA)
  • General Business, Economics & Management (AREA)
  • Primary Health Care (AREA)
  • Marketing (AREA)
  • Human Resources & Organizations (AREA)
  • Tourism & Hospitality (AREA)
  • Automation & Control Theory (AREA)
  • Bioethics (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Software Systems (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

トレーサビリティシステム(100)は、ユーザからのユーザIDを含む作業工程データの入力を受け付けデータ記録装置(1)に送信する入出力端末(6)と、入出力端末(6)から作業工程データを受信する入出力制御部(11)、各ユーザの承認権の有無を含むユーザマスタを記憶するユーザマスタ記憶部(14)、作業工程データを格納する作業工程テーブルを記憶する作業工程テーブル記憶部(15)、作業工程が完了したか否かを含む進捗管理テーブルを記憶する進捗管理テーブル記憶部(16)、および、ユーザマスタを参照し、受信した作業工程データに含まれるユーザIDが示す入出力端末ユーザに承認権がある場合、作業工程データが示す作業工程を完了とし、承認権がない場合、作業工程データが示す作業工程を承認待ちとする承認部(12)を有するデータ記録装置(1)とを備える。

Description

トレーサビリティシステム、データ記録装置、データ記録方法およびプログラム
 本開示は、トレーサビリティシステム、データ記録装置、データ記録方法およびプログラムに関する。
 物品の生産において、作業工程のデータを記録して作業工程を管理するトレーサビリティシステムと呼ばれる仕組みがある。例えば特許文献1には、作業工程のデータを記録する際に、ユーザごとまたはグループごとにアクセス制御を実現する技術が開示されている。特許文献1に記載の技術では、アクセス権限を付与されたユーザはデータベース上の専用テーブルへのアクセス、読み込みおよび書き込みが可能となる。
特開2003-36207号公報
 特許文献1に記載の技術では、ユーザごとまたはグループごとにアクセス権限が付与されるが、記録されたデータを承認する仕組みが備わっていない。このため、記録されたデータに誤記があったり品質規格外のデータがあったりしても、修正されずに次の作業工程へ流出してしまうことがある。また、作業工程の完了がユーザ独自の判断になり、作業責任者の承認を経ずに次の作業工程へ移ってしまうことがある。このため、品質不正が発生する問題がある。
 本開示は、上記のような問題点を解決するためになされたものであり、トレーサビリティシステムを用いて作業工程を管理する物品の生産において、品質不正を抑制することを目的とするものである。
 上記目的を達成するため、本開示に係るトレーサビリティシステムは、物品の生産において、作業工程に関する作業工程データを記録するトレーサビリティシステムである。本開示に係るトレーサビリティシステムは、入出力端末と、データ記録装置とを備える。入出力端末は、ユーザからの、ユーザを識別するユーザIDを含む作業工程データの入力を受け付け、作業工程データをデータ記録装置に送信する。データ記録装置は、入出力制御部、ユーザマスタ記憶部、作業工程テーブル記憶部、進捗管理テーブル記憶部、承認部を備える。入出力制御部は、入出力端末から作業工程データを受信する。ユーザマスタ記憶部は、各ユーザの承認権の有無を含むユーザマスタを記憶する。作業工程テーブル記憶部は、作業工程データを格納する作業工程テーブルを記憶する。進捗管理テーブル記憶部は、作業工程が完了したか否かを含む進捗管理テーブルを記憶する。承認部は、入出力制御部が作業工程データを受信すると、ユーザマスタを参照し、作業工程データに含まれるユーザIDが示す入出力端末ユーザに承認権があるか否かを判定し、入出力端末ユーザに承認権がある場合、進捗管理テーブルの作業工程データが示す作業工程を完了とし、入出力端末ユーザに承認権がない場合、進捗管理テーブルの作業工程データが示す作業工程を承認待ちとする。
 本開示によれば、トレーサビリティシステムを用いて作業工程を管理する物品の生産において、入出力端末ユーザに承認権がない場合は作業工程を完了できない構成にすることより、作業工程データに不備があった場合に、承認権がある入出力端末ユーザが承認しなければ、次の作業工程へ流出することがなくなり、品質不正を抑制することができる。
実施の形態1に係るトレーサビリティシステムの構成例を示す図 実施の形態1に係る工程マスタの一例を示す図 実施の形態1に係るユーザマスタの一例を示す図 実施の形態1に係る作業工程テーブルの一例を示す図 実施の形態1に係る進捗管理テーブルの一例を示す図 実施の形態1に係るデータ記録処理の動作の一例を示すフローチャート 実施の形態1に係る承認処理の動作の一例を示すフローチャート 実施の形態1に係るデータ記録装置のハードウェア構成の一例を示す図
 以下に、本実施の形態に係るトレーサビリティシステム、データ記録装置、データ記録方法およびプログラムについて図面を参照して詳細に説明する。なお、図中同一または相当する部分には同じ符号を付す。本実施の形態では、製品の製造について、作業工程に関するデータを記録して作業工程を管理するトレーサビリティシステムの例について説明する。以下、作業工程に関するデータを作業工程データという。
(実施の形態1)
 実施の形態1に係るトレーサビリティシステム100の構成について、図1を用いて説明する。トレーサビリティシステム100は、ユーザが使用する入出力端末6と、作業工程データを記録するデータ記録装置1とを備える。入出力端末6とデータ記録装置1とはネットワーク7を介して接続される。図1では、入出力端末6を1台記載しているが、トレーサビリティシステム100は、複数の入出力端末6を備えてもよい。トレーサビリティシステム100には複数のユーザが存在し、作業工程の完了を承認する承認権を有するユーザと承認権を有しないユーザがいる。ユーザは、入出力端末6を用いてデータ記録装置1に作業工程データを送信する。以下、入出力端末6を用いてデータ記録装置1に作業工程データを送信したユーザを入出力端末ユーザという。
 データ記録装置1は、ネットワーク7を介して入出力端末6から作業工程データを受信する入出力制御部11と、入出力端末ユーザに承認権があるか否かを判定する承認部12と、各作業工程の完了に承認が必要であるか否かおよび承認条件を含む工程マスタを記憶する工程マスタ記憶部13と、各ユーザの承認権の有無を含むユーザマスタを記憶するユーザマスタ記憶部14とを備える。また、データ記録装置1は、作業工程データを格納する作業工程テーブルを記憶する作業工程テーブル記憶部15と、作業工程データが示す作業工程が完了したか否かを含む進捗管理テーブルを記憶する進捗管理テーブル記憶部16とを備える。
 まず、工程マスタ記憶部13が記憶する工程マスタについて、図2を用いて説明する。図2の例では、工程マスタは、作業工程を識別する工程コード20、製造する製品名を示す製品21、管理する項目を示す項目番号22、作業工程の完了に承認が必要であるか否かを示す承認有無23、および、承認が必要である場合の承認が必要な条件を示す承認必要条件24のカラムを有する。製品21は、製品を識別可能な情報であれば、製品名に限らず、例えば製品番号でもよい。管理する項目は、例えば、電圧、反射率、平面度といった製品の属性に関する値である。
 承認有無23は、承認の必要無しを「0」、承認の必要有りを「1」とする。承認必要条件24は、承認の必要無しを「0」、作業工程ごとに承認の必要ありを「1」、ロット切り替わり時に承認の必要ありを「2」、製品切り替わり時に承認の必要ありを「3」として、どのような条件下で承認が必要であるかを定義する。工程マスタは、工程コード20、製品21および項目番号22をキー情報とする。なお、工程マスタ記憶部13は、データ記録装置1の外部のシステムまたは装置が備えてもよい。
 続いて、ユーザマスタ記憶部14が記憶するユーザマスタについて、図3を用いて説明する。図3の例では、ユーザマスタは、ユーザを識別するユーザID30、および、ユーザに作業工程完了の承認権限があるか否かを示す承認権限31のカラムを有する。承認権限31は、承認権限無しを「0」、承認権限有りを「1」とする。ユーザマスタは、ユーザID30をキー情報とする。なお、ユーザマスタ記憶部14は、データ記録装置1の外部のシステムまたは装置が備えてもよい。なお、ユーザマスタは、例えばユーザの氏名を含んでもよい。
 図1に戻り、データ記録装置1の入出力制御部11は、製品の製造単位を識別するロット番号、ユーザID、工程コードおよび製品名を含む作業工程データを入出力端末6から受信すると、ロット番号、ユーザID、工程コードおよび製品名を作業工程テーブル記憶部15が記憶する作業工程テーブルに格納し、管理する項目ごとにレコードを作成する。また、入出力制御部11は、ロット番号、ユーザID、工程コードおよび製品名を進捗管理テーブル記憶部16が記憶する進捗管理テーブルに格納し、作業工程ごとにレコードを作成する。作業工程データに含まれるユーザIDが示すユーザは、入出力端末ユーザである。
 その後、管理する項目の値を含む作業工程データを入出力端末6から受信すると、入出力制御部11は、作業工程テーブルの対応するレコードのフィールドに管理する項目の値を格納する。以下、管理する項目の値を項目値という。すべての管理する項目について項目値が格納されると、承認部12は、工程マスタ記憶部13が記憶する工程マスタを参照し、当該作業工程の完了に承認が必要であるか否かを判定する。当該作業工程の完了に承認が不要である場合、承認部12は、進捗管理テーブルの作業工程データが示す作業工程を完了とする。当該作業工程の完了に承認が必要である場合、承認部12は、工程マスタ記憶部13が記憶する工程マスタを参照し、当該作業工程の完了の承認必要条件を満たしているか否かを判定する。当該作業工程の完了の承認必要条件を満たしていない場合、承認部12は、進捗管理テーブルの作業工程データが示す作業工程を承認待ちとする。当該作業工程の完了の承認必要条件を満たしている場合、承認部12は、ユーザマスタ記憶部14が記憶するユーザマスタを参照し、入出力端末ユーザに承認権があるか否かを判定する。承認部12は、入出力端末ユーザに承認権がある場合、進捗管理テーブルの作業工程データが示す作業工程を完了とし、入出力端末ユーザに承認権がない場合、進捗管理テーブルの作業工程データが示す作業工程を承認待ちとする。作業工程の完了および承認待ちについての詳細は、後述する。
 ここで、作業工程テーブル記憶部15が記憶する作業工程テーブルについて、図4を用いて説明する。図4の例では、作業工程テーブルは、製品の製造単位を識別するロット番号40、作業工程を識別する工程コード41、製造する製品名を示す製品42、管理する項目を示す項目番号43、管理する項目の値を示す項目値44、入出力端末ユーザを識別するユーザIDを示すユーザID45、および、作業工程の完了を承認した承認者を示す承認者ID46のカラムを有する。工程マスタの製品21が製品番号である場合には、製品42にも同様に製品番号を用いる。作業工程テーブルは、ロット番号40、工程コード41、製品42および項目番号43をキー情報とする。
 続いて、進捗管理テーブル記憶部16が記憶する進捗管理テーブルについて、図5を用いて説明する。図5の例では、進捗管理テーブルは、製品の製造単位を識別するロット番号50、作業工程を識別する工程コード51、製造する製品名を示す製品52、工程の作業状態を示すステータス53、承認必要条件を満たしているか否かを示す承認必要条件ステータス54、入出力端末ユーザを識別するユーザIDを示すユーザID55、および、作業工程の完了を承認した承認者を示す承認者ID56のカラムを有する。製品21および製品42が製品番号である場合には、製品52にも同様に製品番号を用いる。ステータス53は、工程着手を「1」、承認待ちを「2」、工程完了を「3」とする。承認必要条件ステータス54は、承認必要条件を満たしている場合を完了「1」、満たしていない場合を未完了「0」とする。進捗管理テーブルは、ロット番号50および工程コード51をキー情報とする。
 ここで、作業工程テーブルおよび進捗管理テーブルに作業工程データが格納される方法について具体的に説明する。ユーザは、作業工程に着手する際に、入出力端末6に自身のユーザID、作業工程に着手するロット番号、工程コード、および、製品名を入力する。入出力端末6は、入力されたユーザID、ロット番号、工程コード、および、製品名を含む作業工程データをデータ記録装置1に送信する。
 データ記録装置1の入出力制御部11は、入出力端末6からユーザID、ロット番号、工程コード、および、製品名を含む作業工程データを受信すると、作業工程テーブルおよび進捗管理テーブルに同一のロット番号、工程コード、および、製品名を含むレコードがあるか否かを判定する。同一のロット番号、工程コード、および、製品名を含むレコードがある場合の処理は後述する。
 同一のロット番号、工程コード、および、製品名を含むレコードがない場合、入出力制御部11は、工程マスタ記憶部13が記憶する工程マスタを参照し、作業工程データに含まれる工程コードおよび製品名に対応する項目番号を特定する。入出力制御部11は、作業工程データに含まれるユーザID、ロット番号、工程コード、および、製品名と、特定した項目番号とを作業工程テーブルに格納して、管理する項目ごとにレコードを作成する。入出力制御部11は、作業工程データに含まれるユーザID、ロット番号、工程コード、および、製品名を進捗管理テーブルに格納して、ロット番号の工程ごとのレコードを作成する。このとき、入出力制御部11は、作成したレコードのステータス53を工程着手「1」にする。
 また、入出力制御部11は、入出力端末6からユーザID、ロット番号、工程コード、および、製品名を含む作業工程データを受信すると、進捗管理テーブルから、作業工程データに含まれるロット番号と同一のロット番号で、工程コードが作業工程データに含まれる工程コードより小さい、つまり作業工程データに含まれる作業工程よりも前の作業工程のレコードを全検索する。検索した全てのレコードのステータス53が工程完了「3」である、または、該当するレコードが存在しない場合には、入出力制御部11は、項目値を入力可能な項目値入力画面を生成し、入出力端末6に送信する。入出力端末6は、受信した項目値入力画面を表示する。検索したレコードのステータス53に1つでも工程着手「1」または承認待ち「2」がある場合には、入出力制御部11は、前の作業工程が未完了であることを表示するエラー画面を生成し、入出力端末6に送信する。入出力端末6は、受信したエラー画面を表示する。
 入出力端末6にエラー画面が表示されると、ユーザは、前の作業工程が完了していないことを知ることができ、作業工程に着手しない。これにより、前の作業工程が完了していないにも関わらず、作業工程に着手してしまうことを防止できる。
 入出力端末6に項目値入力画面が表示されると、ユーザは作業工程に着手し、作業工程を実施して得た項目値を項目値入力画面に入力する。入出力端末6は、入力された項目値を含む作業工程データをデータ記録装置1に送信する。データ記録装置1の入出力制御部11は、入出力端末6から項目値を含む作業工程データを受信すると、作業工程データに含まれる項目値を作業工程テーブルの該当するレコードの項目値44のフィールドに格納する。
 作業工程テーブルにおいて、同一のロット番号の同一の工程コードのすべてのレコードの項目値44のフィールドに項目値が格納されると、承認部12は、工程マスタ記憶部13が記憶する工程マスタの承認有無23を参照し、当該作業工程の完了に承認が必要であるか否かを判定する。
 当該作業工程の完了に承認が不要な場合、承認部12は、進捗管理テーブルの該当レコードのステータス53を工程完了「3」にする。当該作業工程の完了に承認が必要である場合、承認部12は、工程マスタ記憶部13が記憶する工程マスタの承認必要条件24を参照し、当該作業工程の承認必要条件を満たしているか否かを判定する。当該作業工程の承認必要条件を満たしていない場合、承認部12は、進捗管理テーブルの該当レコードのステータス53を承認待ち「2」にし、承認必要条件ステータス54を「0」にする。当該作業工程の承認必要条件を満たしている場合、承認部12は、ユーザマスタ記憶部14が記憶するユーザマスタを参照し、入出力端末ユーザ(進捗管理テーブルの該当するレコードのユーザID55が示すユーザ)が承認権を有するか否かを判定する。
 入出力端末ユーザが承認権を有する場合、承認部12は、進捗管理テーブルの該当するレコードのステータス53を工程完了「3」にし、承認必要条件ステータス54を「1」にする。また、承認部12は、作業工程テーブルの該当するレコードの承認者ID46および進捗管理テーブルの該当するレコードの承認者ID56に入出力端末ユーザのユーザIDを格納する。入出力端末ユーザが承認権を有しない場合、承認部12は、進捗管理テーブルの該当レコードのステータス53を承認待ち「2」にし、承認必要条件ステータス54を「1」にする。
 続いて、進捗管理テーブルのステータス53が承認待ち「2」であるレコード、つまり承認待ちの作業工程を、承認権を有するユーザが承認する処理について説明する。ユーザは、承認待ちの作業工程を承認する際、入出力端末6に自身のユーザID、作業工程を承認するロット番号、工程コード、および、製品名を入力する。入出力端末6は、入力されたユーザID、ロット番号、工程コード、および、製品名を含む作業工程データをデータ記録装置1に送信する。
 データ記録装置1の入出力制御部11は、入出力端末6からユーザID、ロット番号、工程コード、および、製品名を含む作業工程データを受信すると、作業工程テーブルおよび進捗管理テーブルに同一のロット番号、工程コード、および、製品名を含むレコードがあるか否かを判定する。同一のロット番号、工程コード、および、製品名を含むレコードがある場合、承認部12は、ユーザマスタ記憶部14が記憶するユーザマスタを参照し、作業工程データに含まれるユーザIDが示す入出力端末ユーザに承認権限があるか否かを判定する。
 入出力端末ユーザに承認権限がない場合、承認部12は、ユーザに承認権限がないことを表示するエラー画面を生成する。入出力制御部11は、承認部12が生成したエラー画面を入出力端末6に送信する。入出力端末6は、受信したエラー画面を表示する。入出力端末ユーザに承認権限がある場合、承認部12は、作業工程テーブルから作業工程データと同一のロット番号、工程コード、および、製品名を含むレコードを抽出し、ロット番号、工程コード、製品名、項目番号および項目値を表示し、承認を入力可能な作業工程承認画面を生成する。入出力制御部11は、承認部12が生成した作業工程承認画面を入出力端末6に送信する。入出力端末6は、受信した作業工程承認画面を表示する。
 入出力端末6に作業工程承認画面が表示されると、ユーザは表示された項目値を確認して問題なければ、ユーザは作業工程の承認を作業工程承認画面に入力する。入出力端末6は、入力された作業工程の承認を含む作業工程データをデータ記録装置1に送信する。データ記録装置1の入出力制御部11が入出力端末6から作業工程の承認を含む作業工程データを受信すると、承認部12は、進捗管理テーブルの該当するレコードのステータス53を工程完了「3」にする。また、承認部12は、作業工程テーブルの該当するレコードの承認者ID46および進捗管理テーブルの該当するレコードの承認者ID56に入出力端末ユーザのユーザIDを格納する。
 一方、ユーザは表示された項目値を確認して問題があれば、作業工程の非承認を作業工程承認画面に入力する構成にしてもよい。この場合、入出力端末6は、入力された作業工程の非承認を含む作業工程データをデータ記録装置1に送信する。データ記録装置1の入出力制御部11が入出力端末6から作業工程の非承認を含む作業工程データを受信すると、承認部12は、進捗管理テーブルの該当するレコードのユーザID55が示すユーザに作業工程が非承認であったことを報知する。報知方法は、例えば、メール送信でも画面表示でも音声出力でもよい。
 なお、ユーザが承認待ちの作業工程を承認する際、入出力端末6を用いてユーザID、ロット番号、工程コード、および、製品名を含む作業工程データをデータ記録装置1に送信し、作業工程テーブルおよび進捗管理テーブルに同一のロット番号、工程コード、および、製品名を含むレコードがなければ、入出力端末6に項目値入力画面またはエラー画面が表示されるので、ユーザは承認しようとした作業工程がまだ着手されていないことを知ることができる。
 続いて、データ記録装置1が実行するデータ記録処理の流れについて、図6を用いて説明する。図6に示すデータ記録処理は、データ記録装置1に電源が投入された時に開始する。データ記録装置1の入出力制御部11が入出力端末6からユーザID、ロット番号、工程コード、および、製品名を含む作業工程データを受信しない場合(ステップS11;NO)、処理はステップS30に移行する。入出力端末6からユーザID、ロット番号、工程コード、および、製品名を含む作業工程データを受信した場合(ステップS11;YES)、入出力制御部11は、作業工程テーブルおよび進捗管理テーブルに同一のロット番号、工程コードおよび製品名を含むレコードがあるか否かを判定する(ステップS12)。
 同一のロット番号、工程コードおよび製品名を含むレコードがある場合(ステップS12;YES)、承認処理(ステップS29)を実行し、ステップS30に移行する。
 同一のロット番号、工程コードおよび製品名を含むレコードがない場合(ステップS12;NO)、入出力制御部11は、工程マスタ記憶部13が記憶する工程マスタを参照し、作業工程データに含まれる工程コードおよび製品名に対応する項目番号を特定する(ステップS13)。入出力制御部11は、作業工程データに含まれるユーザID、ロット番号、工程コード、および、製品名と、特定した項目番号とを作業工程テーブルに格納して、管理する項目ごとにレコードを作成する(ステップS14)。
 例えば、図4に示す作業工程テーブルでは、ロット番号00000001、工程コード01、製品名Paの項目番号1~6のレコードが作成されている。
 図6に戻り、入出力制御部11は、作業工程データに含まれるユーザID、ロット番号、工程コード、および、製品名を進捗管理テーブルに格納して、ロット番号の工程ごとのレコードを作成する(ステップS15)。入出力制御部11は、作成したレコードのステータスを工程着手にする(ステップS16)。
 例えば、図5に示す進捗管理テーブルでは、ロット番号00000003、工程コード07、製品名Pbのレコードが作成されており、ステータス53に工程着手「1」が格納されている。
 図6に戻り、入出力制御部11は、進捗管理テーブルから、作業工程データに含まれるロット番号と同一のロット番号で、工程コードが作業工程データに含まれる工程コードより小さい、つまり作業工程データに含まれる作業工程よりも前の作業工程のレコードを全検索する(ステップS17)。検索した全てのレコードのステータス53が工程完了である、または、該当するレコードが存在しない場合(ステップS18;YES)、入出力制御部11は、項目値を入力可能な項目値入力画面を生成し、入出力端末6に送信する(ステップS20)。入出力端末6は、受信した項目値入力画面を表示する。検索したレコードのステータス53に1つでも工程着手または承認待ちがある場合(ステップS18;NO)、入出力制御部11は、前の作業工程が未完了であることを表示するエラー画面を生成し、入出力端末6に送信する(ステップS19)。入出力端末6は、受信したエラー画面を表示する。
 入出力端末6に項目値入力画面が表示されると、ユーザは作業工程に着手し、作業工程を実施して得た項目値を項目値入力画面に入力する。入出力端末6は、項目値が入力されると、入力された項目値を含む作業工程データをデータ記録装置1に送信する。
 入出力制御部11は、入出力端末6から項目値を含む作業工程データを受信しない場合(ステップS21;NO)、ステップS23に移行する。入出力端末6から項目値を含む作業工程データを受信した場合(ステップS21;YES)、作業工程データに含まれる項目値を作業工程テーブルの該当するレコードのフィールドに格納する(ステップS22)。
 例えば、図4に示す作業工程テーブルでは、ロット番号00000001、工程コード01、製品名Paの項目番号1のレコードの項目値44のフィールドに項目値「10」が格納されている。
 図6に戻り、承認部12は、作業工程テーブルにおいて、同一のロット番号の同一の工程コードのすべてのレコードの項目値44のフィールドに項目値が格納されたか否かを判定する(ステップS23)。すべてのレコードの項目値44のフィールドに項目値が格納されていない場合(ステップS23;NO)、処理はステップS21に戻り、ステップS21~ステップS23を繰り返す。すべてのレコードの項目値44のフィールドに項目値が格納された場合(ステップS23;YES)、承認部12は、工程マスタ記憶部13が記憶する工程マスタの承認有無23を参照し、当該作業工程の完了に承認が必要であるか否かを判定する(ステップS24)。当該作業工程の完了に承認が不要な場合(ステップS24;NO)、承認部12は、進捗管理テーブルの該当レコードのステータスを工程完了にする(ステップS25)。
 例えば、図5に示す進捗管理テーブルでは、ロット番号00000001、工程コード01、製品名Paのレコードのステータス53に工程完了「3」が格納されている。
 図6に戻り、当該作業工程の完了に承認が必要である場合(ステップS24;YES)、承認部12は、工程マスタ記憶部13が記憶する工程マスタの承認必要条件24を参照し、当該作業工程の承認必要条件を満たしているか否かを判定する(ステップS26)。当該作業工程の承認必要条件を満たしていない場合(ステップS26;NO)、承認部12は、進捗管理テーブルの該当レコードのステータスを承認待ちにする(ステップS27)。
 例えば、図5に示す進捗管理テーブルでは、ロット番号00000002、工程コード04、製品名Pbのレコードのステータス53に承認待ち「2」が格納されている。
 図6に戻り、当該作業工程の承認必要条件を満たしている場合(ステップS26;YES)、承認部12は、ユーザマスタ記憶部14が記憶するユーザマスタを参照し、入出力端末ユーザ(進捗管理テーブルの該当するレコードのユーザID55が示すユーザ)が承認権を有するか否かを判定する(ステップS28)。入出力端末ユーザが承認権を有する場合(ステップS28;YES)、処理はステップS25に移行する。このとき、承認部12は、作業工程テーブルの該当するレコードの承認者ID46および進捗管理テーブルの該当するレコードの承認者ID56に入出力端末ユーザのユーザIDを格納する。入出力端末ユーザが承認権を有しない場合(ステップS28;NO)、処理はステップS27に移行する。
 データ記録装置1の電源がOFFになっていなければ(ステップS30;NO)、処理はステップS11に戻り、ステップS11~ステップS30を繰り返す。電源がOFFになると(ステップS30;YES)、処理は終了する。
 続いて、ステップ29で定義した承認処理について、図7を用いて説明する。データ記録装置1の承認部12は、ユーザマスタ記憶部14が記憶するユーザマスタを参照し、作業工程データに含まれるユーザIDが示す入出力端末ユーザに承認権限があるか否かを判定する(ステップS31)。
 入出力端末ユーザに承認権限がない場合(ステップS31;NO)、承認部12は、ユーザに承認権限がないことを表示するエラー画面を生成し、入出力制御部11は、エラー画面を入出力端末6に送信し(ステップS32)、処理を終了する。入出力端末6は、受信したエラー画面を表示する。
 入出力端末ユーザに承認権限がある場合(ステップS31;YES)、承認部12は、作業工程テーブルから作業工程データと同一のロット番号、工程コード、および、製品名を含むレコードを抽出し、ロット番号、工程コード、製品名、項目番号および項目値を表示し、承認を入力可能な作業工程承認画面を生成し、入出力制御部11は、作業工程承認画面を入出力端末6に送信する(ステップS33)。入出力端末6は、受信した作業工程承認画面を表示する。
 入出力端末6に作業工程承認画面が表示されると、ユーザは表示された項目値を確認して問題なければ、ユーザは作業工程の承認を作業工程承認画面に入力する。入出力端末6は、入力された作業工程の承認を含む作業工程データをデータ記録装置1に送信する。
 入出力制御部11が入出力端末6から作業工程の承認を含む作業工程データを受信しない場合(ステップS34;NO)、処理はステップS34を繰り返して作業工程の承認を含む作業工程データの受信を待機する。入出力制御部11が入出力端末6から作業工程の承認を含む作業工程データを受信すると(ステップS34;YES)、承認部12は、進捗管理テーブルの該当するレコードのステータスを工程完了にし(ステップS35)、処理を終了する。このとき、承認部12は、作業工程テーブルの該当するレコードの承認者ID46および進捗管理テーブルの該当するレコードの承認者ID56に入出力端末ユーザのユーザIDを格納する。
 なお、作業工程承認画面に作業工程の非承認を入力可能な構成の場合、入出力制御部11が入出力端末6から作業工程の承認を含む作業工程データを受信しない場合(ステップS34;NO)、入出力制御部11が作業工程の非承認を含む作業工程データを受信したか否かを判定する。入出力制御部11が作業工程の非承認を含む作業工程データを受信すると、承認部12は、進捗管理テーブルの該当するレコードのユーザID55が示すユーザに作業工程が非承認であったことを報知して、処理を終了する。
 実施の形態1に係るトレーサビリティシステム100によれば、トレーサビリティシステムを用いて作業工程を管理する物品の生産において、入出力端末ユーザに承認権がない場合は作業工程を完了できない構成にすることより、作業工程データに不備があった場合に、承認権がある入出力端末ユーザが承認しなければ、次の作業工程へ流出することがなくなり、品質不正を抑制することができる。
 上記の実施の形態では、ユーザは入出力端末6を用いてデータ記録装置1とデータの送受信を行うが、ユーザが直接データ記録装置1にデータを入力し、出力させる構成にしてもよい。この場合、入出力制御部11は、ユーザからの作業工程データの入力を受け付け、項目値入力画面、エラー画面および承認入力画面を画面表示する。
 上記の実施の形態では、製品の製造について、作業工程に関するデータを記録して作業工程を管理するトレーサビリティシステムの例について説明したが、製品の製造に限らず、本開示は物品の生産について適用可能である。
 上記の実施の形態では、管理する項目は、例えば、電圧、反射率、平面度といった製品の属性に関する値であったが、これに限らず、作業工程について実施済であるか否かだけを管理する構成にしてもよい。この場合、項目値は作業工程を実施済であるか否かを示す値とする。作業工程を実施済であることを示す項目値が格納されると、承認部12は、工程マスタを参照し、当該作業工程の完了に承認が必要であるか否かを判定する。
 上記の実施の形態では、承認が必要であるか否かを判定したが、これに限らない。例えば、必ず作業工程の完了に承認が必要である場合には、承認が必要であるか否かを判定しなくてもよい。この場合、工程マスタに承認有無23はなくてもよい。
 上記の実施の形態では、承認が必要である場合の承認の必要条件を示す承認必要条件を設けたが、これに限らない。例えば、作業工程の完了に承認が必要な場合には、作業工程の実施後のタイミングで必ず承認する必要がある場合には、承認必要条件を設けなくてもよい。この場合、工程マスタに承認必要条件24はなくてもよく、進捗管理テーブルに承認必要条件ステータス54はなくてもよい。
 データ記録装置1のハードウェア構成について図8を用いて説明する。図8に示すように、データ記録装置1は、一時記憶部101、記憶部102、計算部103、入力部104、送受信部105および表示部106を備える。一時記憶部101、記憶部102、入力部104、送受信部105および表示部106はいずれもBUSを介して計算部103に接続されている。
 計算部103は、例えばCPU(Central Processing Unit)である。計算部103は、記憶部102に記憶されている制御プログラムに従って、入出力制御部11および承認部12の処理を実行する。
 一時記憶部101は、例えばRAM(Random-Access Memory)である。一時記憶部101は、記憶部102に記憶されている制御プログラムをロードし、計算部103の作業領域として用いられる。
 記憶部102は、フラッシュメモリ、ハードディスク、DVD-RAM(Digital Versatile Disc - Random Access Memory)、DVD-RW(Digital Versatile Disc - ReWritable)などの不揮発性メモリである。記憶部102は、データ記録装置1の処理を計算部103に行わせるためのプログラムを予め記憶し、また、計算部103の指示に従って、このプログラムが記憶するデータを計算部103に供給し、計算部103から供給されたデータを記憶する。工程マスタ記憶部13、ユーザマスタ記憶部14、作業工程テーブル記憶部15および進捗管理テーブル記憶部16は、記憶部102に構成される。
 入力部104は、キーボード、ポインティングデバイス、音声入力機器などの入力装置と、入力装置をBUSに接続するインターフェース装置である。入力部104を介して、ユーザが入力した情報が計算部103に供給される。ユーザが直接データ記録装置1にデータを入力する構成では、入力部104は、入出力制御部11として機能する。
 送受信部105は、ネットワークに接続する網終端装置または無線通信装置、およびそれらと接続するシリアルインターフェースまたはLAN(Local Area Network)インターフェースである。送受信部105は、入出力制御部11として機能する。
 表示部106は、LCD(Liquid Crystal Display)、有機EL(electroluminescence)ディスプレイなどの表示装置である。ユーザが直接データ記録装置1にデータを出力させる構成では、表示部106は、入出力制御部11として機能する。
 図1に示すデータ記録装置1の入出力制御部11、承認部12、工程マスタ記憶部13、ユーザマスタ記憶部14、作業工程テーブル記憶部15および進捗管理テーブル記憶部16の処理は、制御プログラムが、一時記憶部101、計算部103、記憶部102、入力部104、送受信部105および表示部106などを資源として用いて処理することによって実行する。
 その他、前記のハードウェア構成およびフローチャートは一例であり、任意に変更および修正が可能である。
 計算部103、一時記憶部101、記憶部102、入力部104、送受信部105、表示部106などのデータ記録装置1の処理を行う中心となる部分は、専用のシステムによらず、通常のコンピュータシステムを用いて実現可能である。例えば、前記の動作を実行するためのコンピュータプログラムを、フレキシブルディスク、CD-ROM(Compact Disc - Read Only Memory)、DVD-ROM(Digital Versatile Disc - Read Only Memory)などのコンピュータが読み取り可能な記録媒体に格納して配布し、当該コンピュータプログラムをコンピュータにインストールすることにより、前記の処理を実行するデータ記録装置1を構成してもよい。また、インターネットに代表される通信ネットワーク上のサーバ装置が有する記憶装置に当該コンピュータプログラムを格納しておき、通常のコンピュータシステムがダウンロードすることでデータ記録装置1を構成してもよい。
 また、データ記録装置1の機能を、OS(Operating System)とアプリケーションプログラムの分担、またはOSとアプリケーションプログラムとの協働により実現する場合などには、アプリケーションプログラム部分のみを記録媒体、記憶装置に格納してもよい。
 また、搬送波にコンピュータプログラムを重畳し、通信ネットワークを介して提供することも可能である。例えば、通信ネットワーク上の掲示板(BBS, Bulletin Board System)に前記コンピュータプログラムを掲示し、通信ネットワークを介して前記コンピュータプログラムを提供してもよい。そして、このコンピュータプログラムを起動し、OSの制御下で、他のアプリケーションプログラムと同様に実行することにより、前記の処理を実行できる構成にしてもよい。
 なお、本開示は、本開示の広義の精神と範囲を逸脱することなく、様々な実施の形態及び変形が可能とされるものである。また、上述した実施の形態は、この開示を説明するためのものであり、本開示の範囲を限定するものではない。即ち、本開示の範囲は、実施の形態ではなく、請求の範囲によって示される。そして、請求の範囲内及びそれと同等の開示の意義の範囲内で施される様々な変形が、この開示の範囲内とみなされる。
 本出願は、2021年12月13日に出願された、日本国特許出願特願2021-201339号に基づく。本明細書中に日本国特許出願特願2021-201339号の明細書、特許請求の範囲、図面全体を参照として取り込むものとする。
 100 トレーサビリティシステム、1 データ記録装置、6 入出力端末、7 ネットワーク、11 入出力制御部、12 承認部、13 工程マスタ記憶部、14 ユーザマスタ記憶部、15 作業工程テーブル記憶部、16 進捗管理テーブル記憶部、101 一時記憶部、102 記憶部、103 計算部、104 入力部、105 送受信部、106 表示部。

Claims (8)

  1.  物品の生産において、作業工程に関する作業工程データを記録するトレーサビリティシステムであって、
     ユーザからの、前記ユーザを識別するユーザIDを含む前記作業工程データの入力を受け付け、前記作業工程データをデータ記録装置に送信する入出力端末と、
     前記入出力端末から前記作業工程データを受信する入出力制御部、
     各ユーザの承認権の有無を含むユーザマスタを記憶するユーザマスタ記憶部、
     前記作業工程データを格納する作業工程テーブルを記憶する作業工程テーブル記憶部、
     前記作業工程が完了したか否かを含む進捗管理テーブルを記憶する進捗管理テーブル記憶部、および、
     前記入出力制御部が前記作業工程データを受信すると、前記ユーザマスタを参照し、前記作業工程データに含まれるユーザIDが示す入出力端末ユーザに承認権があるか否かを判定し、前記入出力端末ユーザに承認権がある場合、前記進捗管理テーブルの前記作業工程データが示す作業工程を完了とし、前記入出力端末ユーザに承認権がない場合、前記進捗管理テーブルの前記作業工程データが示す作業工程を承認待ちとする承認部、
     を有するデータ記録装置と、
     を備えるトレーサビリティシステム。
  2.  各作業工程の完了に承認が必要であるか否かを含む工程マスタを記憶する工程マスタ記憶部をさらに備え、
     前記承認部は、前記入出力制御部が前記作業工程データを受信すると、前記工程マスタを参照し、前記作業工程データが示す作業工程の完了に承認が必要であるか否かを判定し、
    承認が不要である場合、前記進捗管理テーブルの前記作業工程データが示す作業工程を完了とし、承認が必要である場合、前記ユーザマスタを参照し、前記入出力端末ユーザに承認権があるか否かを判定し、前記入出力端末ユーザに承認権がある場合、前記進捗管理テーブルの前記作業工程データが示す作業工程を完了とし、前記入出力端末ユーザに承認権がない場合、前記進捗管理テーブルの前記作業工程データが示す作業工程を承認待ちとする、
     請求項1に記載のトレーサビリティシステム。
  3.  前記工程マスタは、承認が必要な条件である承認必要条件をさらに含み、
     前記承認部は、前記入出力制御部が前記作業工程データを受信すると、前記工程マスタを参照し、前記作業工程データが示す作業工程の完了に承認が必要であるか否かを判定し、
    承認が不要である場合、前記進捗管理テーブルの前記作業工程データが示す作業工程を完了とし、承認が必要である場合、前記承認必要条件を満たしているか否かを判定し、前記承認必要条件を満たしていない場合、前記進捗管理テーブルの前記作業工程データが示す作業工程を承認待ちとし、前記承認必要条件を満たしている場合、前記ユーザマスタを参照し、前記入出力端末ユーザに承認権があるか否かを判定し、前記入出力端末ユーザに承認権がある場合、前記進捗管理テーブルの前記作業工程データが示す作業工程を完了とし、前記入出力端末ユーザに承認権がない場合、前記進捗管理テーブルの前記作業工程データが示す作業工程を承認待ちとする、
     請求項2に記載のトレーサビリティシステム。
  4.  前記承認部は、前記入出力制御部が、承認待ちの作業工程の承認を含む前記作業工程データを受信すると、前記ユーザマスタを参照し、前記入出力端末ユーザに承認権があるか否かを判定し、前記入出力端末ユーザに承認権がある場合、前記進捗管理テーブルの前記作業工程データが示す承認待ちの作業工程を完了とする、
     請求項1から3のいずれか1項に記載のトレーサビリティシステム。
  5.  前記承認部は、前記入出力制御部が作業工程を含む前記作業工程データを受信すると、前記進捗管理テーブルを参照し、前記作業工程データに含まれる前記作業工程よりも前の作業工程が完了しているか否かを判定し、前の作業工程が完了していない場合、前の作業工程が完了していないことを表示するエラー画面を生成し、
     前記入出力制御部は、前記エラー画面を前記入出力端末に送信する、
     請求項1から4のいずれか1項に記載のトレーサビリティシステム。
  6.  物品の生産において、作業工程に関する作業工程データを記録するデータ記録装置であって、
     ユーザが生成した、前記ユーザを識別するユーザIDを含む前記作業工程データを取得する入出力制御部と、
     前記作業工程データを格納する作業工程テーブルを記憶する作業工程テーブル記憶部と、
     前記作業工程が完了したか否かを含む進捗管理テーブルを記憶する進捗管理テーブル記憶部と、
     前記入出力制御部が前記作業工程データを取得すると、各ユーザの承認権の有無を含むユーザマスタを参照し、前記作業工程データに含まれるユーザIDが示す入出力端末ユーザに承認権があるか否かを判定し、前記入出力端末ユーザに承認権がある場合、前記進捗管理テーブルの前記作業工程データが示す作業工程を完了とし、前記入出力端末ユーザに承認権がない場合、前記進捗管理テーブルの前記作業工程データが示す作業工程を承認待ちとする承認部と、
     を備える記録するデータ記録装置。
  7.  物品の生産において、作業工程に関する作業工程データを記録するデータ記録装置が実行する、
     ユーザが生成した、前記ユーザを識別するユーザIDを含む前記作業工程データを取得すると、各ユーザの承認権の有無を含むユーザマスタを参照し、前記作業工程データに含まれるユーザIDが示す入出力端末ユーザに承認権があるか否かを判定し、前記入出力端末ユーザに承認権がある場合、前記作業工程が完了したか否かを含む進捗管理テーブルの前記作業工程データが示す作業工程を完了とし、前記入出力端末ユーザに承認権がない場合、前記進捗管理テーブルの前記作業工程データが示す作業工程を承認待ちとする、
     データ記録方法。
  8.  物品の生産において、作業工程に関する作業工程データを記録するコンピュータを、
     ユーザが生成した、前記ユーザを識別するユーザIDを含む前記作業工程データを取得し、前記作業工程データを作業工程テーブルに格納する入出力制御部、および、
     前記入出力制御部が前記作業工程データを取得すると、前記作業工程データに含まれるユーザIDが示す入出力端末ユーザに承認権があるか否かを判定し、前記入出力端末ユーザに承認権がある場合、前記作業工程が完了したか否かを含む進捗管理テーブルの前記作業工程データが示す作業工程を完了とし、前記入出力端末ユーザに承認権がない場合、前記進捗管理テーブルの前記作業工程データが示す作業工程を承認待ちとする承認部、
     として機能させるプログラム。
PCT/JP2022/042821 2021-12-13 2022-11-18 トレーサビリティシステム、データ記録装置、データ記録方法およびプログラム Ceased WO2023112596A1 (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2021-201339 2021-12-13
JP2021201339 2021-12-13

Publications (1)

Publication Number Publication Date
WO2023112596A1 true WO2023112596A1 (ja) 2023-06-22

Family

ID=86774070

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2022/042821 Ceased WO2023112596A1 (ja) 2021-12-13 2022-11-18 トレーサビリティシステム、データ記録装置、データ記録方法およびプログラム

Country Status (1)

Country Link
WO (1) WO2023112596A1 (ja)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11250125A (ja) * 1998-03-03 1999-09-17 Fujitsu Ltd プロジェクト管理装置および記録媒体
JP2014199637A (ja) * 2013-09-30 2014-10-23 一般社団法人日本機械工業連合会 支援的保護システム
JP2020160507A (ja) * 2019-03-25 2020-10-01 新明和工業株式会社 生産管理システムおよびコンピュータプログラム

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11250125A (ja) * 1998-03-03 1999-09-17 Fujitsu Ltd プロジェクト管理装置および記録媒体
JP2014199637A (ja) * 2013-09-30 2014-10-23 一般社団法人日本機械工業連合会 支援的保護システム
JP2020160507A (ja) * 2019-03-25 2020-10-01 新明和工業株式会社 生産管理システムおよびコンピュータプログラム

Similar Documents

Publication Publication Date Title
US11494047B1 (en) Systems and methods for electronic signature
US8554596B2 (en) System and methods for managing complex service delivery through coordination and integration of structured and unstructured activities
JP4444594B2 (ja) 構成情報の展開
CN1770184B (zh) 在电子邮件消息附件之间导航的方法和计算机可读介质
WO2020233048A1 (zh) 定制化软件生成方法、系统、电子设备及存储介质
US10033600B2 (en) Client application integration for workflows
US20210383370A1 (en) Enhanced multi-party user data deletion
US8726227B2 (en) Modeling a governance process of establishing a subscription to a deployed service in a governed SOA
US20130117738A1 (en) Server Upgrades with Safety Checking and Preview
US8607192B2 (en) Automating a governance process of creating a new version of a service in a governed SOA
CN112184158B (zh) 租赁业务审批方法、装置、设备和介质
US10387816B2 (en) Automating a governance process of optimizing a portfolio of services in a governed SOA
JP2009181329A (ja) アプリケーション開発支援装置及びプログラム
US7584416B2 (en) Logical representation of a user interface form
US9886473B2 (en) Managing job status
US10445420B2 (en) Electronic form mobility hand-off
CN112465467B (zh) 业务协作方法、装置、计算机设备和存储介质
US20140316828A1 (en) System and method for exchanging an electronic ticket
WO2023112596A1 (ja) トレーサビリティシステム、データ記録装置、データ記録方法およびプログラム
WO2007061925A2 (en) Method and apparatus for cross organizational sharing of software applications using host platform
US11741404B2 (en) Methods and systems for user interface interaction
CN113902392A (zh) 创意项目管理方法、装置、终端及存储介质
JP2011044084A (ja) 作業状態管理プログラム及び情報処理装置
US20070185747A1 (en) Business process assistance wizard
US20180129639A1 (en) Providing document feature management in relation to communication

Legal Events

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

Ref document number: 22907127

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 22907127

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP