WO2014125587A1 - プログラマブル表示器、そのプログラム - Google Patents

プログラマブル表示器、そのプログラム Download PDF

Info

Publication number
WO2014125587A1
WO2014125587A1 PCT/JP2013/053461 JP2013053461W WO2014125587A1 WO 2014125587 A1 WO2014125587 A1 WO 2014125587A1 JP 2013053461 W JP2013053461 W JP 2013053461W WO 2014125587 A1 WO2014125587 A1 WO 2014125587A1
Authority
WO
WIPO (PCT)
Prior art keywords
screen
switching
display
priority
switching destination
Prior art date
Application number
PCT/JP2013/053461
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 PCT/JP2013/053461 priority Critical patent/WO2014125587A1/ja
Priority to JP2015500034A priority patent/JP6006399B2/ja
Priority to CN201380069741.9A priority patent/CN104937511A/zh
Publication of WO2014125587A1 publication Critical patent/WO2014125587A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B23/00Testing or monitoring of control systems or parts thereof
    • G05B23/02Electric testing or monitoring
    • 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/05Programmable logic controllers, e.g. simulating logic interconnections of signals according to ladder diagrams or function charts

Definitions

  • the present invention relates to a programmable display and the like.
  • a programmable display is connected to various connected devices such as a PLC main unit and a temperature control device, and items such as numerical displays and lamps for displaying the status of the connected devices, and a user can issue an arbitrary instruction.
  • Display images of items such as switches.
  • the item is also called a screen part or the like.
  • Images of a plurality of screen components (items) are usually displayed on the screen of the programmable display (referred to as an operation display screen).
  • Data and the like for displaying such an operation display screen (referred to as screen data etc.) are created in advance by a developer etc. in advance in a support device (not shown) and downloaded from the support device to the programmable display .
  • the screen data consists of data of a plurality of screens. Then, on the programmable display side, switching display of a plurality of screens is performed by, for example, a predetermined operation by the user.
  • the screen data includes, for each item, data such as an image of the item (image of a switch or lamp), display position coordinates, and an address (allocated memory address) of a predetermined area of an external memory described later. It is done. Furthermore, there may be a case where some program etc. is included.
  • Each of the items may, for example, display the state of the component corresponding to an arbitrary component (monitoring / control target) related to an arbitrary connected device, or turn on / off the component. It accepts an OFF instruction.
  • the present temperature will be displayed numerically at any time.
  • the display control relating to the various items is realized by, for example, periodically executing a predetermined process for each item.
  • a predetermined process for example, stored data of the predetermined area (allocated memory) of a memory device (external memory) in the connected device is read, and the display content of the item is determined and displayed based on the stored data. Processing (display refresh processing) and the like.
  • the connected device updates the stored data of the predetermined area of the external memory as needed (for example, the temperature control device updates the measured temperature value as needed).
  • the data read from the external memory is temporarily stored in a predetermined area of a memory device (shared memory) in the programmable display, and the display content of the item is determined and displayed based on the stored data.
  • a memory device shared memory
  • the process of reading out the stored data of the external memory and storing it in the shared memory is periodically executed, for example, by a predetermined functional unit (not shown here) of the programmable display.
  • the communication unit communicates with the various connection devices such as the PLC main body and the temperature control device, for example, to acquire storage data of a predetermined storage area of the external memory in the connection device, and share the data Overwrite and store in a predetermined area of memory.
  • the function part (it shall be called an item display part) which performs display control which concerns on the said various items in a programmable display controls item display content by accessing a shared memory regularly.
  • Patent Document 1 the prior art described in Patent Document 1 is known.
  • Patent Document 1 only the latest alarm can be displayed by performing sorting processing or the like.
  • JP 2012-14385 A JP 2012-14385 A
  • the screen data may be configured by a plurality of screens (operation display screens).
  • Each screen is basically composed of one or more screen parts (items), and an operation button (referred to as another screen switching switch) for switching to another predetermined screen is displayed.
  • the identification ID etc. of the screen of the switching destination is assigned to the "other screen switching switch", and this identification ID is displayed on the switch, for example, and switching to the screen of this identification ID is performed at the time of switch operation. It will be.
  • One screen is assigned to one other screen switching switch.
  • An object of the present invention is to provide a programmable display, its program and the like capable of reducing the trouble of selecting a switching destination screen by displaying a thumbnail list or sequentially displaying the thumbnails according to the order determined for a plurality of switching destination candidates. It is to be.
  • the programmable display of this example has, for example, the following configuration.
  • Display control means for displaying any of a plurality of screens;
  • ⁇ Priority determination means for determining the priority of the screen of the switching destination candidate based on past performance data when a predetermined operation is performed on the screen currently displayed;
  • Switching destination determining means for displaying the screen of the switching destination candidate in a predetermined form according to the priority determined by the priority determining means, and determining the screen arbitrarily designated for the display as the switching destination .
  • FIG. 1 It is a schematic block diagram of the whole system containing the programmable display of this example. It is a hardware structural example of the programmable display of this example. It is a software block diagram of this system. It is a functional block diagram of a programmable display of this example. It is a processing flowchart figure of the programmable display of this example. It is a specific example of a screen switching menu window.
  • (A) to (c) are specific examples of screen switching history data (part 1).
  • (A), (b) is a specific example (the 2) of screen switching history data. It is a processing flowchart figure at the time of "total switching count" mode selection.
  • (A) is an example of sorting result
  • (b) is an example of thumbnail display.
  • FIG. 1 It is a processing flowchart figure at the time of "switching count according to screen" mode selection.
  • (A) is an example of sorting result
  • (b) is an example of thumbnail display. It is a processing flowchart figure at the time of "the recently used screen” mode selection.
  • (A) is an example of tabulation and sorting results
  • (b) is a thumbnail display example. It is a processing flowchart figure at the time of "screen candidate display interlocked with a front screen” mode selection.
  • (A) is an example of sorting result
  • (b) is an example of thumbnail display. It is a processing flowchart figure at the time of an "automatic switching start" switch operating.
  • FIG. 1 is a schematic block diagram of the entire system including the programmable display 1 of this embodiment.
  • the configuration shown in FIG. 1 is an example, and the present invention is not limited to this example.
  • the programmable display 1 may not necessarily be connected to the drawing editor apparatus 5 via the communication line 3.
  • the programmable display 1 and the drawing editor apparatus 5 may exist separately.
  • the programmable display 1 may be anything as long as it holds a program for realizing the screen switching process according to the present method, screen data, and the like.
  • the programmable controller system shown in FIG. 1 includes various connection devices 4 and a programmable display 1 connected to the various connection devices 4 via the communication line 6. Furthermore, as an example, the programmable display 1 may be connected to the drawing editor apparatus 5 via the communication line 3.
  • the programmable display 1 is provided with a plurality of communication interfaces 2 (communication ports), and is connected to various connection devices 4 and the drawing editor 5 by communication lines 3 / communication lines 6 connected to the respective communication interfaces 2. ing.
  • the drawing editor device 5 corresponds to the support device in the above background art (from this point on, it may be referred to as the support device 5), and data for displaying the operation display screen on the programmable display 1 Etc. (screen data), has a function of assisting the user to create arbitrarily.
  • various item images are prepared in advance, and the user selects a desired item image and arranges it at a desired position, etc.
  • there are also tasks such as memory allocation described above.
  • the above screen data creation is performed by repeating the description).
  • screen data consists of a plurality of screens.
  • the user creates a desired screen by performing operations such as selection / arrangement of the desired item image on the template of the screen, and creates screen data consisting of a plurality of screens by repeating this.
  • a dedicated switch for screen switching (not shown) or the like is provided in advance in the form of the screen.
  • a dedicated switch for screen switching as a kind of screen part (item) is prepared There is.
  • the dedicated switch may be arranged in advance at a predetermined position (such as the lower right corner) in advance for each screen.
  • the dedicated switch for screen switching is operated (instead of immediately switching to another screen as in the above-mentioned conventional "other screen switching switch")
  • This screen display is, for example, a thumbnail image list display described later, or a candidate screen is sequentially displayed for a predetermined time in chronological order.
  • the screen switching menu window 40 is, for example, created in advance and stored in the support device 5, and is downloaded to the programmable display 1 together with the screen data. However, it is not limited to this example.
  • the screen switching menu window 40 may be created in advance and stored in the programmable display 1.
  • the programmable display 1 displays an arbitrary screen of a plurality of screens constituting screen data as in the conventional case.
  • an item display relating to the screen is performed, and one dedicated switch for screen switching is also displayed.
  • the dedicated switch is operated during arbitrary screen display, for example, a screen switching menu window 40 described later is displayed. Then, it is possible to switch to another screen desired by the user by processing and operation described later.
  • the drawing editor apparatus 5 is realized by, for example, a general-purpose computer (such as a personal computer). Therefore, although not particularly shown, it has a configuration of a general personal computer or the like. That is, for example, an arithmetic processor such as a CPU, a memory, a storage device such as a hard disk, an operation unit such as a keyboard or a mouse, a display unit such as a display, a communication function unit, and the like.
  • a general-purpose computer such as a personal computer. Therefore, although not particularly shown, it has a configuration of a general personal computer or the like. That is, for example, an arithmetic processor such as a CPU, a memory, a storage device such as a hard disk, an operation unit such as a keyboard or a mouse, a display unit such as a display, a communication function unit, and the like.
  • a predetermined application program is stored in advance in the storage device, and the arithmetic processor executes the application program to realize various functions of the drawing editor apparatus 5.
  • the various functions of the drawing editor apparatus 5 have already been described.
  • FIG. 2 is a hardware configuration example of the programmable display 1 of this example.
  • the programmable display 1 has a function of displaying each screen (operation display screen) and the like based on the screen data and the like described above substantially in the same manner as the conventional example described above. However, the process related to screen switching is different from the conventional one, and will be described in detail later.
  • the illustrated programmable display 1 includes a display operation control device 10, a touch panel 18, a display 19, the communication interface 2 and the like.
  • the display operation control device 10 includes a CPU 11, a ROM 12 (flash memory or the like), a RAM 13, a communication controller 14, a graphic controller 15, a touch panel controller 16 and the like, which are connected to a bus 17.
  • the CPU 11 is a central processing unit (arithmetic processor) that controls the entire display operation control device 10.
  • the CPU 11 performs various arithmetic operations (processes) of the programmable display 1 by executing a program (for example, a main body program 21 described later, etc.) stored in advance in the ROM 12. This process has also been briefly described above, but will be described in detail later.
  • the ROM 12 also stores the screen data (screen data 22 described later) and the like described in the background art.
  • the screen data is composed of a plurality of (possibly multiple) screens.
  • Each screen (operation display screen) may be, for example, a switch or a lamp disposed on the screen described above. It is configured by an image of each item, data of display position coordinates, size, and the like. It also has data related to memory access such as the above-mentioned allocated memory address (address of allocated memory area) for each item.
  • one dedicated switch (not shown) for switching the screen is also disposed, for example, on all the screens.
  • the memory access is basically performed only for items on the screen currently displayed.
  • display target data based on, for example, the screen data and acquired data obtained by an access process to the allocated memory area is developed (rendered) on, for example, the RAM 13 (or a video RAM not shown). Details will be described later.
  • the graphic controller 15 displays the above-described operation display screen and the like on the display 19 based on the drawing.
  • the display 19 is made of, for example, a liquid crystal panel or the like, and the touch panel 18 is provided so as to be superimposed on the liquid crystal panel. On the display 19, any screen of the plurality of screens is displayed. Item images are displayed at predetermined positions on each screen as described above.
  • the communication controller 14 performs communication (data transmission / reception, etc.) with the connected device 4 such as a PLC main body (not shown), a temperature control device, etc. and the drawing editor device 5 via the communication interface 2.
  • the connected device 4 such as a PLC main body (not shown), a temperature control device, etc. and the drawing editor device 5 via the communication interface 2.
  • the detection result of the pressing operation (touch) position on the touch panel 18 by the operator or the like is taken into the CPU 11 or the like via the touch panel controller 16 and analyzed. For example, analysis is performed based on the display position coordinates of each item, data of the size, and the like. For example, when the operator or the like touches the display position of the image of the switch, the CPU 11 or the like analyzes that the operation on the switch has been performed.
  • a screen switching menu window 40 described later is displayed as an example.
  • the user performs an arbitrary operation on this window 40 to specify the screen of the switching destination.
  • thumbnail (reduced) images of a plurality of screens to be switching destination candidates are listed and displayed on the window 40 according to the determined order (priority).
  • a plurality of screens as switching destination candidates are sequentially displayed in the determined order (priority).
  • This priority is determined, for example, based on the "frequency of use" of each screen. Basically, screens with relatively high frequency of use are given higher priority and displayed preferentially.
  • the switch for screen switching on the screen only needs to be the one dedicated switch, and it is possible to reduce the time and effort of selecting / determining the switching destination screen (for example, time until selection / determination) Can be shortened). This is particularly effective when there are a large number of switching destination candidates.
  • frequency of use means, for example, the number of times of display (number of switching times) described later, but is not limited to this example.
  • frequency of use may mean a value (ratio of display of each screen to total) calculated using the number of times of screen display as a whole as a denominator and the number of displays of each screen as a numerator.
  • FIG. 3 shows a software configuration of the present system.
  • various programs / data such as the main body program 21, the screen data 22, the communication program 23, etc. are stored, for example, in the ROM 12 (flash memory etc.).
  • the CPU 11 reads out / executes / refers to these programs / data and the like to perform display control and the like of the operation display screen (screen) for the programmable display.
  • the operation display screen (screen) consists of the image display of various items such as the above-mentioned numerical value display, lamp, switch, etc.
  • the display content of each item is, for example, data acquired from each connected device 4 (external memory; allocated memory area) It is updated as needed to reflect (acquired data).
  • the CPU 11 executes display control of the operation display screen based on the main body program 21, the screen data 22 and the acquired data.
  • the display content of each item (each screen component) on the operation display screen reflects the content of the acquired data (numerical display such as temperature, lighting / extinguishing of a lamp, etc.).
  • the screen data 22 is, for example, a screen data file 32 optionally created in advance on the drawing editor 5 side, downloaded to the programmable display 1 and stored. As described above, the screen data 22 is composed of a plurality of screens. Thus, the operation display screen includes a plurality of types, and is switched and displayed according to the user operation. In this method, a screen switching menu window 40 or the like, which will be described later, is used as an example when switching the operation display screen (screen).
  • the communication program file 33 (part of the communication program file 33) stored in advance in the drawing editor apparatus 5 is downloaded to the programmable display 1 and stored.
  • the communication program 23 of the programmable display 1 is a program for communicating with the connection device 4 via the communication line 6.
  • each model of the connection device 4 has a unique communication protocol (communication specification), and communication between the programmable display 1 and the connection device 4 is performed according to the communication specification. Therefore, the communication program 23 needs to be developed for each model of each connected device 4 or the like. As a matter of course, when the CPU 11 or the like executes the communication program 23, communication processing with the connected device 4 is realized.
  • connection device 4 which is the PLC main body etc. has various manufacturers and models, and each maker / model has its own communication program, and the communication program 23 may be depending on the maker / model of the connection device 4 depending on the case. Multiple types will be provided.
  • Communication between the programmable display 1 and the drawing editor 5 is performed, for example, by the main body program 21 and the drawing editor 31 (a communication function is incorporated in the drawing editor 31). This is not particularly relevant and will not be illustrated or described.
  • the communication program 23 is normally stored in advance in a plurality of communication program files 33 (a plurality of communication programs developed for each model) in an HD (hard disk) (not shown) in the drawing editor apparatus 5. Then, when the user selects and designates an arbitrary connected device 4 by the drawing editor 31, the drawing editor device 5 transfers the communication program file 33 corresponding to the selected connected device 4 to the programmable display 1, The communication program 23 is stored.
  • a program for realizing various processes such as access to the allocated memory area and screen display may be included in the main body program 21 or may be included in the screen data file 32 (screen data 22), for example. Good.
  • the CPU 11 executes such a program, for example, various operations of the programmable display 1 are realized.
  • the drawing editor 31 of the drawing editor apparatus 5 also has a support function of causing the user to create a desired operation display screen (screen).
  • a desired operation display screen As described above, various item images, screen templates, and the like that have been created in advance are stored in the hard disk of the drawing editor apparatus 5 or the like. These various items are listed and displayed by the creation support function of the operation display screen by the drawing editor 31, and the user selects a desired item and arranges it at a desired position to create a screen. In this example, multiple screens are created.
  • the screen data file 32 (screen data 22) comprises data of a plurality of screens. This point itself may be substantially the same as the conventional one.
  • a dedicated switch for switching the screen is prepared in advance as the item and stored in the hard disk of the drawing editor apparatus 5 or the like.
  • a dedicated switch for screen switching may be arranged in advance in the form of the screen.
  • the same predetermined switch special switch for screen switching
  • FIG. 4A is a functional block diagram of the programmable display 1 of this example.
  • the programmable display 1 in the illustrated example includes, for example, a display control unit 101, a priority determination unit 102, and a switching destination determination unit 103.
  • the display control unit 101 displays one of a plurality of screens. This is displayed based on, for example, the screen data 22 as described above.
  • the priority determining unit 102 determines the priority of the screen of the switching destination candidate based on past performance data.
  • the past performance data is, for example, the frequency of use of each screen (for example, the number of times of display / the number of switching times, etc.), but is not limited to this example.
  • the predetermined operation is, for example, an operation of the dedicated switch (not shown) for screen switching. In the present method, with regard to screen switching, it is sufficient if only one dedicated switch for the screen switching is provided on the entire screen (where the switching destination screen exists).
  • the switching destination determining unit 103 displays the screen of the switching destination candidate in a predetermined form according to the priority determined by the priority determining unit 102, and determines the screen arbitrarily designated for the display as the switching destination. Do.
  • the predetermined form is, for example, a thumbnail image list of a screen.
  • the switching destination determination unit 103 displays thumbnail images of the switching destination candidate screens in the order of the priority. This is basically displayed in the order of high priority, and is displayed, for example, in the thumbnail image list display field 42 of the screen switching menu window 40 described later. Then, by causing the user to designate an arbitrary thumbnail image, the screen of the designated thumbnail image is determined as the screen of the switching destination.
  • the predetermined form is, for example, to sequentially display each screen for a predetermined time in time series. This is displayed sequentially by, for example, the process of FIG. 17 described later. Details will be described later.
  • the switching destination determination unit 103 sequentially displays the switching destination candidate screens according to the above-mentioned priority order, and determines the screen on which a predetermined operation has been performed during display as the switching destination screen.
  • the screen of the switching destination candidate is, for example, a screen stored in the display history storage unit 104 described later.
  • the switching destination candidate screen is, for example, a screen corresponding to a predetermined condition among the screens stored in the display history storage unit 104 described later.
  • Reference numeral 72 indicates the screen of the switching destination candidate.
  • only the screen with the highest priority among them may be the screen of the switching destination candidate.
  • the programmable display 1 of this example may further include a display history storage unit 104.
  • the display history storage unit 104 stores, for example, the total use frequency of each screen in the “total switching count” mode described later (for example, FIG. 7B described later). Then, in the case of this mode, the priority determination unit 102 determines the priority of the screen of the switching destination candidate based on the total usage frequency (for example, the processing in FIG. 9 described later). For example, the screen with the highest total usage frequency is the one with the highest priority.
  • the display history storage unit 104 stores, for example, the usage frequency of each screen according to the switching source screen in, for example, the “screen-by-screen switching count” mode described later (for example, FIG. 7C described later). Then, in the case of this mode, the priority determination unit 102 sets the currently displayed screen as the switching source screen, and prioritizes the switching destination candidate screen based on the usage frequency of each screen according to the switching source screen. The order is determined (for example, the process of FIG. 11 described later).
  • the display history storage unit 104 stores, for example, the frequency of use of each screen in, for example, the “most recently used screen” mode described later (for example, FIG. 8A described later). Although this may store only the data for the latest predetermined period, it is not limited to this example.
  • the priority determination unit 102 obtains the switching destination candidate screen based on the total use frequency of each screen within the latest predetermined period, which is obtained based on the display history storage unit 104. The priority order is determined (for example, the process of FIG. 13 described later).
  • the display history storage unit 104 for example, in the “screen candidate display interlocked with the previous screen” mode described later, for each screen, for each screen of each combination of an arbitrary switching source screen and an arbitrary front screen.
  • the frequency of use is stored (for example, FIG. 8B described later).
  • the priority determination unit 102 sets the currently displayed screen as the switching source screen, and the screen displayed before that is based on the usage frequency of each screen according to the combination of the previous screen. Then, the priority of the screen of the switching destination candidate is determined (for example, the process of FIG. 15 described later).
  • the present invention is not limited to the example using such “front screen”, and may be configured as follows. That is, the display history storage unit 104 may store the usage frequency of each screen according to a combination of an arbitrary switching source screen and one or more “previous display screens”. Then, in this case, for example, the priority determination unit 102 sets each of the currently displayed screens as the switching source screen, and one or more screens displayed before that as the above “previous display screens”. Based on the frequency of use of the screen, the priority of the screen of the switching destination candidate is determined.
  • the determination of the priority corresponds to, for example, processing of sorting in descending order of use frequency (number of times of display, etc.) described later, but is not limited to this example.
  • the programmable display 1 may further include, for example, a mode selection unit 105 for selecting any one of a plurality of types of modes. In this case, the priority determination unit 102 performs determination processing of the priority according to the selected mode.
  • the functional block diagram of the programmable display 1 of this example is not limited to the example of FIG. 4A, but may be an example shown in FIG. 4B.
  • the contents of FIG. 4 (a) and FIG. 4 (b) may be regarded as substantially the same (it is considered to be only a difference in the way of understanding and the way of expression) I do not mind).
  • the programmable display 1 includes the control unit 110 and the memory unit 120.
  • the control unit 110 implements various functional units illustrated. That is, the control unit 110 implements various functional units of the screen switching candidate display unit 111, the screen switching automatic timer 112, the screen candidate sequential sequential display unit 113, the switching destination screen save processing 114, and the sorting processing unit 123. This is realized, for example, by the CPU 11 executing a program stored in advance in the ROM 12 to realize the various functional units 111 to 114, 123, and the like.
  • the sort processing unit 123 is shown in the memory unit 120 in the illustrated example, this is because the sort processing unit 123 controls management of stored data in the memory unit 120 (sorts in a predetermined order, etc.). It is intended to emphasize that it is a related functional part.
  • the memory unit 120 corresponds to, for example, a part of the storage area of the ROM 12 (or the RAM 13).
  • the memory unit 120 is provided with a screen switching history storage unit 121 that accumulates and stores past performance data (data indicating the frequency of use; the number of times of display / the number of switching times, etc.) regarding each screen.
  • the sort processing unit 123 Based on the stored data of the screen switching history storage unit 121, the sort processing unit 123 generates a “high frequency screen list” 122.
  • the “frequently used screen list” 122 is, for example, each screen (its identification No., etc.) sorted in descending order of use frequency (priority), starting with the one with the highest use frequency relatively first. .
  • the screen switching candidate display unit 111 or the screen candidate sequential sequential display unit 113 realizes appropriate display of the switching candidate screen based on the “high frequency screen list” 122.
  • the appropriate display in the case of the screen switching candidate display unit 111, thumbnail images of switching candidate screens are arranged and displayed in descending order of frequency of use.
  • the screens to be the switching destination candidate are sequentially displayed in chronological order in the order of high frequency of use.
  • the screen candidate sequential sequential display unit 113 operates in conjunction with the screen switching automatic timer 112. That is, the screen switching automatic timer 112 immediately restarts and immediately restarts (for example, every few seconds) each time a predetermined time set in advance elapses.
  • the screen candidate sequential sequential display unit 113 displays the next switching candidate screen according to the sort order (priority) of the “high-frequency screen list” 122 each time the screen switching automatic timer 112 times out.
  • the switching destination screen save process 114 updates the contents of the screen switching history storage unit 121 every time screen switching is performed, for example. That is, when switching to an arbitrary screen is performed, the frequency of use of the screen (the number of times of display / the number of times of switching, etc.) is updated (+1).
  • FIG. 5 is a process flowchart of the programmable display 1 of this example.
  • the various processes of the programmable display 1 described below including the process of FIG. 5 are realized, for example, by the CPU 11 executing a program stored in advance in the ROM 12 (flash memory etc.).
  • a program for realizing the process of FIG. 5 may be included in advance, for example, in the main body program 21 or may be included in the screen data 22 (in particular, included as a function of a dedicated switch for screen switching) Has been
  • FIG. 5 shows a process related to screen switching, although not particularly shown or described, the programmable display 1 also performs the above-mentioned existing process (access to allocated memory area, update of each item display, etc.). Running.
  • the process of FIG. 5 executes the processes of steps S12 to S18 shown in the figure when it is detected that the dedicated switch for screen switching (not shown) has been operated by the user (step S11, YES).
  • step S11, NO When the dedicated switch operation is not performed (step S11, NO), another process (the above-mentioned existing process etc.) is executed.
  • a dedicated switch for screen switching is provided on all of the plurality of screens. Therefore, regardless of the screen currently displayed, the dedicated switch for screen switching can be operated, and each time the dedicated switch is operated by the user, the processes of steps S12 to S18 in FIG. 5 are performed. It will be
  • the programmable display 1 displays, for example, the screen switching menu window 40 shown in FIG. 6 (step S12).
  • the screen switching menu window 40 has a mode selection field 41, a thumbnail image list display field 42, an "automatic switching start" switch 43 and the like.
  • the programmable display 1 executes the processes of steps S14 and S15, which are processes according to the selected mode.
  • steps S14 and S15 are processes according to the selected mode.
  • thumbnail list display of the switching destination candidate screen according to the selected mode selection mode
  • step S14 data (screen No., switching number, etc.) according to the selection mode is extracted from the screen switching history data 50, and the extracted data is sorted based on the switching number, etc.
  • the thumbnail list of the switching destination candidate screen is displayed based on the sorting result (priority) (step S15).
  • FIG. 7A shows an example of the data structure of the entire screen switching history data 50.
  • four types of modes shown in FIG. 6 are prepared as the above modes. That is, the "total switching count” mode, the "screen switching count” mode, the "most frequently used screen” mode, and the "screen candidate display interlocked with the previous screen” mode shown in the mode selection column 41 of FIG. ing.
  • the type and number of modes are not limited to this example.
  • the concept of the "recently used screen” mode there may be a mode to which the concept of the "recently used screen” mode is applied. That is, the number of times of switching to each screen serving as the switching destination (frequency of use) may be counted for each screen serving as the switching source based on past actual data of the most recent predetermined period.
  • the screen switching history data 50 includes “total switching count mode data” 51, “screen-by-screen switching count mode data” 52, “most recently used screen data” 53, “screen candidate display interlocked with the previous screen” It consists of data "54".
  • FIG. 7B A specific example of the “total switching count mode data” 51 is shown in FIG. 7B, and a specific example of the “screen-by-screen switching count mode data” 52 is shown in FIG. 7C.
  • FIG. 8A A specific example of “data frequently used for screen recently” 53 is shown in FIG. 8A, and a specific example of “data for screen candidate display interlocked with the previous screen” is shown in FIG. 8B.
  • step S14 data corresponding to the mode selected and designated in step S13 is acquired from the four types of data 51 to 54. Then, the acquired data (each record) is sorted according to, for example, the switching number (for example, sorted in descending order of the switching number). Alternatively, data corresponding to a predetermined condition is further extracted from the acquired data. Then, the extracted data (each record) is sorted according to, for example, the switching number (for example, sorted in descending order of the switching number).
  • thumbnail list of switching destination candidates is displayed based on the sorting result (step S15).
  • the reduced images are created and displayed in the thumbnail image list display field 42 in order from the screen having a large number of switching times (high frequency of use).
  • the sort order indicates the priority of candidate display. Basically, the higher the switching frequency (the frequency of use), the higher the priority of the screen. Then, the thumbnail images of the screen with high priority are preferentially displayed in the thumbnail image list display field 42.
  • the user refers to the display of the thumbnail image list display field 42 and performs an operation of selecting and designating a desired thumbnail image (step S16).
  • a thumbnail image having a relatively large actual value of the number of switching times in the past that is, the probability of being selected by the user also relatively high
  • the switch for screen switching or the like may be one dedicated switch regardless of the number of screens as switching destination candidates. From these things, with this method, while being able to reduce the effort of selection of the switching destination screen, each screen is simplified (it is not necessary to provide many switches for screen switching like before).
  • the programmable display 1 executes a process of switching to the screen of the thumbnail image specified in step S16 (step S17). Since the screen switching process itself is an existing technology, it will not be particularly described here. Finally, the screen switching history data 50 is updated. That is, the number of times of switching related to the screen switched in step S17 is incremented by one (step S18), and the process is ended.
  • the “total switching count mode data” 51 is the switching destination screen No. 61 and the number of switching times 62.
  • Switching destination screen No. The identification ID of each screen is stored in 61.
  • the number of times of switching 62 stores the number of times of display of each screen (the number of times the screen has been switched and displayed from any screen, which is also the number of times of switching).
  • step S18 the switching number 62 corresponding to the identification ID of the screen selected in steps S16 and S17 (that is, the screen of the switching destination) is updated (for example, incremented by +1). Become.
  • the number of display times of each screen (the number of switching from any screen; frequency of use) is simply counted, and in step S14, the thumbnail images are displayed in the thumbnail image list display column It will be arranged and displayed in order from the top of 42.
  • FIG. 9 shows a processing example of the steps S14 and S15 when the "total switching count” mode is selected.
  • “total switching count mode data” 51 is extracted from the screen switching history data 50 (step S21), and each record of the extracted data 51 (especially switching destination screen No. 61) Sorting is performed in descending order of the number 62 (in order of high frequency of use) (step S22). Then, in this sort order, the switching destination screen No. A thumbnail image of the screen indicated by 61 is created, and arranged sequentially from the top of the thumbnail image list display field 42 (step S23).
  • FIG. 10A shows an example of the sorting result.
  • the switching destination screen No. 61 'No.
  • the screen of 20 ' has the highest number of switching 62, and the second is' No. 50 ', the third is' No. 100 ', the fourth is' No. It is 1 'etc.
  • the thumbnail image list display column 42 displays a thumbnail image list shown in FIG. 10B, for example.
  • thumbnail image list display field 42 screen No. 1 is displayed in order from the top (the left side is the first for the left and right). 20 ', screen ‘No. 50 ', screen ‘No. 100 ', screen ‘No. The thumbnail images of each screen are displayed in the order of 1 '. Further, by scrolling, it is possible to display thumbnail images of the screens of the fifth and subsequent sorting orders. However, since there is a high possibility that any of the four screens (thumbnail images) shown in the above is selected, the user does not have to scroll and does not have to search for the desired screen. You can specify a screen. That is, the user can minimize the trouble of specifying the screen of the switching destination.
  • thumbnail image list display field 42 As shown in the figure, the fact that a large number of screens (thumbnail images thereof) are displayed in the thumbnail image list display field 42 as shown in the figure means that the number of switching destination candidate screens is large.
  • a large number of screen change switches are arranged on the screen.
  • the area for displaying other items (other switches, buttons, lamps, graphs, numerical displays, etc.) on the screen becomes smaller, and the size of the other items becomes smaller, making it difficult to see or operate. It becomes difficult.
  • the size of the screen switching switch is also reduced, for example, when a thumbnail image is pasted on the switch, it becomes difficult to understand. For this reason, for example, the above-mentioned No. 1 and No. 2 are provided on the switch.
  • the identification ID such as 20 'is displayed, the user needs to associate the contents of each screen with the identification ID and remember them.
  • the “screen-by-screen switching count” mode is the switching source screen No. 71, switching destination screen No. 72, the number of switching times 73.
  • Switching destination screen No. 72 is the switching destination screen No. It is substantially the same as 61. That is, the screen (switching destination screen) displayed by being switched from the arbitrary screen (switching source screen) is shown. Then, the switching source screen No. An identification ID of the arbitrary screen (screen to be switched) is stored in the field 71.
  • the switching number 73 indicates the switching source screen No. Switched screen No. The number of times (actual value) displayed by switching to the screen of 72 is stored.
  • step S18 the history data addition process of step S18 in the case of switching from any currently displayed screen to any other screen is as follows.
  • the corresponding record is searched by using the pair of the identification ID of the currently displayed (switching source) screen and the identification ID of the other screen switched in step S17 as a search key.
  • the corresponding record is the switching source screen No. 71 and the switching destination screen No. 72 is a record identical to the search key. Then, the switching count 73 of the corresponding record is incremented by +1.
  • screen No. 1 ' screen ‘No. 2 ', screen ‘No.
  • the screen currently displayed is the screen No. If it is 2 ', the screen' No.
  • the sorting order of 3 ' is highly likely to be low order, so that the thumbnail image list display field 42 has a screen No.
  • the thumbnail image of 3 ' is displayed at the lower level. That is, if the user does not scroll and search for screen ‘No. It is likely that you can not find the 3 'thumbnail image. However, in this case, the user is the screen No. There is no problem since there is a low possibility of selecting 3 '.
  • FIG. 11 shows a processing example of the above-mentioned steps S14 and S15 when the "screen switching count” mode is selected.
  • "screen-by-screen switching count mode data" 52 is extracted from the screen switching history data 50 (step S31).
  • the switching source screen No. 1 is selected. Extract the record whose 71 is the currently displayed screen.
  • the extracted records are sorted in descending order of the number of switching times 73 (in order of high use frequency) (step S32).
  • the switching destination screen No. A thumbnail image of the screen indicated by 72 is created, and arranged sequentially from the top of the thumbnail image list display field 42 (step S33).
  • FIG. 12A shows an example of the sorting result.
  • a plurality of switching source screen Nos. 71 is shown, but in actuality, only one (corresponding to the currently displayed screen) is to be extracted in the step S32.
  • the currently displayed screen (switching source screen No. 71) is No.
  • the switching destination screen No. 72 No.
  • the screen of 20 ' has the largest number of switching times 73, and the second is' No. 50 ', the third is' No. 100 ', the fourth is' No. It is 1 'etc.
  • the thumbnail images are displayed in the thumbnail image list display field 42, for example, in the arrangement shown on the left side in FIG. 12B.
  • the thumbnail images of each screen are displayed in the order of 1 '.
  • the switching source screen No. 71 No.
  • the switching destination screen No. 72 No.
  • the screen of 40 ' has the largest number of switching times 73, and the second is' No. 30 ', the third is' No. 100 ', the fourth is' No. 11 'and so on. From this, in the thumbnail image list display field 42, each thumbnail image is displayed in the arrangement shown on the right side of the drawing of FIG. 12B, for example.
  • the screen No. 1 is displayed. 40 ', screen ‘No. 30 ', screen ‘No. 100 ', screen ‘No. The thumbnail images of each screen are displayed in the order of 11 '.
  • This mode can also be regarded as the above-mentioned “total switching count” mode in which the target period is limited to the latest predetermined period.
  • the data for screen data frequently used recently” 53 has a date (date) 81 and a screen No. 82 and the switching number 83 are included.
  • the switching count 83 the display count of each screen (switching destination screen No. 82) for each day is recorded.
  • a process of deleting a record with an old date (for example, two weeks or more has passed) from the “data frequently used for screen recently” 53 is executed every day, for example. Then, at any time, based on the “mostly used screen data frequently used” 53 (data for the last two weeks, etc.) at that time, tallying is performed, and the priority is determined from the tally result.
  • the total number of displays in the predetermined period is determined for each screen, and based on the total display number
  • the sort order is determined.
  • thumbnail images of the respective screens are displayed in the thumbnail image list display column 42 in accordance with the determined sort order (priority).
  • FIG. 13 shows a processing example of the above-mentioned steps S14 and S15 when the “most recently used screen” mode is selected.
  • “screen data frequently used recently” 53 is extracted from the screen switching history data 50, and the number of times of switching for each screen (for example, about 2 weeks last time) from the data 53 The number of times of display is counted (step S41). Then, based on the counting result, the switching destination screen No. 82 are sorted (step S42). Then, according to the sorting order, each switching destination screen No. A thumbnail image of the screen indicated by 82 is created and sequentially arranged from the top of the thumbnail image list display field 42 (step S43).
  • FIG. 14 (a) The image of this tabulation process and sort is shown in FIG. 14 (a).
  • a specific example of “data for screen frequently used recently” 53 is shown on the left side of the diagram of FIG. 14A. Therefore, as illustrated, the date (date) 81, the switching destination screen No. 82 and the switching number 83 are included. It can be said that this indicates the number of times of switching (the number of display times) actual data of each screen for each day within the latest predetermined period.
  • the above-mentioned aggregation result (the total number of display times in a predetermined period) based on the actual data is shown.
  • the tabulation result data 53 ' includes the total switching number 83' and the switching destination screen No. 82 '.
  • each record of the aggregation result data 53 ' is sorted in descending order of the total switching number 83' (in order of high total usage frequency within a predetermined period).
  • the aggregation result data 53 ' is in the state shown on the right side of the drawing of FIG. 14 (a).
  • the switching destination screen No. 82 ' ‘No.
  • the screen of 100 ' has the highest total switching frequency 83', and the second is' No. It is 20 'and so on.
  • thumbnail images of each screen are displayed in the thumbnail image list display field 42 based on the sorted result data 53 '. That is, with reference to the aggregation result data 53 ′ after the sorting, the switching destination screen No. 3 is sorted in the sort order.
  • a thumbnail image of the screen indicated by 82 ' is created, and arranged sequentially from the top of the thumbnail image list display field 42.
  • the display contents of the thumbnail image list display column 42 are as shown in FIG. 14 (b). That is, since the thumbnail images are displayed in order from the screen with the most recent display count, there is a high possibility that the user can select from among the thumbnail images displayed relatively higher. In other words, the sort order can be made more appropriate.
  • the “screen candidate display linked with the previous screen” mode will be described below.
  • the “screen candidate display data linked to the previous screen” 54 is the screen No. of the previous screen. 91, switching source screen No. 92, switching destination screen No. It consists of 93 and the switching count 94.
  • the "screen switching count” mode takes account of the screen currently displayed.
  • the "screen candidate display linked to the previous screen” mode it can be said that not only the currently displayed screen but also the screen displayed before it are considered.
  • the "screen candidate display data linked with the previous screen” 54 is the screen selected as the switching destination screen No. in the form of "front screen screen No. 91-> switching source screen No. 92-> switching destination screen No. 93".
  • the number of times 93 is displayed is recorded in the switching number 94.
  • the switching number 94 is 100 times.
  • the switching number 94 is only one.
  • this mode (screen candidate display interlocked with the previous screen” mode) can realize determination of priority more appropriate than the above-mentioned "screen switching count” mode.
  • switching source screen No. 92 corresponds to the currently displayed screen.
  • the process of adding history data in step S18 in the case of switching from any currently displayed screen to any other screen is as follows.
  • the corresponding record is searched using the identification ID of the screen displayed in front of the currently displayed screen, the identification ID of the currently displayed screen, and the identification ID of the screen to which switching is performed in step S17 as search keys.
  • the corresponding record is the front screen screen No. 91 and the switching source screen No. 92 and the switching destination screen No. 93 is a record identical to the search key. Then, the switching count 94 of the corresponding record is incremented by +1.
  • FIG. 15 shows a processing example of the above-mentioned steps S14 and S15 when the “screen candidate display interlocked with the previous screen” mode is selected.
  • the identification ID of the screen displayed in front of the currently displayed screen (denoted as "previous display screen No.") is separately provided as a predetermined memory area (not shown) or the like. Shall be kept in Then, for example, when switching from the currently displayed screen to another screen in step S17, processing is performed to set the identification ID of the currently displayed screen to a new "currently previous display screen No.”.
  • “screen candidate display data 54 linked to the previous screen” is extracted from the screen switching history data 50 (step S51).
  • the switching source screen No. 92 is the currently displayed screen and the front screen screen No. All the records in which 91 is the "previous display screen No.” are extracted.
  • these extracted records are sorted in descending order of the number of switching times 94 (in order of high use frequency) (step S52).
  • the switching destination screen No. A thumbnail image of the screen indicated by 93 is created and sequentially arranged from the top of the thumbnail image list display field 42 (step S53).
  • FIG. 16A shows an example of the sorting result.
  • a plurality of front screen screens No. 1 and 2 are displayed. Although 91 is shown, only one of them (corresponding to the current "previous display screen No.") is actually extracted and sorted in the step S52.
  • the number of switching times 94 is sorted in descending order.
  • FIG. 91 is no.
  • the example of a display of the thumbnail image list display column 42 according to the sort order in the case of 1 is shown. In this way, it is possible to realize more appropriate priority determination by determining the order taking into consideration not only the screen currently displayed but also the screen displayed before.
  • the determination of the priority of the switching candidate screen according to the above “currently displayed screen + previous screen (previous screen)” is based on “currently displayed screen + previously displayed screen” It may be considered as an example of the priority determination method of the switching candidate screen. That is, the "screen displayed before that” is not limited to the previous screen, and the screen displayed before it (front screen), the screen displayed before it (front screen), etc. (These may be referred to as “one or more previous display screens”, etc.).
  • the thumbnail image is generated and displayed, the present invention is not limited to this example.
  • the thumbnail image is naturally more difficult to see than the original image, it may be difficult to determine which is the thumbnail image of the desired screen from the display. From this, it is conceivable to display the screen image as it is, but in that case, it is not possible to display a plurality of screen images at one time (basically only one at a time).
  • a plurality of screen images to be switching candidates are displayed in time division (for example, several seconds are displayed for each).
  • time division for example, several seconds are displayed for each.
  • a screen with a large number of display times in the past is preferentially displayed.
  • the screen desired by the user is displayed in a short time from the start.
  • this screen is determined as a switching destination, and switching to this screen is performed.
  • a switch for the user to designate such a display mode is the "automatic switching start” switch 43 shown in FIG.
  • the process when the "automatic switching start” switch 43 is operated is shown in FIG.
  • the thumbnail image may be generated and displayed according to the sort result. For example, if the user sees a thumbnail image and finds it difficult to understand, he / she operates the “automatic switching start” switch 43. Of course, this is an example.
  • step S61 When the "automatic switching start" switch 43 is operated (step S61, YES), the screen to be displayed (the first screen in the sorting order; the screen with the largest number of times of display) based on the sorting result (priority) Is displayed and the timer is started (step S62).
  • a predetermined timeout time (for example, about several seconds) is set in advance in the timer.
  • step S63 if the user performs a predetermined operation (such as touching anywhere on the screen, etc.) before the timer times out (step S63, YES), the screen displayed at this time is determined as the switching destination. Then, a predetermined process is performed (step S64).
  • the predetermined process is, for example, the stop of the timer, the stop of the sequential switching display of the screen, the process corresponding to the step S18, or the like.
  • step S63, NO the next display target screen is determined according to the sort order (step S65), and the process returns to step S62.
  • the screen switching menu window 40 is not limited to the example shown in FIG. 6, and may have a mode without the mode selection field 41, for example. That is, the mode is determined in advance, and the user may not be able to select the mode.
  • a window for mode selection may be separately provided, and the user may select and designate an arbitrary mode on the mode selection window in advance.
  • the sort process or the like in a predetermined (or preset) mode is executed, and the thumbnail image list is displayed according to the sort result.
  • the thumbnail image is displayed in the column 42 (or the switching destination candidate screen is sequentially displayed by the processing of FIG. 17).
  • an arbitrary mode is selected from the four types of modes described above in the above example, the present invention is not limited to this example, for example, an arbitrary mode may be selected from any two or more modes out of four types. It may be in the form of
  • the screen switching history data 50 is not limited to the example shown in FIG. 7A, and may store only data relating to the mode used in each form.
  • the screen switching history data 50 may be configured by only "total switching count mode data" 51.
  • the process of “update the number of switching (increment by +1)” in step S18 is not limited to the example of updating only the data related to the mode selected at that time, and also updates the data related to other modes. I don't care.
  • the total switching count although only the switching number 62 is updated in the above example, the number of switchings 73, switching number 83, and switching number 94 may be updated, for example. .
  • switching number The initial value of the switching number 62, switching number 73, switching number 83, switching number 94 (hereinafter referred to as "switching number" without particular distinction) is, for example, '0', but is limited to this example. Absent.
  • the initial value of the number of times of switching may allow the user to set one or more arbitrary values.
  • the initial value of the number of times of switching may be set to the same value uniformly in all the records, but may be set to different values.
  • the number of times of switching is “0” in all the records, for example, it can not be substantially sorted. From this, for example, the user may be able to solve such a problem by setting the initial value of the number of times of switching of the record corresponding to the screen considered to be frequently used to a relatively high value or the like. .
  • step S18 may not be performed.
  • the candidate screens or their thumbnail images are displayed) in the order determined by the user, not based on the actual data.
  • the process shown in FIG. 17 may be executed as soon as the dedicated switch is operated without displaying the thumbnail image or operating the "automatic switching start" switch 43.
  • an arbitrary mode is determined / set in advance, and sorting according to this mode is performed.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Automation & Control Theory (AREA)
  • User Interface Of Digital Computer (AREA)
  • Controls And Circuits For Display Device (AREA)
  • Testing And Monitoring For Control Systems (AREA)

Abstract

 表示制御部101は、複数のスクリーンの何れかを表示する。優先順位判定部102は、現在表示中のスクリーン上で所定の操作が行われると、過去の実績データに基づいて切替先候補のスクリーンの優先順位を判別する。切替先決定部103は、優先順位判別部102によって判別された優先順位に従って、切替先候補のスクリーンを所定の形態で表示して、該表示に対して任意に指定されたスクリーンを切替先と決定する。

Description

プログラマブル表示器、そのプログラム
 本発明は、プログラマブル表示器等に関する。
 プログラマブル表示器は、一般的に、PLC本体や温調装置等の各種接続機器と接続して、これら接続機器の状態表示を行う数値表示やランプ等のアイテムや、ユーザが任意の指示を出す為のスイッチ等のアイテムの画像を表示する。尚、アイテムは、画面部品等とも呼ばれている。プログラマブル表示器の画面(操作表示画面と呼ぶものとする)には、通常、複数の画面部品(アイテム)の画像が表示される。この様な操作表示画面を表示する為のデータ等(画面データ等と呼ばれる)は、予め不図示の支援装置において開発者等によって任意に作成されて、支援装置からプログラマブル表示器にダウンロードされている。
 上記操作表示画面(スクリーン)は、複数存在する場合があり、この場合には上記画面データは複数のスクリーンのデータより成ることになる。そして、プログラマブル表示器側では、例えばユーザによる所定の操作によって、複数のスクリーンの切替表示が行われることになる。
 上記画面データには、上記各アイテム毎に、そのアイテムの画像(スイッチの画像やランプの画像)や表示位置座標、更に後述する外部メモリの所定領域のアドレス(割当メモリアドレス)等のデータが含まれている。更に何らかのプログラム等が含まれている場合もある。
 上記各アイテム(画面部品)は、例えば、それぞれが任意の接続機器に係わる任意の構成要素(監視/制御対象)に対応して、当該構成要素の状態表示を行ったり、当該構成要素のON/OFFの指示を受け付けるものである。例えば、温調装置の温度測定値を数値表示するアイテムの場合、随時、現在の温度を数値で表示することになる。
 上記各種アイテムに係る表示制御は、上記各アイテム毎に、例えば定期的に所定の処理を実行することで実現される。所定の処理とは、例えば、接続機器内のメモリデバイス(外部メモリとする)の上記所定領域(割当メモリ)の格納データを読出して、この格納データに基づいてアイテムの表示内容を決定・表示する処理(表示リフレッシュ処理)等である。尚、接続機器は、随時、上記外部メモリの所定領域の格納データを更新している(例えば上記温調装置においては上記温度測定値を随時更新している)。
 また、上記外部メモリから読出したデータを、プログラマブル表示器内のメモリデバイス(共有メモリとする)の所定領域に一時的に格納して、この格納データに基づいてアイテムの表示内容を決定・表示する構成もある。
 この例の場合、外部メモリの格納データを読み出して共有メモリに格納する処理は、プログラマブル表示器の所定の機能部(ここでは不図示の通信部とする)が、例えば定期的に実行する。上記通信部は、例えば、上記PLC本体や温調装置等の各種接続機器と通信を行って、接続機器内の上記外部メモリの所定の記憶領域の格納データを取得して、このデータを上記共有メモリの所定領域に上書き格納する。そして、プログラマブル表示器における上記各種アイテムに係る表示制御を行う機能部(アイテム表示部というものとする)は、定期的に共有メモリにアクセスすることで、アイテム表示内容を制御する。
 また、例えば特許文献1に記載の従来技術が知られている。
 特許文献1の発明では、ソート処理等を行うことで例えば最新のアラームのみ表示させること等ができる。
特開2012-14385号公報
 ここで、従来より、上記画面データが、複数のスクリーン(操作表示画面)より構成される場合もある。各スクリーンは、基本的に、1以上の画面部品(アイテム)より構成されると共に、他の所定のスクリーンへ切り替える為の操作ボタン(他スクリーン切替スイッチとする)が表示されるものである。“他スクリーン切替スイッチ”には、切替先のスクリーンの識別ID等が割り当てられており、例えばこの識別IDがスイッチ上に表示されると共に、スイッチ操作時にはこの識別IDのスクリーンへの切替えが行われることになる。1つの他スクリーン切替スイッチには、1つのスクリーンが割り当てられることになる。
 この為、現在表示中のスクリーンからの切替先候補となるスクリーンが複数ある場合には、各切替先候補毎に対応する他スクリーン切替スイッチを設ける必要がある。この為、スクリーン上に複数の他スクリーン切替スイッチが配置されることになる。切替先候補のスクリーンが2つ,3つ程度であれば、これでも特に問題ないが、近年、画面データを構成するスクリーン数は多数となっており、任意のスクリーンからの切替先候補スクリーン数も増大する傾向にある。また、この方法では、ユーザは各スクリーンの内容と上記識別IDとを対応付けて覚えておき、切替先とすべきスクリーンの識別IDが表示された“他スクリーン切替スイッチ”を、操作する必要があった。この為、識別IDを覚える手間が掛かると共に、勘違いや御操作等によって間違った“他スクリーン切替スイッチ”を操作する場合も少なくなかった。
 また、従来、所定のスクリーン切替指令用メモリアドレス(仮にアドレス=D100とする)の格納データを設定(変更)することで、スクリーン切替えを行う方法もあった。これは、例えば、各スクリーン上に、上記アドレスD100の格納データを任意に設定・変更できる入力領域が表示されるものである。ユーザは、任意のときにこの入力領域に任意の数値(スクリーン番号する)を入力する。一方、プログラマブル表示器には、予め、各スクリーンとスクリーン番号との対応関係が記憶されている。これより、プログラマブル表示器は、例えば定期的に上記アドレスD100に現在格納されているスクリーン番号を取得して、このスクリーン番号に対応するスクリーンを表示する。
 しかしながら、この方法では、ユーザは各スクリーンの内容とスクリーン番号とを対応付けて覚えておき、切替先とすべきスクリーンのスクリーン番号を設定する必要があった。この為、スクリーン番号を覚える手間が掛かると共に、勘違いや御操作等によって間違ったスクリーン番号を設定する場合も少なくなかった。
 本発明の課題は、切替先候補となる複数のスクリーンに関して決定された順番に従ってサムネイル一覧表示または順次スクリーン表示することで、切替先スクリーンの選択の手間を軽減できるプログラマブル表示器、そのプログラム等を提供することである。
 本例のプログラマブル表示器は、例えば下記の構成を有する。
 ・複数のスクリーンの何れかを表示する表示制御手段;
 ・現在表示中のスクリーン上で所定の操作が行われると、過去の実績データに基づいて切替先候補のスクリーンの優先順位を判別する優先順位判別手段;
 ・該優先順位判別手段によって判別された優先順位に従って、前記切替先候補のスクリーンを所定の形態で表示して、該表示に対して任意に指定されたスクリーンを切替先と決定する切替先決定手段。
本例のプログラマブル表示器を含むシステム全体の概略構成図である。 本例のプログラマブル表示器のハードウェア構成例である。 本システムのソフトウェア構成図である。 本例のプログラマブル表示器の機能ブロック図である。 本例のプログラマブル表示器の処理フローチャート図である。 スクリーン切替メニューウィンドウの具体例である。 (a)~(c)は、スクリーン切替履歴データの具体例(その1)である。 (a),(b)は、スクリーン切替履歴データの具体例(その2)である。 “トータル切替カウント”モード選択時の処理フローチャート図である。 (a)はソート結果例、(b)はサムネイル表示例である。 “スクリーン別切替カウント”モード選択時の処理フローチャート図である。 (a)はソート結果例、(b)はサムネイル表示例である。 “最近よく使うスクリーン”モード選択時の処理フローチャート図である。 (a)は集計・ソート結果例、(b)はサムネイル表示例である。 “前画面と連動したスクリーン候補表示” モード選択時の処理フローチャート図である。 (a)はソート結果例、(b)はサムネイル表示例である。 “自動切替開始”スイッチが操作時の処理フローチャート図である。
 以下、図面を参照して本発明の実施の形態について説明する。
 図1は、本例のプログラマブル表示器1を含むシステム全体の概略構成図である。
 尚、図1に示す構成は、一例であり、この例に限らない。例えば、必ずしもプログラマブル表示器1が通信ライン3を介して作画エディタ装置5に接続された構成でなくてもよい。プログラマブル表示器1と作画エディタ装置5とが別々に存在していてもよい。プログラマブル表示器1が、本手法によるスクリーン切替処理を実現するプログラムや画面データ等を保持するものであれば、何でも良い。
 図1に示すプログラマブルコントローラシステムは、各種接続機器4と、通信ライン6を介して各種接続機器4に接続するプログラマブル表示器1とを有する。更に一例として、プログラマブル表示器1が、通信ライン3を介して作画エディタ装置5に接続された構成となっていてもよい。プログラマブル表示器1には、複数の通信インタフェース2(通信ポート)が備えられており、各通信インタフェース2に接続された通信ライン3/通信ライン6によって各種接続機器4や作画エディタ装置5と接続されている。
 作画エディタ装置5は、上記背景技術における支援装置に相当するものであり(これより、支援装置5と記す場合もあるものとする)、上記操作表示画面をプログラマブル表示器1で表示させる為のデータ等(画面データ)を、ユーザが任意に作成できるように支援する機能を有する。本例でも従来と同様に、予め各種アイテム画像が用意されており、ユーザは所望のアイテム画像を選択して所望の位置に配置させる作業等(その他、上述したメモリ割り当て等の作業もあるが、ここでは逐一言わないものとする)を繰り返して、上記画面データ作成を行う。
 ここで、本例では、画面データは、複数のスクリーンより成ることを前提とする。ユーザは、スクリーンの雛形に対して上記所望のアイテム画像の選択・配置等の作業を行うことで所望のスクリーンを作成し、これを繰り返すことで複数のスクリーンより成る画面データを作成する。これ自体は従来と略同様であってよいが、本手法の場合、例えば、予め上記スクリーンの雛形にスクリーン切替用の専用スイッチ等(不図示)が設けられている。
 すなわち、本例では、作画エディタ装置5(支援装置5)における画面データ作成支援機能の一部として、例えば画面部品(アイテム)の一種としてのスクリーン切替用の専用スイッチ(不図示)が用意されている。この専用スイッチは、例えば予め各スクリーン毎にデフォルトで所定位置(右下隅など)に配置されるようにしてもよい。
 ここで、上記スクリーン切替用の専用スイッチが操作されると、(上記従来の“他スクリーン切替スイッチ”のように直ちに他のスクリーンに切り替わるのではなく)、複数の切替先候補スクリーンのなかから所望のスクリーンを選択させる為の画面表示に切り替わる。この画面表示は、例えば後述するサムネイル画像一覧表示や、候補スクリーンを時系列的に一定時間ずつ順次表示するものである。
 すなわち、例えば、予め上記専用スイッチの機能として、当該専用スイッチが操作される毎に後述するスクリーン切替メニューウィンドウ40を表示する機能が割り当てられている。スクリーン切替メニューウィンドウ40は、例えば、予め作成されて支援装置5に記憶されており、上記画面データと共にプログラマブル表示器1にダウンロードされる。但し、この例に限らない。スクリーン切替メニューウィンドウ40は、予め作成されてプログラマブル表示器1に記憶されていてもよい。
 プログラマブル表示器1は、従来と同様に画面データを構成する複数のスクリーンのうちの任意のスクリーンの表示を行う。尚、各スクリーン上には、そのスクリーンに係るアイテム表示が行われると共に、上記スクリーン切替用の1つの専用スイッチも表示される。そして、任意のスクリーン表示中に、この専用スイッチが操作されると、例えば後述するスクリーン切替メニューウィンドウ40が表示される。そして、後述する処理・操作によって、ユーザ所望の他のスクリーンへと切り替えられることになる。
 尚、作画エディタ装置5は、例えば一般的な汎用コンピュータ(パソコン等)で実現される。よって、特に図示等はしないが、一般的なパソコン等の構成を有する。すなわち、例えば、CPU等の演算プロセッサ、メモリ、ハードディスク等の記憶装置、キーボードやマウス等の操作部、ディスプレイ等の表示部、通信機能部等を有している。
 上記記憶装置には予め所定のアプリケーションプログラムが記憶されており、上記演算プロセッサがこのアプリケーションプログラムを実行することにより、作画エディタ装置5の各種機能が実現される。作画エディタ装置5の各種機能は、既に説明した。
 また、プログラマブル表示器1も、ハードウェア構成自体は、一般的なものであってよい。よって、以下、図2を参照して簡単に説明する。
 図2は、本例のプログラマブル表示器1のハードウェア構成例である。
 プログラマブル表示器1は、上述した従来例と略同様に上述した画面データ等に基づく各スクリーン(操作表示画面)の表示等を行う機能を有する。但し、スクリーン切替えに係わる処理に関しては、従来と異なるものであり、詳しくは後述する。
 図示のプログラマブル表示器1は、表示操作制御装置10と、タッチパネル18、ディスプレイ19、上記通信インタフェース2等を有する。
 表示操作制御装置10は、CPU11、ROM12(フラッシュメモリ等)、RAM13、通信コントローラ14、グラフィックコントローラ15、タッチパネルコントローラ16等より成り、これらがバス17に接続されている。
 CPU11は、表示操作制御装置10全体を制御する中央処理装置(演算プロセッサ)である。CPU11は、ROM12に予め格納されているプログラム(例えば後述する本体プログラム21等)を実行することで、プログラマブル表示器1の各種演算動作(処理)を行う。この処理についても、既に簡単に説明したが、後に詳細に説明するものとする。
 また、ROM12には、上記背景技術で説明した画面データ(後述する画面データ22)等が格納されている。上記のように、本例では、画面データは複数の(場合によっては多数の)スクリーンより構成される、各スクリーン(操作表示画面)は、例えば上述した画面上に配置されたスイッチ、ランプ等の各アイテムの画像や表示位置座標や大きさ等のデータ等によって構成される。また、各アイテム毎の上記割当メモリアドレス(割当メモリ領域のアドレス)等のようなメモリアクセスに係わるデータ等も有する。そして、本例の場合、更に、例えば全てのスクリーン上に、上記スクリーン切替用の1つの専用スイッチ(不図示)も配置されている。
 尚、上記メモリアクセスは、基本的には、現在表示中のスクリーン上のアイテムに関してのみ実行される。
 上記CPU11の処理によって、例えば上記画面データや上記割当メモリ領域へのアクセス処理による取得データ等に基づく表示対象データが、例えばRAM13(あるいは不図示のビデオRAM)上に展開(描画)される。詳しくは後述する。この描画に基づいてグラフィックコントローラ15が、ディスプレイ19上に上述した操作表示画面等を表示する。
 ディスプレイ19は、例えば液晶パネル等より成り、この液晶パネル上に重ねるようにしてタッチパネル18が設けられる。ディスプレイ19上には、複数のスクリーンのうちの任意のスクリーンが表示される。各スクリーン上には上記の通り各アイテム画像が所定位置に表示される。
 また、通信コントローラ14は、通信インタフェース2を介して、不図示のPLC本体等や温調装置等である接続機器4や作画エディタ装置5との通信(データ送受信等)を行う。
 オペレータ等によるタッチパネル18上での押圧操作(タッチ)位置の検知結果は、タッチパネルコントローラ16を介してCPU11等に取り込まれて解析される。例えば各アイテムの上記表示位置座標や大きさのデータ等に基づいて、解析することになる。例えば、スイッチの画像の表示位置をオペレータ等がタッチすると、CPU11等は、このスイッチに対する操作が行われたものと解析することになる。
 そして、特に上記スクリーン切替用の専用スイッチが操作されると、一例としては後述するスクリーン切替メニューウィンドウ40が表示される。ユーザは、このウィンドウ40上で任意の操作を行うことで、切替先のスクリーンを指定する。
 詳しくは後述するが、ウィンドウ40上には、例えば切替先候補となる複数のスクリーンのサムネイル(縮小)画像が、決定された順番(優先順位)に従って一覧表示される。あるいは、例えば切替先候補となる複数のスクリーンが、決定された順番(優先順位)に従って順次表示される。この優先順位は、例えば各スクリーンの“使用頻度”に基づいて決定される。基本的には、相対的に使用頻度が高いスクリーンの優先順位が高くなり優先的に表示される。但し、この例に限らない。何れにしても、本手法によれば、スクリーン上のスクリーン切替用のスイッチが上記1つの専用スイッチのみで済むと共に、切替先スクリーンの選択・決定の手間を軽減できる(例えば選択・決定までの時間を短縮できる)。これは、特に、切替先候補となるスクリーンの数が多い場合に、顕著な効果を奏する。
 ここで、“使用頻度”とは、例えば後述する表示回数(切替回数)を意味するが、この例に限らない。例えば、“使用頻度”は、全体のスクリーン表示回数を分母とし、各スクリーンの表示回数を分子として算出される値(全体に対する各スクリーンの表示の割合)を意味するものであってもよい。
 図3に、上記本システムのソフトウェア構成図を示す。
 プログラマブル表示器1においては、本体プログラム21、画面データ22、通信プログラム23等の各種プログラム/データが、例えば上記ROM12(フラッシュメモリ等)に格納されている。これらのプログラム/データ等をCPU11が読出し・実行/参照等することで、プログラマブル表示器用の上記操作表示画面(スクリーン)の表示制御等が行なわれる。
 操作表示画面(スクリーン)は、上述した数値表示、ランプ、スイッチ等の各種アイテムの画像表示から成り、各アイテムの表示内容は、例えば各接続機器4(外部メモリ;割当メモリ領域)から取得したデータ(取得データ)を反映させる形で随時更新される。
 つまり、CPU11は、本体プログラム21と画面データ22と上記取得データに基づいて、上記操作表示画面の表示制御を実行する。その際、この操作表示画面上の各アイテム(各画面部品)の表示内容は、上記取得データの内容を反映させたものとなる(温度等の数値表示やランプの点灯/消灯など)。
 上記画面データ22は、例えば予め作画エディタ装置5側で任意に作成された画面データファイル32が、プログラマブル表示器1にダウンロードされて格納されたものである。既に述べたように、画面データ22は、複数のスクリーンから構成される。これより、上記操作表示画面は、複数種類存在するものであり、ユーザ操作に応じて切替表示されるものである。本手法では、この操作表示画面(スクリーン)切替えの際に、一例としては後述するスクリーン切替メニューウィンドウ40等が用いられる。
 また、上記通信プログラム23も、例えば予め作画エディタ装置5側に格納されていた通信プログラムファイル33(その一部)が、プログラマブル表示器1にダウンロードされて格納されたものである。
 プログラマブル表示器1の通信プログラム23は、通信ライン6を介して接続機器4と通信を行うためのプログラムである。通常、接続機器4の機種毎等に固有の通信プロトコル(通信規定)を持ち、この通信規定に従って、プログラマブル表示器1-接続機器4間での通信を行う。そのため、通信プログラム23は、各接続機器4の機種毎等に開発が必要となる。尚、当然、CPU11などが通信プログラム23を実行することで、接続機器4との通信処理が実現される。
 PLC本体等である接続機器4は、様々なメーカー・機種があり、各メーカー/機種毎に独自の通信プログラムがあり、上記通信プログラム23は、接続機器4のメーカー/機種に応じて場合によっては複数種類備えられるものとなる。
 尚、プログラマブル表示器1-作画エディタ装置5間の通信は、例えば本体プログラム21と作画エディタ31とによって行う(通信機能が作画エディタ31に組み込まれている)。これについては特に関係ないので、図示・説明しない。
 通信プログラム23は、通常、作画エディタ装置5内の不図示のHD(ハードディスク)内に、複数の通信プログラムファイル33群(各機種毎に開発済の複数の通信プログラム)として予め記憶されている。そして、作画エディタ装置5は、作画エディタ31によりユーザが任意の接続機器4を選択・指定すると、該選択された接続機器4に応じた通信プログラムファイル33を、プログラマブル表示器1に転送して、上記通信プログラム23として記憶させる。
 尚、上記割当メモリ領域へのアクセスや画面表示等の各種処理を実現させるプログラムは、例えば本体プログラム21に含まれていてもよいし、画面データファイル32(画面データ22)に含まれていてもよい。何れにしても、この様なプログラムを例えば上記CPU11が実行することで、プログラマブル表示器1の各種動作が実現されることになる。
 ここで、作画エディタ装置5の作画エディタ31は、ユーザに所望の操作表示画面(スクリーン)を作成させる支援機能も有する。これは既に述べたように、予め作成済みの各種アイテム画像やスクリーンの雛形等が、作画エディタ装置5のハードディスク等に記憶されている。作画エディタ31による操作表示画面の作成支援機能によって、これら各種アイテムが一覧表示されて、ユーザは所望のアイテムを選択して所望の位置に配置することでスクリーンを作成する。本例では、複数のスクリーンが作成される。よって画面データファイル32(画面データ22)は、複数のスクリーンのデータより成る。この点自体は従来と略同様であってよい。
 但し、本例では、例えば上記アイテムとして上記スクリーン切替用の専用スイッチも、予め用意されて上記作画エディタ装置5のハードディスク等に記憶されている。あるいは、上記スクリーンの雛形に、予めスクリーン切替用の専用スイッチが配置されていてもよい。何れにしても、本手法では、基本的には上記作成されたスクリーン全てに、同一の所定スイッチ(スクリーン切替用の専用スイッチ)が設けられている。
 図4(a)は、本例のプログラマブル表示器1の機能ブロック図である。
 図示の例のプログラマブル表示器1は、例えば、表示制御部101、優先順位判定部102、切替先決定部103を有する。
 表示制御部101は、複数のスクリーンの何れかを表示する。これは、上記のように例えば画面データ22等に基づいて表示する。
 優先順位判定部102は、現在表示中のスクリーン上で所定の操作が行われると、過去の実績データに基づいて切替先候補のスクリーンの優先順位を判別する。過去の実績データとは、例えば各スクリーンの使用頻度(例えば表示回数/切替回数など)であるが、この例に限らない。また、上記所定の操作とは、例えば上記スクリーン切替用の専用スイッチ(不図示)の操作である。本手法では、スクリーン切替えに関しては、全スクリーン(但し、切替先スクリーンが存在するもの)に当該1つのスクリーン切替用の専用スイッチのみが設けられていれば済む。
 切替先決定部103は、優先順位判別部102によって判別された優先順位に従って、切替先候補のスクリーンを所定の形態で表示して、該表示に対して任意に指定されたスクリーンを切替先と決定する。
 上記所定の形態とは、例えばスクリーンのサムネイル画像一覧である。この例の場合、例えば切替先決定部103は、切替先候補のスクリーンのサムネイル画像を上記優先順位の順に表示する。これは、基本的に、優先順位が高い順に表示するものであって、例えば後述するスクリーン切替メニューウィンドウ40のサムネイル画像一覧表示欄42に表示されるものである。そして、ユーザに任意のサムネイル画像を指定させることで、該指定されたサムネイル画像のスクリーンを切替先のスクリーンに決定する。
 あるいは、上記所定の形態とは、例えば各スクリーンを時系列的に所定の時間ずつ順次表示するものである。これは例えば後述する図17の処理によって順次表示するものである。詳しくは後述する。この例の場合、切替先決定部103は、切替先候補のスクリーンを上記優先順位に従って順次表示し、表示中に所定の操作があったスクリーンを切替先のスクリーンに決定する。
 また、上記切替先候補のスクリーンは、例えば後述する表示履歴記憶部104に記憶されているスクリーンである。
 あるいは、上記切替先候補のスクリーンは、例えば後述する表示履歴記憶部104に記憶されているスクリーンのなかで所定の条件に該当するスクリーンである。例えば、後述する図7(c)に示す例の場合、切替元スクリーンNo.71が現在表示中のスクリーンである全てのレコードの切替先スクリーンNo.72が、切替先候補のスクリーンを示すものとなる。あるいは、そのなかで優先順位が高いものだけを(例えば1位~4位まで)上記切替先候補のスクリーンとする形態であっても構わない。
 また、本例のプログラマブル表示器1は、更に、表示履歴記憶部104を有するものであってよい。
 表示履歴記憶部104は、例えば後述する“トータル切替カウント”モードに関しては、各スクリーンのトータルの使用頻度を記憶するものである(例えば後述する図7(b))。そして、このモードの場合、優先順位判別部102は、トータルの使用頻度に基づいて切替先候補のスクリーンの優先順位を判別する(例えば後述する図9の処理)。例えば、トータルの使用頻度が最も高いスクリーンが、最も優先順位が高いものとなる。
 あるいは、表示履歴記憶部104は、例えば後述する“スクリーン別切替カウント”モードに関しては、切替元スクリーン別の各スクリーンの使用頻度を記憶するものである(例えば後述する図7(c))。そして、このモードの場合、優先順位判別部102は、現在表示中のスクリーンを上記切替元スクリーンとして該切替元スクリーンに応じた上記各スクリーンの使用頻度に基づいて、上記切替先候補のスクリーンの優先順位を判別する(例えば後述する図11の処理)。
 あるいは、表示履歴記憶部104は、例えば後述する“最近よく使うスクリーン”モードに関しては、各スクリーンの使用頻度を記憶する(例えば後述する図8(a))。これは、直近の所定期間分のデータのみを記憶するものであってもよいが、この例に限らない。そして、このモードの場合、優先順位判別部102は、上記表示履歴記憶部104に基づいて得られる、直近の所定期間内の各スクリーンのトータルの使用頻度に基づいて、上記切替先候補のスクリーンの優先順位を判別する(例えば後述する図13の処理)。
 あるいは、表示履歴記憶部104は、例えば後述する“前画面と連動したスクリーン候補表示”モードに関しては、各スクリーン毎に、任意の切替元スクリーンと任意の前画面スクリーンとの組み合わせ別の各スクリーンの使用頻度を記憶する(例えば後述する図8(b))。そして、このモードの場合、優先順位判別部102は、現在表示中のスクリーンを上記切替元スクリーンとし、その前に表示したスクリーンを上記前画面スクリーンとした組み合わせに応じた各スクリーンの使用頻度に基づいて、上記切替先候補のスクリーンの優先順位を判別する(例えば後述する図15の処理)。
 但し、後述するように、この様な“前画面”を用いる例に限らず、下記のように構成してもよい。
 すなわち、表示履歴記憶部104は、任意の切替元スクリーンと任意の1以上の“以前表示スクリーン”との組み合わせ別の各スクリーンの使用頻度を記憶するものであってもよい。そして、この場合には、優先順位判別部102は、例えば、現在表示中のスクリーンを切替元スクリーンとし、それ以前に表示した1以上のスクリーンを上記“以前表示スクリーン”とした組み合わせに応じた各スクリーンの使用頻度に基づいて、切替先候補のスクリーンの優先順位を判別することになる。
 尚、上記何れのモードの場合も、上記優先順位の判別は、例えば後述する使用頻度(表示回数など)が高い順にソートする処理に相当するが、この例に限らない。
 また、プログラマブル表示器1は、例えば更に、複数種類のモードのうちの任意のモードを選択させるモード選択部105を有するものであってもよい。この場合、上記優先順位判別部102は、選択されたモードに応じた優先順位の判別処理を行うことになる。
 ここで、本例のプログラマブル表示器1の機能ブロック図は、上記図4(a)の例に限らず、図4(b)に示す例としてもよい。但し、基本的には、図4(a)と図4(b)とは内容的には略同様と見做してもよい(捉え方や表現の仕方の違いに過ぎないと見做しても構わない)。
 図4(b)の例の場合、プログラマブル表示器1は、制御部110とメモリ部120から成る。制御部110は、図示の各種機能部を実現する。すなわち、制御部110は、図示のスクリーン切替候補表示部111、スクリーン切替自動タイマ112、スクリーン候補順逐次表示部113、切替先スクリーンセーブ処理114、ソート処理部123の各種機能部を実現する。これは、例えば上記CPU11が、ROM12に予め記憶されているプログラムを実行することにより、上記各種機能部111~114,123などが実現される。尚、図示の例ではソート処理部123はメモリ部120内に示しているが、これは、ソート処理部123が、特にメモリ部120の格納データの管理制御(所定の順番にソートする等)に関わる機能部であることを強調的に示す為のものである。
 メモリ部120は、例えば上記ROM12(またはRAM13)の記憶領域の一部に相当する。
 メモリ部120には、各スクリーンに係わる過去の実績データ(使用頻度を示すデータ;表示回数/切替回数等)を蓄積・記憶するスクリーン切替履歴記憶部121が設けられる。上記ソート処理部123が、このスクリーン切替履歴記憶部121の格納データに基づいて、“頻度の高いスクリーンリスト”122を生成する。“頻度の高いスクリーンリスト”122は、例えば各スクリーン(その識別No.等)を、相対的に使用頻度が最も高いものを先頭にして、使用頻度(優先順位)が高い順にソートしたものである。
 そして、スクリーン切替候補表示部111またはスクリーン候補順逐次表示部113は、“頻度の高いスクリーンリスト”122に基づいて、切替候補スクリーンの適切な表示を実現する。適切な表示とは、スクリーン切替候補表示部111の場合には、切替候補スクリーンのサムネイル画像を、使用頻度が高い順に配置・表示する。あるいは、スクリーン候補順逐次表示部113の場合には、切替先候補となるスクリーンを、使用頻度が高い順に、時系列的に順次表示する。
 尚、スクリーン候補順逐次表示部113は、スクリーン切替自動タイマ112と連動して動作する。すなわち、スクリーン切替自動タイマ112は、予め設定される所定時間経過する毎に(例えば数秒毎に)タイムアウトすると共に直ちに再起動する。スクリーン候補順逐次表示部113は、スクリーン切替自動タイマ112がタイムアウトする毎に、“頻度の高いスクリーンリスト”122のソート順(優先順位)に従って、次の切替候補スクリーンを表示する。
 切替先スクリーンセーブ処理114は、例えばスクリーン切替えが行われる毎に、スクリーン切替履歴記憶部121の内容を更新する。すなわち、任意のスクリーンへの切替えが行われると、当該スクリーンの使用頻度(表示回数/切替回数等)を更新(+1)する。
 尚、“頻度の高いスクリーンリスト”122には、比較的使用頻度が高い所定数のスクリーンのみ(例えば上位4つのスクリーンのみ)が、格納されるようにしてもよい。
 図5は、本例のプログラマブル表示器1の処理フローチャート図である。
 尚、図5の処理を含む以下に説明するプログラマブル表示器1の各種処理は、例えば上記ROM12(フラッシュメモリ等)に予め記憶されているプログラムを、CPU11が実行することにより実現される。
 また、図5の処理を実現させるプログラムは、例えば予め上記本体プログラム21に含まれていてもよいし、上記画面データ22に含まれていてもよい(特にスクリーン切替用の専用スイッチの機能として含まれている)。
 尚、図5は、スクリーン切替えに係る処理を示すが、特に図示・説明しないが、プログラマブル表示器1は、他にも上記既存の処理(割当メモリ領域へのアクセスや各アイテム表示更新など)も実行している。
 図5の処理は、不図示のスクリーン切替用の専用スイッチがユーザによって操作されたことを検知すると(ステップS11,YES)、図示のステップS12~S18の処理を実行するものである。上記専用スイッチ操作がないときには(ステップS11,NO)、他の処理(上記既存の処理等)を実行している。
 尚、ここでは一例として、複数のスクリーン全てにスクリーン切替用の専用スイッチが設けられているものとする。よって、現在表示中のスクリーンが何であっても、スクリーン切替用の専用スイッチを操作可能であると共に、当該専用スイッチがユーザによって操作される毎に、図5のステップS12~S18の処理が実行されることになる。
 プログラマブル表示器1は、上記専用スイッチ操作があると(ステップS11,YES)、例えば図6に示すスクリーン切替メニューウィンドウ40を表示する(ステップS12)。
 図6の例では、スクリーン切替メニューウィンドウ40は、モード選択欄41、サムネイル画像一覧表示欄42、“自動切替開始”スイッチ43等を有する。
 プログラマブル表示器1は、ユーザがモード選択欄41において所望のモードを選択すると(ステップS13)、選択されたモードに応じた処理であるステップS14、S15の処理を実行する。詳しくは後述するが、基本的には、選択されたモード(選択モード)に応じた切替先候補スクリーンのサムネイル一覧表示を実行する。すなわち、スクリーン切替履歴データ50から選択モードに応じたデータ(スクリーンNo.、切替回数等)を抽出して、抽出データをその切替回数等に基づいてソートする処理を行う(ステップS14)。そして、このソート結果(優先順位)に基づいて、切替先候補スクリーンのサムネイル一覧表示を行う(ステップS15)。
 ここで、図7、図8に、スクリーン切替履歴データ50の具体例を示す。
 図7(a)は、スクリーン切替履歴データ50全体のデータ構造例である。
 本例では、上記モードとして図6に示す4種類のモードが用意されている。すなわち、図6のモード選択欄41に示す“トータル切替カウント”モード、“スクリーン別切替カウント”モード、“最近よく使うスクリーン”モード、“前画面と連動したスクリーン候補表示”モードが、予め用意されている。
 但し、モードの種類や数は、この例に限らない。例えば、“スクリーン別切替カウント”モードに、“最近よく使うスクリーン”モードの考え方を適用したモードもあってもよい。すなわち、直近の所定期間の過去の実績データに基づいて、切替元となるスクリーン別に、切替先となる各スクリーンへの切替回数(使用頻度)をカウントするようにしてもよい。これと同様にして、“前画面と連動したスクリーン候補表示”モードに、“最近よく使うスクリーン”モードの考え方を適用したモードもあってもよい。
 図7(a)の例は、上記図6に示した例に応じたものである。すなわち、スクリーン切替履歴データ50は、“トータル切替カウントモード用データ”51、“スクリーン別切替カウントモード用データ”52、“最近よく使うスクリーン用データ”53、“前画面と連動したスクリーン候補表示用データ”54から成る。
 “トータル切替カウントモード用データ”51の具体例は図7(b)に示し、“スクリーン別切替カウントモード用データ”52の具体例は図7(c)に示す。同様に、“最近よく使うスクリーン用データ”53の具体例は図8(a)に示し、“前画面と連動したスクリーン候補表示用データ”54の具体例は図8(b)に示す。これら具体例については後に説明する。
 上記ステップS14の処理では、上記4種類のデータ51~54の中からステップS13で選択指定されたモードに応じたデータを取得する。そして、取得したデータ(各レコード)を、例えば切替回数に応じてソートする(例えば、切替回数が多い順にソートする)。あるいは、取得したデータのなかから更に所定の条件に該当するデータを抽出する。そして、抽出したデータ(各レコード)を、例えば切替回数に応じてソートする(例えば、切替回数が多い順にソートする)。
 そして、上記の通り、このソート結果に基づいて、切替先候補のサムネイル一覧表示を行う(ステップS15)。これは、ソート順に、各レコードの“切替先スクリーンNo.”が示すスクリーンの縮小画像(サムネイル画像)を作成して、このサムネイル画像をサムネイル画像一覧表示欄42に表示する。これによって、例えば切替回数が多い(使用頻度が高い)スクリーンから順に、その縮小画像(サムネイル画像)が作成されてサムネイル画像一覧表示欄42に表示されることになる。
 上記ソート順は、候補表示の優先順位を示すものである。基本的には、相対的に切替回数が多い(使用頻度が高い)スクリーンほど、優先順位が高いものとなる。そして、優先順位が高いスクリーンのサムネイル画像が、優先的にサムネイル画像一覧表示欄42に表示されることになる。
 ユーザは、上記サムネイル画像一覧表示欄42の表示を参照して、所望のサムネイル画像を選択・指定する操作を行う(ステップS16)。ここで、上記の処理によって、サムネイル画像一覧表示欄42には、過去の切替回数の実績値が比較的多い(つまり、今回もユーザによって選択される確率が比較的高い)サムネイル画像が、選択され易い位置(先頭部分)に表示される。また、スクリーン切替用のスイッチ等は、切替先候補のスクリーン数に関係なく、上記専用スイッチ1つで済む。これらのことから、本手法では、切替先スクリーンの選択の手間を軽減できると共に、各スクリーンが簡素化される(従来の様に多数のスクリーン切替用スイッチを設ける必要はない)。
 プログラマブル表示器1は、上記ステップS16で指定されたサムネイル画像のスクリーンへと切り替える処理を実行する(ステップS17)。尚、スクリーンの切替処理自体は、既存技術であるので、ここでは特に説明しない。最後に、スクリーン切替履歴データ50を更新する。すなわち、上記ステップS17で切り替えたスクリーンに係る切替回数を、+1インクリメントして(ステップS18)、本処理を終了する。
 以下、図7、図8や図9以降の各図面を参照して、上記各モード毎の処理について説明する。
 まず、上記“トータル切替カウント”モードについて説明する。
 図7(b)に示す具体例では、“トータル切替カウントモード用データ”51は、切替先スクリーンNo.61、切替回数62から成る。切替先スクリーンNo.61には各スクリーンの識別IDが格納される。切替回数62には、各スクリーンの表示回数(任意のスクリーンから切り替えられて表示された回数。よって切替回数でもある)が格納される。
 そして、ステップS18では、上記ステップS16、S17で選択されて切り替えられたスクリーン(つまり、切替先のスクリーン)の識別IDに対応する切替回数62が、更新される(例えば+1インクリメントされる)ことになる。
 つまり、このモードでは、単純に各スクリーンの表示回数(任意のスクリーンからの切替回数;使用頻度)がカウントされ、上記ステップS14では表示回数が多いスクリーンから順に、そのサムネイル画像がサムネイル画像一覧表示欄42の先頭から順に配置・表示されることになる。
 ここで、図9に、“トータル切替カウント”モードが選択された場合における上記ステップS14,S15の処理例を示す。
 図示の処理例では、スクリーン切替履歴データ50から“トータル切替カウントモード用データ”51を抽出して(ステップS21)、この抽出データ51の各レコード(特に切替先スクリーンNo.61)を、切替回数62が多い順に(使用頻度が高い順に)ソートする(ステップS22)。そして、このソート順に、切替先スクリーンNo.61が示すスクリーンのサムネイル画像を作成して、サムネイル画像一覧表示欄42の先頭から順次配置していく(ステップS23)。
 ここで、図10(a)に上記ソート結果の一例を示す。
 図示の例では、切替先スクリーンNo.61=‘No.20’のスクリーンが、最も切替回数62が多く、2番目が‘No.50’、3番目が‘No.100’、4番目が‘No.1’等となっている。これより、サムネイル画像一覧表示欄42には、例えば図10(b)に示すサムネイル画像一覧表示されることになる。
 図10(b)に示すように、サムネイル画像一覧表示欄42には、上から順番に(左右に関しては左が先)スクリーン‘No.20’、スクリーン‘No.50’、スクリーン‘No.100’、スクリーン‘No.1’の順に、各スクリーンのサムネイル画像が表示される。また、スクロールさせることで、ソート順位が5番目以降のスクリーンのサムネイル画像も表示させることができる。但し、上記のことから図示の4つのスクリーン(サムネイル画像)の何れかが選択される可能性は高いので、ユーザは、スクロール操作する必要なく、所望のスクリーンを探す手間が掛かることなく、所望のスクリーンを指定することができる。つまり、ユーザは、切替先のスクリーンを指定する手間を最小限に出来る。
 更に、サムネイル画像一覧表示欄42に図示のように多数のスクリーン(そのサムネイル画像)が表示されることは、切替先候補スクリーンの数が多数であることを意味する。この様な場合、従来では上述したように、スクリーン上に多数のスクリーン切替スイッチが配置されることになる。この為、スクリーン上の他のアイテム(他のスイッチや、ボタン、ランプ、グラフ、数値表示等)の表示の為の領域が小さくなり、他のアイテムのサイズが小さくなり、見難くなるし操作し難くなる。また、スクリーン切替スイッチのサイズも小さくなるので、例えば当該スイッチ上にサムネイル画像を貼り付ける場合、分かり難くなる。この為、例えば当該スイッチ上に上記‘No.20’等の識別IDを表示する場合、ユーザは各スクリーンの内容と識別IDとを対応付けて覚えておく必要がある。
 これに対して、本手法では、切替先候補スクリーンが多数あっても、スクリーン上には1つのスクリーン切替用の専用スイッチが表示されるだけであり、サムネイル画像表示も問題なく行えるので、上記問題を解消できる。
 次に、上記“スクリーン別切替カウント”モードについて説明する。
 図7(c)に示す具体例では、“スクリーン別切替カウントモード用データ”52は、切替元スクリーンNo.71、切替先スクリーンNo.72、切替回数73から成る。
 切替先スクリーンNo.72は上記切替先スクリーンNo.61と略同様である。つまり、上記任意のスクリーン(切替元のスクリーン)から切り替えられて表示されたスクリーン(切替先のスクリーン)を示すものである。そして、切替元スクリーンNo.71には上記任意のスクリーン(切替元のスクリーン)の識別IDが格納される。
 つまり、切替回数73には、切替元スクリーンNo.71のスクリーンから切替先スクリーンNo.72のスクリーンへと切り替えられて表示された回数(実績値)が格納されることになる。
 よって、このモードでは、任意の現在表示中のスクリーンから任意の他のスクリーンに切り替えた場合の上記ステップS18の履歴データ追加処理に関しては、下記のようになる。
 上記現在表示中の(切替元の)スクリーンの識別ID及び上記ステップS17で切り替えた他のスクリーンの識別IDのペアを検索キーにして、該当レコードを検索する。該当レコードは、その切替元スクリーンNo.71及び切替先スクリーンNo.72が、上記検索キーと同一であるレコードである。そして、該当レコードの切替回数73を+1インクリメントする。
 例えば、スクリーン‘No.1’、スクリーン‘No.2’、スクリーン‘No.3’の3つのスクリーンがあり、仮にスクリーン‘No.3’の上記(トータルの)切替回数62が100回であり、これによって上記“トータル切替カウント”モードの場合にはソート順位が1番(最上位)となるものとする。しかしながら、本モード(“スクリーン別切替カウント”モード)の場合には、必ずしも最上位とはならないし、最下位になる可能性もある。
 例えば、下記の2つのレコードがあるものとする。
・第1レコード;切替元スクリーンNo.71=‘No.1’、切替先スクリーンNo.72=‘No.3’、切替回数73=95回
・第2レコード;切替元スクリーンNo.71=‘No.2’、切替先スクリーンNo.72=‘No.3’、切替回数73=5回
 この例の場合、上記現在表示中のスクリーンがスクリーン‘No.1’である場合には、スクリーン‘No.3’のソート順は上位となる可能性が高く、以ってサムネイル画像一覧表示欄42には、スクリーン‘No.3’のサムネイル画像が上位に表示される可能性が高い。
 一方、上記現在表示中のスクリーンがスクリーン‘No.2’である場合には、スクリーン‘No.3’のソート順は下位となる可能性が高く、以ってサムネイル画像一覧表示欄42には、スクリーン‘No.3’のサムネイル画像が下位に表示される可能性が高い。つまり、ユーザはスクロールして探さなければスクリーン‘No.3’のサムネイル画像を見つけることは出来ない可能性が高い。但し、この場合には、そもそもユーザがスクリーン‘No.3’を選択する可能性が低いのであるから、何等問題ないことになる。
 ここで、図11に、“スクリーン別切替カウント”モードが選択された場合における上記ステップS14,S15の処理例を示す。
 図示の処理例では、まず、スクリーン切替履歴データ50から“スクリーン別切替カウントモード用データ”52を抽出する(ステップS31)。続いて、この抽出したデータ52の各レコードのなかから、切替元スクリーンNo.71が現在表示中のスクリーンであるレコードを抽出する。そして、この抽出したレコードを、切替回数73が多い順に(使用頻度が高い順に)ソートする(ステップS32)。そして、このソート順に、その切替先スクリーンNo.72が示すスクリーンのサムネイル画像を作成して、サムネイル画像一覧表示欄42の先頭から順次配置していく(ステップS33)。
 ここで、図12(a)に上記ソート結果の一例を示す。
 尚、図12(a)には(説明の都合上)複数の切替元スクリーンNo.71を示すが、実際には何れか1つのみ(現在表示中スクリーンに対応するもの)が上記ステップS32で抽出されることになる。
 図示の例では、例えば、現在表示中スクリーン(切替元スクリーンNo.71)がNo.0の場合、切替先スクリーンNo.72=‘No.20’のスクリーンが最も切替回数73が多く、2番目が‘No.50’、3番目が‘No.100’、4番目が‘No.1’等となっている。これより、サムネイル画像一覧表示欄42には、例えば図12(b)の図上左側に示す配置で各サムネイル画像が表示されることになる。
 図10(b)の左側に示す例では、サムネイル画像一覧表示欄42には、上から順番に(左右に関しては左が先)スクリーン‘No.20’、スクリーン‘No.50’、スクリーン‘No.100’、スクリーン‘No.1’の順に、各スクリーンのサムネイル画像が表示される。
 また、図示の例では、例えば、切替元スクリーンNo.71=No.1の場合、切替先スクリーンNo.72=‘No.40’のスクリーンが最も切替回数73が多く、2番目が‘No.30’、3番目が‘No.100’、4番目が‘No.11’等となっている。これより、サムネイル画像一覧表示欄42には、例えば図12(b)の図上右側に示す配置で各サムネイル画像が表示されることになる。
 図10(b)の右側に示す例では、サムネイル画像一覧表示欄42には、上から順番に(左右に関しては左が先)スクリーン‘No.40’、スクリーン‘No.30’、スクリーン‘No.100’、スクリーン‘No.11’の順に、各スクリーンのサムネイル画像が表示される。
 上述したように、“スクリーン別切替カウント”モードでは、特に現在表示中スクリーンによって切替先候補スクリーンの順番が異なるような場合に、より適切な順番の決定を行うことができる。勿論、決定した順番に従ってサムネイル画像が表示されることになる。
 次に、以下、“最近よく使うスクリーン”モードについて説明する。尚、このモードは、対象期間を直近の所定期間に限った上記“トータル切替カウント”モードであると見做すこともできる。
 図8(a)に示す具体例では、“最近よく使うスクリーン用データ”53は、日付(年月日)81、切替先スクリーンNo.82、切替回数83から成る。
 切替回数83には、各日毎の各スクリーン(切替先スクリーンNo.82)の表示回数が記録される。但し、一例としては、日付が古い(例えば2週間以上経過した)レコードは、“最近よく使うスクリーン用データ”53から削除する処理が、例えば毎日実行されるものとする。そして、任意のときに、そのときの“最近よく使うスクリーン用データ”53(直近の2週間分のデータ等)に基づいて、集計を行って、この集計結果から優先順位を決めるものである。
 つまり、このモードでは、直近の所定期間内(例えば最近2週間程度)のスクリーン表示実績データに基づいて、各スクリーン毎に当該所定期間におけるトータルの表示回数を求めて、このトータル表示回数に基づいてソート順が決定される。そして、決定されたソート順(優先順位)に従って、各スクリーンのサムネイル画像がサムネイル画像一覧表示欄42に表示されることになる。
 ここで、図13に、“最近よく使うスクリーン”モードが選択された場合における上記ステップS14,S15の処理例を示す。
 図示の処理例では、スクリーン切替履歴データ50から“最近よく使うスクリーン用データ”53を抽出して、このデータ53から直近の所定期間内(例えば最近2週間程度)における各スクリーン毎の切替回数(表示回数)を集計する(ステップS41)。そして、集計結果に基づいて切替先スクリーンNo.82をソートする(ステップS42)。そして、このソート順に従って各切替先スクリーンNo.82が示すスクリーンのサムネイル画像を作成して、サムネイル画像一覧表示欄42の先頭から順次配置していく(ステップS43)。
 この集計処理とソートのイメージを図14(a)に示す。
 図14(a)の図上左側には、“最近よく使うスクリーン用データ”53の具体例を示す。よって、図示のように、日付(年月日)81、切替先スクリーンNo.82、切替回数83から成る。尚、これは、直近の所定期間内における各日毎の各スクリーンの切替回数(表示回数)実績データを示すものと言える。
 また、図14(a)の図上右側にはこの実績データに基づく上記集計結果(所定期間内のトータルの表示回数)を示す。この集計結果データ53’は、例えば図示のように、トータル切替回数83’と切替先スクリーンNo.82’から成る。
 また、図14(a)には、特に、スクリーン‘No.100’に関する集計のイメージを示す。すなわち、図示の例では、切替先スクリーンNo.82が‘No.100’であるデータ全ての切替回数83(65,10,55)を取得して、これらの合計値(65+10+55=130)を算出する。そして、この合計値(=130)を上記トータル切替回数83’に格納する。勿論、これに対応する上記切替先スクリーンNo.82’には図示のように‘No.100’が格納される。
 例えば上記のような集計処理を各スクリーンについて実行する。そして、最後に、集計結果データ53’の各レコードを、トータル切替回数83’が多い順に(所定期間内のトータルの使用頻度が高い順に)ソートする。これによって、集計結果データ53’は、図14(a)の図上右側に示す状態となる。図示の例では、切替先スクリーンNo.82’=‘No.100’のスクリーンが最もトータル切替回数83’が多く、2番目が‘No.20’等となっている。
 そして、上記ソート後の集計結果データ53’に基づいて、サムネイル画像一覧表示欄42に各スクリーンのサムネイル画像を表示する。すなわち、上記ソート後の集計結果データ53’を参照して、ソート順に、切替先スクリーンNo.82’が示すスクリーンのサムネイル画像を作成して、サムネイル画像一覧表示欄42の先頭から順次配置していく。
 これによって、例えば図14(a)の図上右側に示す集計結果データ53’の例の場合には、サムネイル画像一覧表示欄42の表示内容は図14(b)に示すようになる。
 すなわち、最近の表示回数が多いスクリーンから順にそのサムネイル画像が表示されるので、ユーザが比較的上位に表示されるサムネイル画像のなかから選択する可能性が高いものとなる。換言すれば、上記ソート順を、より適切なものとすることができる。
 次に、以下、“前画面と連動したスクリーン候補表示”モードについて説明する。
 図8(b)に示す具体例では、“前画面と連動したスクリーン候補表示用データ”54は、前画面スクリーンNo.91、切替元スクリーンNo.92、切替先スクリーンNo.93、切替回数94から成る。
 ここで、上記“スクリーン別切替カウント”モードは、現在表示中のスクリーンを考慮したものであると言える。これに対して、“前画面と連動したスクリーン候補表示”モードでは、現在表示中のスクリーンだけでなく更にその前に表示されたスクリーンも考慮するものであると言える。
 すなわち、上記“前画面と連動したスクリーン候補表示用データ”54は、「前画面スクリーンNo.91→切替元スクリーンNo.92→切替先スクリーンNo.93」という形で切替先スクリーンNo.93が表示された回数が、切替回数94に記録されるものである。
 例えば、後述する図16(a)の例の場合、例えば「No.1→No.10→No.20」という形でスクリーンNo.20が表示された場合の切替回数94は、100回である。これに対して、例えば「No.100→No.10→No.20」という形でスクリーンNo.20が表示された場合の切替回数94は、たった1回である。例えばこの様なケースでは、本モード(“前画面と連動したスクリーン候補表示”モード)は、上記“スクリーン別切替カウント”モードよりも更に適切な優先順位の決定が実現できると考えられる。
 尚、切替元スクリーンNo.92が、上記現在表示中のスクリーンに相当することになる。
 本モードでは、任意の現在表示中のスクリーンから任意の他のスクリーンに切り替えた場合の上記ステップS18の履歴データ追加処理に関しては、下記のようになる。
 現在表示中のスクリーンの前に表示されていたスクリーンの識別ID及び現在表示中のスクリーンの識別ID及び上記ステップS17による切替先のスクリーンの識別IDを検索キーにして、該当レコードを検索する。該当レコードは、その前画面スクリーンNo.91及び切替元スクリーンNo.92及び切替先スクリーンNo.93が、上記検索キーと同一であるレコードである。そして、該当レコードの切替回数94を+1インクリメントする。
 ここで、図15に、“前画面と連動したスクリーン候補表示”モードが選択された場合における上記ステップS14,S15の処理例を示す。
 尚、本例の場合、現在表示中のスクリーンの前に表示されていたスクリーンの識別ID(“現在前表示スクリーンNo.”と記すものとする)を、別途、不図示の所定のメモリ領域等に保持しておくものとする。そして、例えば、上記ステップS17によって現在表示中スクリーンから他のスクリーンに切り替わる際に、当該現在表示中スクリーンの識別IDを新たな上記“現在前表示スクリーンNo.”とする処理を行うものとする。
 図示の処理例では、まず、スクリーン切替履歴データ50から“前画面と連動したスクリーン候補表示用データ”54を抽出する(ステップS51)。続いて、この抽出データ54の各レコードのうち、切替元スクリーンNo.92が現在表示中のスクリーンであり且つ前画面スクリーンNo.91が上記“現在前表示スクリーンNo.”であるレコードを全て抽出する。そして、これら抽出レコードを、その切替回数94が多い順に(使用頻度が高い順に)ソートする(ステップS52)。そして、このソート順に、その切替先スクリーンNo.93が示すスクリーンのサムネイル画像を作成して、サムネイル画像一覧表示欄42の先頭から順次配置していく(ステップS53)。
 ここで、図16(a)に上記ソート結果の一例を示す。
 尚、図16(a)には(説明の都合上)複数の前画面スクリーンNo.91を示すが、実際には何れか1つのみ(現在の上記“現在前表示スクリーンNo.”に対応するもの)が上記ステップS52で抽出されてソートされることになる。
 図示の例では、切替元スクリーンNo.92が同じ(No.10)であっても、前画面スクリーンNo.91が異なれば(No.1、No.5、No.100)、レコード(特に切替先スクリーンNo.93)のソート結果は異なることを示している。勿論、本例では、何れも場合も、切替回数94が多い順にソートされることになる。
 そして、図16(b)には、前画面スクリーンNo.91がNo.1である場合のソート順に応じたサムネイル画像一覧表示欄42の表示例を示す。
 この様に、現在表示中のスクリーンだけでなくその前に表示されたスクリーンも考慮した順位決定を行うことで、より適切な優先順位の決定を実現することができる。
 尚、上記「現在表示中のスクリーン+その前に表示したスクリーン(前画面)」に応じた切替候補スクリーンの優先順位決定は、「現在表示中のスクリーン+それ以前に表示したスクリーン」に応じた切替候補スクリーンの優先順位決定手法の一例であると見做してもよい。すなわち、上記“それ以前に表示したスクリーン”には、前画面に限らず、更にその前に表示された画面(前々画面)、更に更にその前に表示された画面(前々前画面)など(これらを“1以上の以前表示スクリーン”等というものとする)も含まれていても構わない。
 何れにしても、過去の実績データによれば例えば下記のような傾向が見られる等というケースも起こり得るので、特にこの様なケースでは本モードが格別な効果を奏することになる。
・‘No.10’→‘No.2’→‘No.8’の順に画面切替が行われてきた場合には(‘No.8’が現在表示中スクリーン)、次の切替先スクリーンは‘No.20’となる場合が最も多かった。
・‘No.5’→‘No.2’→‘No.8’の順に画面切替が行われてきた場合には(‘No.8’が現在表示中スクリーン)、次の切替先スクリーンは‘No.11’となる場合が最も多かった。
 ここで、上述した各実施例は、何れも、サムネイル画像を生成・表示するものであったが、この例に限らない。例えば、サムネイル画像は当然、元の画像よりは見難くなるので、表示を見てもどれが所望のスクリーンのサムネイル画像であるのか判別し難くなる可能性も有り得る。これより、スクリーン画像をそのまま表示することが考えられるが、その場合には複数のスクリーン画像を一度に表示することはできない(基本的には一度に1つだけ)。
 これより、ここでは、切替候補となる複数のスクリーン画像を時分割で表示する(例えば各々数秒ずつ表示する)。勿論、この場合も、上記ソート順に従って表示されるので、例えば過去の表示回数が多いスクリーンが優先的に表示されることになる。よって、開始から短時間でユーザ所望のスクリーンが表示される可能性が高くなる。そして、所望のスクリーンが表示された時点でユーザが所定の操作を行うと、このスクリーンが切替先として決定されて、このスクリーンへの切替が行われる。
 ユーザがこの様な表示形態を指示する為のスイッチが、上記図6に示す“自動切替開始”スイッチ43である。
 “自動切替開始”スイッチ43が操作されたときの処理を図17に示す。
 尚、このときには既に、上記モードの選択と、選択されたモードに応じたレコード(特に切替先スクリーンNo.)のソート処理が行われているものとする。尚、更に、ソート結果に応じてサムネイル画像が生成・表示されている状態であっても構わない。例えば、ユーザは、サムネイル画像を見て、分かり難いと思ったら、“自動切替開始”スイッチ43を操作することになる。勿論、これは一例である。
 “自動切替開始”スイッチ43が操作されると(ステップS61,YES)、上記ソート結果(優先順位)に基づいて、表示対象スクリーン(最初はソート順の先頭のスクリーン;最も表示回数が多いスクリーン)を表示すると共に、タイマをスタートさせる(ステップS62)。尚、タイマには、予め所定のタイムアウト時間(例えば数秒程度)がセットされている。
 そして、タイマがタイムアウトする前にユーザが所定の操作(画面上のどこでもいいのでタッチする等)を行った場合には(ステップS63,YES)、このときに表示されていたスクリーンを切替先に決定して所定処理を実行する(ステップS64)。所定処理とは、例えばタイマ停止、スクリーンの順次切替表示の停止、上記ステップS18に相当する処理等である。
 一方、タイマがタイムアウトした場合には(ステップS63,NO)、上記ソート順に従って次の表示対象スクリーンを決定して(ステップS65)、ステップS62の処理に戻る。
 上述した実施例は、一例を示したものであり、この例に限らない。例えば、スクリーン切替メニューウィンドウ40は、図6に示す例に限らず、例えば上記モード選択欄41が無い形態であっても構わない。つまり、モードに関しては予め決められており、ユーザはモード選択できない形態であってもよい。あるいは、モード選択用のウィンドウが別途存在し、ユーザが予めモード選択用ウィンドウ上で任意のモードを選択・指定する形態であってもよい。これらの例では、ユーザがスクリーン切替用の専用スイッチを操作すると、予め決められている(または予め設定された)モードによる上記ソート処理等を実行して、このソート結果に応じてサムネイル画像一覧表示欄42にサムネイル画像を表示することになる(あるいは図17の処理により切替先候補スクリーンを順次表示することになる)。
 何れにしても、スクリーン切替用の専用スイッチ(不図示)が操作される毎に逐一モードを選択する必要性はないものである。
 あるいは、上記一例では上述した4種類のモードのなかから任意のモードを選択させたが、この例に限らず、例えば4種類のうちの何れか2種類以上のモードのなかから任意のモードを選択させる形態であっても構わない。
 また、上記のことから、スクリーン切替履歴データ50は、図7(a)に示す例に限らず、各形態で用いるモードに関するデータのみを記憶するものであって構わない。例えば、固定的に“トータル切替カウント”モードのみを使用する形態の場合には、スクリーン切替履歴データ50は“トータル切替カウントモード用データ”51のみで構成されるものであって構わない。
 また、例えば上記ステップS18の“切替回数の更新(+1インクリメントする)”処理は、そのときに選択されているモードに関するデータのみ更新する例に限らず、他のモードに関するデータも更新するようにしても構わない。例えば、“トータル切替カウント”モードにおいては、上記一例では切替回数62のみを更新したが、この例に限らず、例えば切替回数73、切替回数83、切替回数94も更新するようにしても構わない。
 また、上記切替回数62、切替回数73、切替回数83、切替回数94(以下、特に区別せずに“切替回数”と記す)の初期値は、たとえば‘0’であるが、この例に限らない。切替回数の初期値は、ユーザが1以上の任意の値を設定できるようにしてもよい。
 あるいは、切替回数の初期値は、全てのレコードで一律同じ値を設定するものであってもよいが、各々異なる値を設定できるようにしてもよい。特に運用開始時には、例えば全レコードで切替回数が例えば‘0’になっているので、実質的にソート出来ないことになる。これより、ユーザが、例えば使用頻度が高いと思われるスクリーンに対応するレコードの切替回数の初期値を、比較的高い値に設定すること等によって、この様な問題を解消できるようにしてもよい。
 あるいは、上記切替回数の初期値として各々異なる値を設定する例に関して、上記ステップS18の処理を実行しないようにしてもよい。つまり。この場合は、実績データに基づくのではなく、ユーザが決めた順番で候補スクリーン(またはそのサムネイル画像が表示されることになる)。
 あるいは、サムネイル画像の表示や“自動切替開始”スイッチ43の操作が行われることなく、上記専用スイッチが操作されたら直ちに図17に示す処理が実行されるものであてもよい。勿論、この場合には、予め任意のモードが決定/設定されており、このモードに応じたソート処理が実行されている。
 

Claims (12)

  1.  複数のスクリーンの何れかを表示する表示制御手段と、
     現在表示中のスクリーン上で所定の操作が行われると、過去の実績データに基づいて切替先候補のスクリーンの優先順位を判別する優先順位判別手段と、
     該優先順位判別手段によって判別された優先順位に従って、前記切替先候補のスクリーンを所定の形態で表示して、該表示に対して任意に指定されたスクリーンを切替先と決定する切替先決定手段と、
     を有することを特徴とするプログラマブル表示器。
  2.  前記切替先決定手段は、前記所定の形態として前記切替先候補のスクリーンのサムネイル画像を前記優先順位の順に表示し、任意のサムネイル画像を指定させて、該指定されたサムネイル画像のスクリーンを前記切替先として決定することを特徴とする請求項1記載のプログラマブル表示器。
  3.  前記切替先決定手段は、前記所定の形態として前記切替先候補のスクリーンを前記優先順位に従って順次表示し、表示中に所定の操作があったスクリーンを前記切替先として決定することを特徴とする請求項1記載のプログラマブル表示器。
  4.  全ての前記スクリーンは、そのスクリーンを表示中には所定のスクリーン切替用ボタンが表示され、
     前記現在表示中のスクリーン上での所定の操作は、該スクリーン切替用ボタンの操作であることを特徴とする請求項1記載のプログラマブル表示器。
  5.  前記切替先候補のスクリーンのサムネイル画像は、前記現在表示中のスクリーン上に別途表示されるウィンドウ内に一覧表示されることを特徴とする請求項1記載のプログラマブル表示器。
  6.  前記過去の実績データは、各スクリーンの使用頻度であり、
     前記各スクリーンのトータルの使用頻度を記憶する表示履歴記憶手段を更に有し、
     前記優先順位判別手段は、該トータルの使用頻度に基づいて前記切替先候補のスクリーンの優先順位を判別することを特徴とする請求項1~3の何れかに記載のプログラマブル表示器。
  7.  前記過去の実績データは、各スクリーンの使用頻度であり、
     切替元スクリーン別の各スクリーンの使用頻度を記憶する表示履歴記憶手段を更に有し、
     前記優先順位判別手段は、現在表示中のスクリーンを前記切替元スクリーンとして該切替元スクリーンに応じた前記各スクリーンの使用頻度に基づいて、前記切替先候補のスクリーンの優先順位を判別することを特徴とする請求項1~3の何れかに記載のプログラマブル表示器。
  8.  前記過去の実績データは、各スクリーンの使用頻度であり、
     前記各スクリーンの使用頻度を記憶する表示履歴記憶手段を更に有し、
     前記優先順位判別手段は、該表示履歴記憶手段に基づいて得られる、直近の所定期間内の各スクリーンのトータルの使用頻度に基づいて、前記切替先候補のスクリーンの優先順位を判別することを特徴とする請求項1~3の何れかに記載のプログラマブル表示器。
  9.  前記過去の実績データは、各スクリーンの使用頻度であり、
     前記各スクリーン毎に、任意の切替元スクリーンと任意の1以上の以前表示スクリーンとの組み合わせ別の各スクリーンの使用頻度を記憶する表示履歴記憶手段を更に有し、
     前記優先順位判別手段は、現在表示中のスクリーンを前記切替元スクリーンとし、それ以前に表示した1以上のスクリーンを前記以前表示スクリーンとした組み合わせに応じた前記各スクリーンの使用頻度に基づいて、前記切替先候補のスクリーンの優先順位を判別することを特徴とする請求項1~3の何れかに記載のプログラマブル表示器。
  10.  複数種類のモードのうちの任意のモードを選択させるモード選択手段を更に有し、
     前記優先順位判別手段は、選択されたモードに応じた前記優先順位の判別を行うことを特徴とする請求項1~3の何れかに記載のプログラマブル表示器。
  11.  前記複数種類のモードは、各スクリーンのトータルの使用頻度に基づいて前記優先順位を判別するモード、切替元のスクリーン毎に応じた使用頻度に基づいて前記優先順位を判別するモード、各スクリーンの直近の所定期間内の使用頻度に基づいて前記優先順位を判別するモード、切替元のスクリーンと前回表示スクリーンとの組み合わせに応じた使用頻度に基づいて前記優先順位を判別するモードのうちの何れかに2種類以上のモードであることを特徴とする請求項8記載のプログラマブル表示器。
  12.  プログラマブル表示器のコンピュータを、
     複数のスクリーンの何れかを表示する表示制御手段と、
     現在表示中のスクリーン上で所定の操作が行われると、過去の実績データに基づいて切替先候補のスクリーンの優先順位を判別する優先順位判別手段と、
     該優先順位判別手段によって判別された優先順位に従って、前記切替先候補のスクリーンを所定の形態で表示して、該表示に対して任意に指定されたスクリーンを切替先と決定する切替先決定手段、
     として機能させる為のプログラム。
     
     
PCT/JP2013/053461 2013-02-14 2013-02-14 プログラマブル表示器、そのプログラム WO2014125587A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
PCT/JP2013/053461 WO2014125587A1 (ja) 2013-02-14 2013-02-14 プログラマブル表示器、そのプログラム
JP2015500034A JP6006399B2 (ja) 2013-02-14 2013-02-14 プログラマブル表示器、そのプログラム
CN201380069741.9A CN104937511A (zh) 2013-02-14 2013-02-14 可编程显示器,以及其程序

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2013/053461 WO2014125587A1 (ja) 2013-02-14 2013-02-14 プログラマブル表示器、そのプログラム

Publications (1)

Publication Number Publication Date
WO2014125587A1 true WO2014125587A1 (ja) 2014-08-21

Family

ID=51353620

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2013/053461 WO2014125587A1 (ja) 2013-02-14 2013-02-14 プログラマブル表示器、そのプログラム

Country Status (3)

Country Link
JP (1) JP6006399B2 (ja)
CN (1) CN104937511A (ja)
WO (1) WO2014125587A1 (ja)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017146803A (ja) * 2016-02-17 2017-08-24 株式会社キーエンス プログラマブル表示器及びこれを備えるプログラマブルシステム、プログラマブル表示器の設計装置、プログラマブル表示器の設計方法、プログラマブル表示器の操作方法、プログラマブル表示器の設計プログラム及びコンピュータで読み取り可能な記録媒体並びに記憶した機器
WO2019026245A1 (ja) * 2017-08-03 2019-02-07 三菱電機株式会社 監視制御画面表示装置
JP2019537795A (ja) * 2017-11-07 2019-12-26 ペキン ダミ テクノロジー カンパニー リミテッド オンライン教育システムにおける教師推薦方法

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105955691A (zh) * 2016-07-05 2016-09-21 青岛海信电器股份有限公司 显示控制方法和显示控制装置
JP6984135B2 (ja) 2017-02-10 2021-12-17 オムロン株式会社 プログラマブル表示器、表示制御方法、および表示制御プログラム
JP7099126B2 (ja) * 2018-07-25 2022-07-12 セイコーエプソン株式会社 表示制御装置および表示制御プログラム
JP6682040B1 (ja) * 2018-10-12 2020-04-15 三菱電機株式会社 プログラマブル表示器およびプログラム
CN113031891B (zh) * 2019-12-25 2022-11-25 浙江宇视科技有限公司 一种屏幕选定的方法、装置、设备及存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000099138A (ja) * 1998-09-28 2000-04-07 Matsushita Electric Works Ltd 表示器の表示画面切替方法
JP2007094724A (ja) * 2005-09-28 2007-04-12 Digital Electronics Corp プログラマブル表示器、制御プログラムおよびそのプログラムを記録した記録媒体、ならびに画面作成装置、画面作成プログラムおよびそのプログラムを記録した記録媒体
JP2009271771A (ja) * 2008-05-08 2009-11-19 Yamato Scale Co Ltd 運転操作装置
JP2010026627A (ja) * 2008-07-16 2010-02-04 Panasonic Electric Works Co Ltd プログラマブル表示装置

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7258270B2 (en) * 2004-11-30 2007-08-21 Clinton Wilcox Compact electronic unit with display
US8375323B2 (en) * 2006-10-13 2013-02-12 Panasonic Corporation Display control device, storage medium, and integrated circuit
JP4998214B2 (ja) * 2007-11-02 2012-08-15 ソニー株式会社 情報提示システム、情報信号処理装置、情報信号処理方法及び記録媒体
JP5156816B2 (ja) * 2010-11-02 2013-03-06 シャープ株式会社 携帯端末装置
JP5478527B2 (ja) * 2011-02-01 2014-04-23 三菱電機株式会社 プログラマブル表示器

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000099138A (ja) * 1998-09-28 2000-04-07 Matsushita Electric Works Ltd 表示器の表示画面切替方法
JP2007094724A (ja) * 2005-09-28 2007-04-12 Digital Electronics Corp プログラマブル表示器、制御プログラムおよびそのプログラムを記録した記録媒体、ならびに画面作成装置、画面作成プログラムおよびそのプログラムを記録した記録媒体
JP2009271771A (ja) * 2008-05-08 2009-11-19 Yamato Scale Co Ltd 運転操作装置
JP2010026627A (ja) * 2008-07-16 2010-02-04 Panasonic Electric Works Co Ltd プログラマブル表示装置

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017146803A (ja) * 2016-02-17 2017-08-24 株式会社キーエンス プログラマブル表示器及びこれを備えるプログラマブルシステム、プログラマブル表示器の設計装置、プログラマブル表示器の設計方法、プログラマブル表示器の操作方法、プログラマブル表示器の設計プログラム及びコンピュータで読み取り可能な記録媒体並びに記憶した機器
WO2019026245A1 (ja) * 2017-08-03 2019-02-07 三菱電機株式会社 監視制御画面表示装置
JP2019537795A (ja) * 2017-11-07 2019-12-26 ペキン ダミ テクノロジー カンパニー リミテッド オンライン教育システムにおける教師推薦方法

Also Published As

Publication number Publication date
CN104937511A (zh) 2015-09-23
JP6006399B2 (ja) 2016-10-12
JPWO2014125587A1 (ja) 2017-02-02

Similar Documents

Publication Publication Date Title
WO2014125587A1 (ja) プログラマブル表示器、そのプログラム
KR101468917B1 (ko) 전자의무기록 시스템 기반 데이터 표시 방법 및 장치
US20140267095A1 (en) Electronic device with function for searching for icons representing applications and method thereof
JP2014032529A (ja) Plcシステム、その作画エディタ装置、プログラマブル表示器
CN110546605B (zh) 程序开发支持装置、程序开发支持方法以及存储介质
WO2015063847A1 (ja) プログラマブル表示器、プログラム
JP5788125B1 (ja) システム構築支援装置、方法、および記録媒体
JP6109103B2 (ja) プラント監視画面表示装置
JPH10214171A (ja) 情報処理装置
WO2015059816A1 (ja) プログラマブル表示器、プログラム
TWI607369B (zh) 調整畫面顯示的系統及方法
JP6033394B2 (ja) プログラマブル表示器、そのプログラム
JP5883936B2 (ja) プログラマブルコントローラシステム
JP2019082747A (ja) 文書処理装置及び文書処理プログラム
JP2006244106A (ja) 情報処理装置及びその処理方法
JP6207694B2 (ja) プログラマブル表示器、プログラム
JP6095743B2 (ja) 支援装置、プログラム
JP5870214B2 (ja) プログラマブルコントローラシステム、そのプログラマブル表示器、支援装置、プログラム
JP5762257B2 (ja) プラント監視制御装置
WO2014083646A1 (ja) プログラマブル表示器、プログラム
JP6333279B2 (ja) プログラマブル表示器、プログラム
KR101886986B1 (ko) 엔지니어링 툴 프로그램 및 엔지니어링 툴
KR20180071701A (ko) Hmi 프로그램의 메뉴 표시 장치
JP5296724B2 (ja) 画面表示データ編集装置及び画面表示データ編集プログラム
JP5472615B2 (ja) マルチウインドウ表示装置、マルチウインドウ表示方法、及びプログラム

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: 13875196

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2015500034

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13875196

Country of ref document: EP

Kind code of ref document: A1