WO2022269813A1 - 画面作成装置、コンピュータが読み取り可能な記憶媒体 - Google Patents

画面作成装置、コンピュータが読み取り可能な記憶媒体 Download PDF

Info

Publication number
WO2022269813A1
WO2022269813A1 PCT/JP2021/023822 JP2021023822W WO2022269813A1 WO 2022269813 A1 WO2022269813 A1 WO 2022269813A1 JP 2021023822 W JP2021023822 W JP 2021023822W WO 2022269813 A1 WO2022269813 A1 WO 2022269813A1
Authority
WO
WIPO (PCT)
Prior art keywords
screen
user interface
component
composite
interface screen
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/JP2021/023822
Other languages
English (en)
French (fr)
Japanese (ja)
Other versions
WO2022269813A9 (ja
Inventor
真一 尾関
光司 長田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fanuc Corp
Original Assignee
Fanuc Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fanuc Corp filed Critical Fanuc Corp
Priority to CN202180099352.5A priority Critical patent/CN117480458A/zh
Priority to JP2023529326A priority patent/JPWO2022269813A1/ja
Priority to DE112021007558.6T priority patent/DE112021007558T5/de
Priority to US18/568,985 priority patent/US20240281266A1/en
Priority to PCT/JP2021/023822 priority patent/WO2022269813A1/ja
Publication of WO2022269813A1 publication Critical patent/WO2022269813A1/ja
Publication of WO2022269813A9 publication Critical patent/WO2022269813A9/ja
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Program-control systems
    • G05B19/02Program-control systems electric
    • G05B19/18Numerical control [NC], i.e. automatically operating machines, in particular machine tools, e.g. in a manufacturing environment, so as to execute positioning, movement or co-ordinated operations by means of program data in numerical form
    • G05B19/409Numerical control [NC], i.e. automatically operating machines, in particular machine tools, e.g. in a manufacturing environment, so as to execute positioning, movement or co-ordinated operations by means of program data in numerical form characterised by using manual data input [MDI] or by using control panel, e.g. controlling functions with the panel; characterised by control panel details or by setting parameters
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/30Nc systems
    • G05B2219/35Nc in input of data, input till input file format
    • G05B2219/35409DPC direct programming at the console
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/30Nc systems
    • G05B2219/35Nc in input of data, input till input file format
    • G05B2219/35481Display, panel
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/30Nc systems
    • G05B2219/35Nc in input of data, input till input file format
    • G05B2219/35488Graphical user interface, labview

Definitions

  • the present invention relates to a screen creation device and a computer-readable storage medium.
  • a numerical controller is a device that controls a machine tool.
  • a numerical controller is provided with a user interface screen (referred to as a UI screen).
  • the UI screen displays the status of the machine tool and accepts operator input.
  • a creator of the UI screen creates the UI screen according to the type of machine tool, the machine configuration of the machine tool, user's required specifications, and the like.
  • FIG. 4 of Patent Document 1 is an editing screen, and includes a “history data display area 111 for displaying a set of history data, and an area for displaying related components corresponding to each operation included in the history data. It includes a related component display area 112 and a guidance screen display area 113 for displaying the guidance screen being created.”
  • This edit screen is provided with a plurality of different types of display areas.
  • Dedicated software for creating UI screens for the numerical control device is installed on the PC (personal computer) as the screen creation device.
  • This software provides components for screen creation. The user arranges these parts on the screen, sets the properties (attributes and operation contents (execution functions)) of each part, and completes the UI screen.
  • Dependencies may exist between parts of the UI screen. For example, some things don't work by themselves. For example, in order to execute an operation button for moving a tool, an input component for inputting the coordinates of the movement destination is required. Dependencies of components may be detected by debugging, but if a problem is found in the downstream process, the UI screen will have to be recreated, which is cumbersome.
  • a screen creation device which is one aspect of the present disclosure, is a screen creation device that supports creation of a user interface screen for a numerical control device, and stores components to be arranged on the user interface screen and composite components in which a plurality of components are combined.
  • a dependency determination unit for determining whether or not a dependent composite component necessary for the function of the composite component to be placed on the user interface screen exists on the user interface screen; an editing unit that notifies the user when the dependent composite part does not exist on the user interface screen.
  • a storage medium which is one aspect of the present disclosure, stores a component to be arranged on a user interface screen and a composite component in which a plurality of components are combined.
  • the dependent composite part For the composite part to be placed on the user interface screen, it is determined whether or not the dependent composite part necessary for the function of the composite part exists on the user interface screen. Storing computer readable instructions for notifying a user if a dependent composite part is not present on a user interface screen.
  • FIG. 1 is a block diagram of a screen creation device of the first disclosure
  • FIG. It is an example of a UI editing screen. It is a figure which shows the relationship between a composite part and a single part. It is a figure which shows an example of UI screen which arranged composite components.
  • FIG. 4 is a diagram showing an example of a composite part with dependencies;
  • FIG. 4 is a diagram showing an example of a dependency table of the first disclosure;
  • FIG. 4 is a flowchart for explaining the operation of the screen creation device of the first disclosure;
  • FIG. 10 is a diagram showing an example of a screen on which a dependent composite component and a dependent composite component are arranged;
  • FIG. 10 is a flowchart for explaining processing when deleting a composite component from the UI editing area;
  • FIG. It is a block diagram of the screen creation device of the second disclosure. It is a figure which shows an example of machine information.
  • FIG. 10 is a diagram showing an example of a dependency table of the second disclosure;
  • FIG. It is a figure which shows the hardware constitutions of a screen creation apparatus.
  • the screen creation device 100 of the first disclosure will be described below.
  • the screen creation device 100 is mounted in an information processing device such as a PC (personal computer), as shown in FIG.
  • Dedicated software for creating an operation screen for the numerical control device 200 is installed in the screen creation device 100 .
  • a user operates software to create a UI screen.
  • the created UI screen is transferred to the numerical controller 200 and installed in the numerical controller 200 .
  • FIG. 2 is a block diagram of the screen creation device 100 of the first disclosure.
  • the screen creation device 100 includes a display section 10 , an input section 11 , an editing section 12 , a program generation section 13 , a component library 14 and a dependency determination section 15 .
  • the editing unit 12 displays the UI editing screen 20 on the display unit 10 of the screen creation device 100, and accepts operation input for screen editing by the user.
  • the editing unit 12 updates the layout of the screen and the properties (attributes) of the components according to the user's operation input, and reflects them on the UI editing screen 20 .
  • the program generation unit 13 converts the UI screen layout and component properties created by the editing unit 12 into an executable program.
  • the executable program is installed in the numerical controller 200 and functions as a UI screen.
  • FIG. 3 is an example of the UI edit screen 20.
  • This UI edit screen 20 is composed of a UI edit area 21 , a property display area 22 and a component library display area 23 . Parts to be arranged on the UI editing screen 20 are displayed in the parts library display area 23 .
  • five parts are arranged on the UI editing screen 20.
  • FIG. One of the five operation buttons 24 is selected. Properties of the selected operation button 24 are displayed in the property display area 22 .
  • visual information such as the size, shape, and display position of parts, labels such as numeric values, icons, and character strings, types of parts, names of parts, operation contents of parts (execution functions), and the like can be set. .
  • the parts included in the parts library 14 include single parts and composite parts 50 .
  • a unitary part is a single part.
  • Single parts include, but are not limited to, operation buttons 24, key input buttons, labels, and the like.
  • a composite part 50 is a part obtained by combining a plurality of single parts.
  • a composite component 50 (program editing component 52) in FIG. 4 is composed of a plurality of single components (a label display component 31, a figure display component 32, a multiline character string display component 33, and an input reception component 34).
  • the label display component 31 is a component that displays a character string.
  • the program name "O0003" is displayed.
  • the graphic display component 32 is a component used for screen design. Here it is with a blue background.
  • the multi-line character string display component 33 is a component that displays a plurality of character strings.
  • the machining program is displayed on the multi-line character string display component 33 .
  • the input reception component 34 receives input of a character string to be edited. By pressing the “Enter” key, the character string input to the input reception component 34 is reflected in the multi-line character string display component 33 .
  • a UI screen on which composite parts 50 are arranged will be described with reference to FIG.
  • a base component 51 and a composite component 50 are arranged in the UI editing area 21 of FIG.
  • operation buttons 24 for operating the UI screen are arranged in the lower and right regions of the base component 51 .
  • a composite part 50 or a single part can be placed in the central area of the base part 51 .
  • Two composite components 50 are arranged in the base component 51 of FIG.
  • the program editing component 52 displays the machining program and accepts editing of the machining program.
  • the G-code guidance component 53 displays an explanation of the G-code displayed on the program editing component 52, and accepts setting of G-code arguments.
  • the G-code guidance component 53 of FIG. 5 is provided with an input area for inputting the name of the G-code "deep drilling cycle", an illustration explaining the G-code number and input items, and an argument of the G-code.
  • the G-code guidance component 53 and program editing component 52 have a dependency relationship.
  • the G-code guidance component 53 does not function unless the program editing component 52 is arranged on the UI screen.
  • a composite part 50 that depends on another composite part 50 is expressed as a "dependent composite part", and a composite part 50 on the dependent side is expressed as a "dependent composite part”.
  • a composite part 50 with dependencies will be described.
  • the program editing component 52 accepts editing of the machining program.
  • the fixed phrase component 54 registers fixed phrases and inserts registered processing programs.
  • the fixed form sentence component 54 and the program editing component 52 have a relationship of dependence and non-dependence. In other words, if the program editing component 52 is not arranged on the UI screen, the standard sentence component 54 will not function.
  • the dependency determination unit 15 determines whether or not the composite component 50 to be placed in the UI editing area 21 is a dependent composite component. determines whether or not the composite component 50 on which is dependent (referred to as dependent composite component) exists on the UI screen. Information about the dependencies of the composite part 50 is recorded in the dependency table 18 shown in FIG.
  • the dependency relationship table 18 has items of “dependent composite component” and “dependent composite component”. A Dependent Composite Part cannot function without a Dependent Composite Part.
  • the dependency of the composite part 50 can be found.
  • the G-code guidance component 53 , fixed phrase component 54 , machining cycle setting component, and measurement cycle setting component depend on the program editing component 52 .
  • the work measurement setting component depends on the work coordinate list display component.
  • the sequence number query stop component depends on the program display component.
  • a relative coordinate preset component depends on a coordinate display component.
  • the dependency determination unit 15 determines whether or not the composite component 50 placed in the UI editing area 21 depends on another composite component 50, and determines whether the composite component 50 placed in the UI editing region 21 is dependent on the other composite component. 50 (dependent composite component), it is determined whether or not the dependent composite component is placed in the UI editing area 21 . If the dependent composite part is not arranged in the UI editing area 21, the user is notified of this fact. Notification methods include, but are not limited to, warning display, message display, icon display, and the like.
  • the processing of the screen creation device 100 of the first disclosure will be described with reference to the flowchart of FIG.
  • the screen creation device 100 displays the UI editing screen 20 (step S1).
  • the composite part 50 can be selected from the part library display area 23.
  • FIG. When a composite component 50 is selected from the component library display area 23 (step S2), the dependency determining unit 15 determines whether the selected composite component 50 depends on another composite component 50 (step S3 ). If the selected composite component 50 does not depend on other composite components 50 (step S4; No), the editing unit 12 normally arranges the composite component 50 in the UI editing area 21 (step S5).
  • step S4 If the selected composite component 50 depends on another composite component 50 (dependent composite component) (step S4; Yes), the dependency determination unit 15 determines whether the dependent composite component exists in the UI editing area 21. (step S6). If the dependent composite part exists in the UI editing area 21 (step S7; Yes), the editing unit 12 arranges the composite part 50 in the UI editing area 21 as usual (step S5).
  • step S7 If the dependent composite part is not placed in the UI editing area 21 (step S7; No), the editing unit 12 notifies the user using warning display, message display, icon display, etc. (step S8).
  • the dependency determining unit 15 also determines the dependency when deleting the composite part 50 from the UI editing area 21 .
  • FIG. 9 is a screen on which both dependent composite parts and dependent composite parts are arranged.
  • the dependency determining unit 15 determines whether the deleted composite part 50 is a dependent composite part. If the complex part 50 to be deleted is a dependent complex part, the dependency determination unit 15 determines whether or not there is a complex part 50 that depends on the complex part 50 to be deleted. If the composite component 50 dependent on the dependent composite component does not exist in the UI editing area 21 , the editing unit 12 permits deletion of the dependent composite component from the UI editing area 21 .
  • the editing unit 12 notifies the user by using warning display, message display, icon display, or the like.
  • the editing unit 12 waits for a deletion instruction to the composite part 50 arranged in the UI editing area 21 (step S11). Deletion of the placed composite part 50 is instructed (step S12; Yes).
  • the dependency determination unit 15 determines whether or not the composite component 50 to be deleted is a dependent component (step S13). If the complex component 50 to be deleted is a dependent complex component (step S14; Yes), the dependency determining unit 15 determines whether or not the dependent complex component of the complex component 50 to be deleted exists in the UI editing area 21. Judgment (step S15).
  • step S16 If the dependent composite component of the composite component 50 to be deleted exists in the UI editing area 21 (step S16; Yes), the editing unit 12 notifies the user using warning display, message display, icon display, or the like (step S17 ). If the deletion of the composite component 50 is not instructed (step S12; No), the composite component 50 to be deleted is not a dependent composite component (step S14; No), and the composite component 50 depending on the If it does not exist in the editing area 21 (step S16; No), the editing section 12 does not perform any special processing, and proceeds to step S11 and waits for the user's instruction.
  • the screen creation apparatus 100 of the first disclosure stores the dependency relationship of the composite component 50, and when arranging the dependent composite component in the UI editing area 21 where the dependent composite component does not exist, a warning or a message to notify the user on the UI screen.
  • Composite parts 50 are made for a specific use and are therefore capable of knowing their dependencies.
  • Dependencies of parts may be detected by debugging, but if a problem is found in the downstream process, the UI screen will be recreated.
  • the dependency can be grasped at the time of arranging the composite part 50, so the dependency can be confirmed in advance, the labor for correction is reduced, and the UI screen can be created. can be simplified.
  • FIG. 11 is a block diagram of the screen creation device 100 of the second disclosure.
  • the screen creation device 100 disclosed in the second disclosure includes a machine information acquisition unit 16 .
  • the machine information acquisition unit 16 acquires machine information of the machine tool.
  • the machine information may be directly input to the screen creation device 100 or may be extracted from parameters or option information set in the numerical control device 200 .
  • Machine information is information about machine tools, such as the type of machine tool and machine configuration.
  • FIG. 12 is an example of machine information.
  • the table in FIG. 12 has items of "major category”, “middle category”, and “minor category”.
  • a “major classification” is a classification according to the type of machine tool.
  • the "major category” in FIG. 12 has items such as “cutting machine”, “wire-cut electric discharge machine”, and “injection molding”.
  • the "middle classification” is a classification according to the type of machine tool, and is a subdivision of the large classification.
  • the major category “cutting machine” in FIG. 12 is subdivided into items such as the major category “lathe”, “machining”, and “multitasking machine”.
  • Minor classification is a classification obtained by subdividing the middle classification according to the machine configuration.
  • the “medium classification” in FIG. 12 is classified into “small classification” such as "number of axes", “number of tools stored”, and “number of work coordinate sets”.
  • the dependency table 19 of the second disclosure contains machine information.
  • the dependency relationship table 19 of FIG. 13 has items of "dependent composite part", “dependent composite part”, and “machine information”.
  • the "machine information” item records information about exceptional machines that do not have dependencies.
  • the machine tool to be controlled is a wire-cut electric discharge machine
  • no dependency relationship is established between the "program editing component 52" and the "measurement cycle setting component”.
  • the dependent complex components dependent on the "program editing component 52" are the "G-code guidance component 53", the "formal sentence component 54", the "processing cycle setting component", and the "measurement cycle setting component".
  • the dependency determination unit 15 of the second disclosure determines the dependency based on not only the "machine type” but also the "machine information" when arranging or deleting the composite part 50.
  • the editing unit 12 notifies the user by using a warning display, a message display, an icon display, or the like only when the "machine information" does not establish the dependency relationship.
  • a screen creation device 100 of the present disclosure has a hardware configuration as shown in FIG. 14 .
  • a hardware configuration of the screen creating apparatus 100 will be described with reference to FIG.
  • a CPU 111 included in the screen creation device 100 is a processor that controls the screen creation device 100 as a whole.
  • the CPU 111 reads the system program processed in the ROM 112 via the bus and controls the entire screen creating apparatus 100 according to the system program.
  • the RAM 113 temporarily stores calculation data, display data, various data input by the user via the input unit 11, and the like.
  • the display unit 10 is a monitor or the like attached to the screen creation device 100 .
  • the display unit 10 displays an operation screen, a setting screen, and the like of the screen creation device 100 .
  • the input unit 11 is integrated with the display unit 10, or is a keyboard, touch panel, or the like that is separate from the display unit 10. A user operates the input unit 11 to perform input to the screen displayed on the display unit 10 .
  • the display unit 10 and the input unit 11 may be mobile terminals.
  • the non-volatile memory 114 is, for example, a memory that is backed up by a battery (not shown) so that the stored state is retained even when the screen creation device 100 is powered off.
  • the non-volatile memory 114 stores a program read from an external device via an interface (not shown), a program input via the input unit 11, and various data (for example, , setting parameters obtained from the machine tool, etc.) are stored.
  • Programs and various data stored in the non-volatile memory 114 may be developed in the RAM 113 at the time of execution/use.
  • Various system programs are pre-written in the ROM 112 .

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Manufacturing & Machinery (AREA)
  • Automation & Control Theory (AREA)
  • Numerical Control (AREA)
PCT/JP2021/023822 2021-06-23 2021-06-23 画面作成装置、コンピュータが読み取り可能な記憶媒体 Ceased WO2022269813A1 (ja)

Priority Applications (5)

Application Number Priority Date Filing Date Title
CN202180099352.5A CN117480458A (zh) 2021-06-23 2021-06-23 画面制作装置、计算机可读取的存储介质
JP2023529326A JPWO2022269813A1 (https=) 2021-06-23 2021-06-23
DE112021007558.6T DE112021007558T5 (de) 2021-06-23 2021-06-23 Bildschirm-erstellungsgerät und computerlesbares speichermedium
US18/568,985 US20240281266A1 (en) 2021-06-23 2021-06-23 Screen creation device and computer-readable storage medium
PCT/JP2021/023822 WO2022269813A1 (ja) 2021-06-23 2021-06-23 画面作成装置、コンピュータが読み取り可能な記憶媒体

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2021/023822 WO2022269813A1 (ja) 2021-06-23 2021-06-23 画面作成装置、コンピュータが読み取り可能な記憶媒体

Publications (2)

Publication Number Publication Date
WO2022269813A1 true WO2022269813A1 (ja) 2022-12-29
WO2022269813A9 WO2022269813A9 (ja) 2023-10-19

Family

ID=84545363

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2021/023822 Ceased WO2022269813A1 (ja) 2021-06-23 2021-06-23 画面作成装置、コンピュータが読み取り可能な記憶媒体

Country Status (5)

Country Link
US (1) US20240281266A1 (https=)
JP (1) JPWO2022269813A1 (https=)
CN (1) CN117480458A (https=)
DE (1) DE112021007558T5 (https=)
WO (1) WO2022269813A1 (https=)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE112021007546T5 (de) * 2021-06-23 2024-02-15 Fanuc Corporation Numerische steuervorrichtung, bildschirm-erstellungssystem und speichermedium zum speichern einer durch die numerische steuervorrichtung lesbaren anweisung

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007280092A (ja) * 2006-04-07 2007-10-25 Win System:Kk 画面データ作成方法
JP2011192203A (ja) * 2010-03-16 2011-09-29 Fujitsu Ltd 実装設計支援装置、実装設計支援方法及びプログラム

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7562356B2 (en) * 2004-09-22 2009-07-14 Hewlett-Packard Development Company, L.P. Automatically resolving patch dependencies for a path bundle
US8584084B2 (en) * 2008-11-12 2013-11-12 Autodesk, Inc. System for library content creation
US8584027B2 (en) * 2009-06-02 2013-11-12 Apple Inc. Framework for designing physics-based graphical user interface
JP5144816B2 (ja) * 2011-03-02 2013-02-13 三菱電機株式会社 プログラマブル表示器、及び作画データの作成方法
JP6904994B2 (ja) 2019-02-26 2021-07-21 ファナック株式会社 画面作成装置及び画面作成システム

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007280092A (ja) * 2006-04-07 2007-10-25 Win System:Kk 画面データ作成方法
JP2011192203A (ja) * 2010-03-16 2011-09-29 Fujitsu Ltd 実装設計支援装置、実装設計支援方法及びプログラム

Also Published As

Publication number Publication date
DE112021007558T5 (de) 2024-02-15
CN117480458A (zh) 2024-01-30
US20240281266A1 (en) 2024-08-22
JPWO2022269813A1 (https=) 2022-12-29
WO2022269813A9 (ja) 2023-10-19

Similar Documents

Publication Publication Date Title
JP2003241807A (ja) ロボット制御装置
CN105549528A (zh) 机床数控系统
US20240272609A1 (en) Screen creation device, screen creation system, and computer-readable recording medium
WO2022269813A1 (ja) 画面作成装置、コンピュータが読み取り可能な記憶媒体
JP7704853B2 (ja) 数値制御装置、画面作成システム、及び数値制御装置が読み取り可能な命令を記憶する記憶媒体
JP2006209564A (ja) 印刷データ編集装置、印刷データ編集プログラム、及びコンピュータ読取可能な記録媒体
JP7620097B2 (ja) 画面作成装置、コンピュータが読み取り可能な記憶媒体
JP2007047989A (ja) ガイダンス情報提供装置
WO2023042295A1 (ja) 画面作成装置、及びコンピュータが読み取り可能な記憶媒体
WO2023002618A1 (ja) 画面作成装置、コンピュータが読み取り可能な記憶媒体
JPH04257973A (ja) 設計支援装置及び設計支援方法
JP3117421B2 (ja) コアレス加工形状判別方法、装置及びコアレス加工形状判別プログラムを記録したコンピュータ読取り可能な記録媒体
JP2645027B2 (ja) ガイドヘルプ情報表示装置及びガイドヘルプ情報表示方法
JPH03219305A (ja) 多数個取り指定方式
JP3083552B2 (ja) 階層編集処理装置
TWM410265U (en) Human-machine interface system with automatic measurement
JP4512045B2 (ja) 図形作成装置及び図形作成プログラム
JPH06124199A (ja) ソースコード・コメント編集装置
WO2024224547A1 (ja) 画面作成支援装置、画面操作支援装置、及びコンピュータが読み取り可能な記憶媒体
JP2006134099A (ja) 制御用表示装置、エディタ装置、プログラムおよび記録媒体
JPH07302107A (ja) 数値制御装置
JPH064603A (ja) 設計支援方法及びその装置
JPH0830418A (ja) グラフィカルユーザインタフェースの構成部品の編集方式
JPH10240954A (ja) 書類作成装置及び方法
JPH0981764A (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: 21947098

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2023529326

Country of ref document: JP

WWE Wipo information: entry into national phase

Ref document number: 18568985

Country of ref document: US

WWE Wipo information: entry into national phase

Ref document number: 202180099352.5

Country of ref document: CN

Ref document number: 112021007558

Country of ref document: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21947098

Country of ref document: EP

Kind code of ref document: A1