ANALYZING DEVICE SYSTEM AND PROGRAM FOR THE SYSTEM
20170317900 · 2017-11-02
Assignee
Inventors
Cpc classification
G01N35/00871
PHYSICS
International classification
Abstract
An operator creates a function table on an analyzing device, a computer for analysis or a server. In the function table, an instruction is described which includes designation of the computer(s) for analysis or the server, and a process to be executed by the designated computer(s) for analysis or server, and optionally includes parameter information required for execution. For analysis, the function table is displayed on a display screen of the analyzing device. When the operator selects an instruction in the table and instructs execution, the analyzing device causes the designated computer(s) for analysis or server described in the instruction to execute a process associated with the instruction. Such instruction can include a process of powering on the computer(s) for analysis. By previously describing expected processes and the computer(s) for analysis scheduled to perform the processes the processes to be executed can be instructed from the analyzing device.
Claims
1. An analyzing device system, comprising: a) a network; b) an analyzing device and one or a plurality of computers for analysis, and/or a server that are connected to the network; c) function table creating means provided in the analyzing device and one or the plurality of computers for analysis, and/or the server, and for creating a function table describing an instruction that includes designation of any of one or the plurality of computers for analysis and/or the server, and a predetermined process to be executed by the designated computer(s) for analysis or the server, and optionally includes parameter information required for execution; and d) function table executing means provided in the analyzing device, and for storing the function table, displaying the function table on a display screen, and executing the instruction according to an operation by an operator.
2. The analyzing device system according to claim 1, wherein the computer for analysis serves as the server.
3. The analyzing device system according to claim 1, wherein the function table executing means has a function of displaying an execution state or an execution result of the instruction on the display screen of the analyzing device.
4. The analyzing device system according to claim 1, wherein the function table executing means displays a parameter input screen, based on the parameter information required for executing the function table.
5. A non-transitory computer readable medium recording a program executed in an analyzing device system including an analyzing device and one or a plurality of computers for analysis and/or a server that are connected to a network, the program comprising: a) a function table creator provided in the analyzing device and one or the plurality of computers for analysis, and/or the server, and for creating a function table describing an instruction that includes designation of any of one or the plurality of computers for analysis and/or the server, and a predetermined process to be executed by the designated computer(s) for analysis or the server, and optionally includes parameter information required for execution; and b) a function table executor provided in the analyzing device, and for storing the function table, displaying the function table on a display screen, and executing the instruction according to an operation by an operator.
6. The analyzing device system according to claim 2, wherein the function table executing means has a function of displaying an execution state or an execution result of the instruction on the display screen of the analyzing device.
7. The analyzing device system according to claim 2, wherein the function table executing means displays a parameter input screen, based on the parameter information required for executing the function table.
Description
BRIEF DESCRIPTION OF DRAWINGS
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029]
DESCRIPTION OF EMBODIMENTS
[0030] Hereinafter, a chromatograph analyzing device system as an embodiment of an analyzing device system according to the present invention will be described with reference to the drawings. As shown in
[0031] As shown in
[0032] As shown in
[0033] In the chromatograph analyzing device system 10 having such a configuration, procedures in which an operator on the analyzing device 12 side makes the personal computer for analysis 13 execute various analyses will be described. Hereinafter, the description will be made on a case where the server 14 is provided separately from the personal computer for analysis 13.
[0034] First, the operator activates the function table creating program 35 at the personal computer for analysis 13 and creates a function table. The function table creating program 35 executed by the CPU 31 corresponds to function table creating means of the present invention. The function table creating program is installed also in the server 14. The operator may create the function table on the server 14. The function table creating program 26 for the analyzing device is installed also in the analyzing device 12. However, input is required through the operation panel 25. Consequently, the program may not be suitable to create a complicated function table. It may be practical to correct a function table having already been created.
[0035] An example of the function table is shown in
[0036] The instruction (ID =1) on the first row of the function table 50 of
[0037] The instruction (ID=2) on the second row has a function “remotely logging on to the personal computer for analysis 13 through the server”. The target computer is also the server 14. The IP address and a command [C:\Program Files\LogonPC.exe “192.168.100.1”] that means “remotely logging on to personal computer for analysis” are described. To this command, two parameters for displaying screens for entering the user ID and password for logon are added. For the first parameter (enter user ID) of these parameters, a type symbol 1 meaning “display character string” is given, and for the second parameter (enter password), a type symbol 2 meaning “display entered character as ‘*’ (asterisk)” is given.
[0038] The instruction (ID=3) on the third row is an instruction for activating the analysis program on the personal computer for analysis 13. Thus, the target of the instruction is the personal computer for analysis 13. As with the instructions on the second row, there are two arguments for user ID and password input screens.
[0039] The instruction (ID=4) on the fourth row is a command “download a routine analysis method into this analyzing device 12”, and the target is the personal computer for analysis 13. According to a command [C:\Program Files\SetMethod001.exe], the routine analysis method is downloaded into the device from the personal computer for analysis 13. This command does not have any argument or parameter.
[0040] The instruction (ID=5) on the fifth row is a command for logging off the personal computer for analysis 13. This instruction does not have any argument or parameter.
[0041] The function table 50 thus created is transferred from the personal computer for analysis 13 to the analyzing device 12, and is stored in the storage unit 22. The table is also transferred to the server 14, and is stored in the storage unit. The analyzing device 12 queries the personal computer for analysis 13 or the server 14, upon activation or at appropriate timing, about the version of the function table, and downloads the latest one from the query target when the function table held by the device itself is not the latest. Alternatively, the analysing device 12 may download the function table in the server 14 upon each activation or at each appropriate timing without comparing versions.
[0042] When performing analysis at the analyzing device 12, the operator operates a predetermined button on the operation panel 25 for displaying a menu for executing the functions of the server 14 or the personal computer for analysis 13 (PC). More specifically, as shown in
[0043] First, when the operator presses the button “Power on PC” on the first row of the function menu 42, the command [C:\Program Files\WakeUpPC.exe “192.168.100.1”] on the first row of the function table 50 is executed by the server 14 which is the target PC. Thus, the personal computer for analysis 13 is powered on through LAN communication. In a case where the personal computer for analysis 13 corresponding to the analyzing device 12 is predetermined, the argument “192.168.100.1” of the command can be generated by the analyzing device 12 itself (called from its storage unit) and added.
[0044] Next, when the button “Log on to PC” on the second row is pressed, the screen for prompting the operator to enter the user ID is displayed according to the description in the parameter field of the function table 50. When the operator enters the ID, then a screen for prompting the operator to enter the password is displayed. When the password is entered, the command [C:\Program Files\LogonPC.exe “192.168.100.1”] on the second row of the function table 50 and the character string information on the entered user ID and password are transferred to the 192.168.1.1 (server 14) which is the target PC. As a result, the server 14 executes the command [LogonPC.exe “192.168.100.1”] with the arguments of the user ID and password, and executes an operation of remotely logging on to the PC for analysis 13. The user ID and passwords which are the arguments are used for a logon operation.
[0045] In this way, each button of on the function menu 42 in
[0046] While the various processes are performed at the server 14 and the personal computer for analysis 13 through such button operations on the function menu 42, the progress status and results of the processes (Finished, Failure, etc.) may be displayed on the operation panel 25 of the analyzing device 12. Information on the progress status and results of the processes can be passed from the target computer (the personal computer for analysis 13 or the server 14) to the analyzing device through periodic communication between the target computer and the analyzing device.
[0047] The embodiment has thus been described mainly on the example where the server 14 is provided separately from the personal computer for analysis 13. In a case where the personal computer for analysis 13 works also as the server 14, the instructions including “Activate PC” and “Log on to PC” cannot be executed but the function table (and the function menu) can be effectively used for the other various instructions including downloading routine method into analyzing device.
REFERENCE SIGNS LIST
[0048] 10 . . . Chromatograph Analyzing Device System [0049] 11 . . . Network [0050] 12 . . . Chromatograph Analyzing Device [0051] 13 . . . Personal Computer for Analysis [0052] 14 . . . Server [0053] 21 . . . CPU [0054] 22, 32 . . . Storage Unit [0055] 25 . . . Operation Panel [0056] 25a . . . Display Unit [0057] 25b . . . Input Unit [0058] 26, 35 . . . Function Table Creating Program [0059] 27 . . . Function Table Executing Program [0060] 41 . . . Function Menu Displaying Button [0061] 42 . . . Function Menu [0062] 50 . . . Function Table