FR2990280A1 - Method for generating software model to simulate operation of controller for aircraft, involves executing component for transforming data contained in file for defining interface of system, where model is generated based on transformed data - Google Patents

Method for generating software model to simulate operation of controller for aircraft, involves executing component for transforming data contained in file for defining interface of system, where model is generated based on transformed data Download PDF

Info

Publication number
FR2990280A1
FR2990280A1 FR1254066A FR1254066A FR2990280A1 FR 2990280 A1 FR2990280 A1 FR 2990280A1 FR 1254066 A FR1254066 A FR 1254066A FR 1254066 A FR1254066 A FR 1254066A FR 2990280 A1 FR2990280 A1 FR 2990280A1
Authority
FR
France
Prior art keywords
interface
software model
file
transformed
model
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.)
Granted
Application number
FR1254066A
Other languages
French (fr)
Other versions
FR2990280B1 (en
Inventor
Julien Lensky
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.)
Airbus Operations SAS
Original Assignee
Airbus Operations SAS
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 Airbus Operations SAS filed Critical Airbus Operations SAS
Priority to FR1254066A priority Critical patent/FR2990280B1/en
Publication of FR2990280A1 publication Critical patent/FR2990280A1/en
Application granted granted Critical
Publication of FR2990280B1 publication Critical patent/FR2990280B1/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/32Circuit design at the digital level
    • G06F30/33Design verification, e.g. functional simulation or model checking

Abstract

The method involves acquiring a file (ICD) and executing a component for transforming data contained in the file for defining an interface of a system i.e. controller. The definition of the interface to be transformed in the file is searched during acquisition. The definition of the interface to be transformed is transformed. The transformed definition of the interface is protected in a dedicated backup physical support. A software model of the system is generated on basis of the transformed data and a modeling for operation of the system. Independent claims are also included for the following: (1) a device for generating a software model (2) a method for simulating operation of a system (3) a device for simulating operation of a system.

Description

L'invention concerne un procédé et un dispositif de génération d'un modèle logiciel, ainsi qu'un procédé et un dispositif de simulation utilisant un tel modèle. Dans le cadre du développement de systèmes complexes, il est connu de simuler (par exemple à l'aide d'ordinateurs programmées selon des logiciels adéquats) le fonctionnement de certaines parties du système, en particulier afin de tester d'autres parties du système telles qu'elles seront utilisées lors du fonctionnement réel du système. On peut ainsi simuler le fonctionnement de divers calculateurs (tel que par exemple un calculateur de commande de vol ou un calculateur de gestion des 15 alarmes) embarqués dans un aéronef au moyen de modèles logiciels. Ces calculateurs reçoivent typiquement en entrée des signaux avions et émettent de tels signaux en sortie. Ces signaux peuvent par exemple être décrits dans un fichier de définition d'interface, couramment désignés ICD (conformément à l'appelation anglosaxonne "Interface Control De finition"). 20 Un tel fichier de définition d'interface donne, pour chaque signal d'entrée ou de sortie du calculateur, un descriptif du signal, notamment l'identification du signal et son format. Un tel fichier de définition d'interface est utilisé notamment lors de la production du logiciel à exécuter par le dispositif de simulation du calculateur 25 concerné. C'est notamment le cas lorsque le logiciel est produit par génération automatique de codes sur la base d'une modélisation générique du calculateur et des entrées/sorties définies dans le fichier de définition d'interface. Ce fichier évolue toutefois en fonction des changements dans la conception du calculateur, en particulier en phase de développement, où interviennent pourtant les tests à 30 réaliser à l'aide du dispositif de simulation basé sur le logiciel ainsi généré. Dans ce contexte, l'invention propose un procédé de génération d'un modèle logiciel, caractérisé en ce qu'il comprend les étapes suivantes : - exécution d'un composant de transformation de données contenues dans au moins un fichier de définition d'au moins une interface d'un système ; - génération d'un modèle logiciel du système sur la base des 5 données transformées et d'une modélisation du fonctionnement du système. La mise en place d'une telle solution peut ainsi se faire au moyen des étapes suivantes : - définition de fichiers de configuration décrivant les modélisations des données d'interfaces utiles à la génération de modèles logiciels et 10 applicables aux fonctionnements d'un ou plusieurs systèmes sur la base de fichiers de définition des interfaces de ces systèmes ; - exécution d'un composant de génération de données d'interface utiles à la génération d'un modèle logiciel d'un système à partir de traitements de transformations de fichiers de définition d'au moins une interface de ce 15 système, transformations définies dans une ou plusieurs modélisations des données d'interfaces utiles à la génération du modèle logiciel et applicables au fonctionnement de ce système ; - génération d'un modèle logiciel du système sur la base de l'interface utile (données d'interface utiles) à cette génération créée à partir des 20 différentes modélisations applicables au système et appliquées aux fichiers de définition d'interface de ce système. La génération d'une interface utile au modèle logiciel d'un système à partir des modélisations d'interfaces applicables au fonctionnement de ce système avant son utilisation pour générer le code destiné au dispositif de 25 simulation est une solution souple et pratique pour utiliser une définition d'interface à la fois cohérente et à jour : - des spécificités de chaque système et de ses interfaces dans la génération du modèle logiciel ; - des besoins de représentation et de structuration de cette interface 30 pour la génération du modèle logiciel. Les modélisations de la définition de l'interface des modèles logiciels s'appliquent aux différents types de signaux de l'interface du système. Elles permettent la description complète des instructions de génération de la définition de l'interface utile au modèle logiciel (comprenant des données transformées) sur la base d'une définition d'interface transformée du système et produite dans des formats de représentation logicielle utiles et suffisants à la génération du modèle logiciel. Les modélisations d'interface des modèles logiciels contiennent également l'ensemble des informations nécessaire et suffisantes permettant la génération de la totalité de la définition de l'interface utile au du modèle logiciel que ce soit dans son contenu et dans sa forme. The invention relates to a method and a device for generating a software model, and to a method and a simulation device using such a model. In the context of the development of complex systems, it is known to simulate (for example using computers programmed according to appropriate software) the operation of certain parts of the system, in particular in order to test other parts of the system such as that they will be used during the actual operation of the system. It is thus possible to simulate the operation of various computers (such as, for example, a flight control computer or an alarm management computer) embedded in an aircraft by means of software models. These computers typically receive aircraft signals at the input and emit such signals at the output. These signals may for example be described in an interface definition file, commonly referred to as ICD (in accordance with the English name "Interface Control Finishing"). Such an interface definition file gives, for each input or output signal of the computer, a description of the signal, in particular the identification of the signal and its format. Such an interface definition file is used in particular during the production of the software to be executed by the simulation device of the computer 25 concerned. This is particularly the case when the software is produced by automatic code generation on the basis of a generic modeling of the computer and the inputs / outputs defined in the interface definition file. This file, however, evolves according to the changes in the design of the computer, especially in the development phase, where however intervene the tests to be performed using the simulation device based on the software thus generated. In this context, the invention proposes a method for generating a software model, characterized in that it comprises the following steps: execution of a data transformation component contained in at least one definition file of less an interface of a system; generating a software model of the system based on the transformed data and modeling the operation of the system. The implementation of such a solution can thus be done by means of the following steps: definition of configuration files describing the modelizations of the data of interfaces useful for the generation of software models and applicable to the operations of one or more systems based on interfaces definition files of these systems; execution of an interface data generation component useful for generating a software model of a system from transformation processing of definition files of at least one interface of this system, transformations defined in one or more modelizations of the data of interfaces useful for the generation of the software model and applicable to the operation of this system; generating a software model of the system based on the useful interface (useful interface data) to this generation created from the different modelizations applicable to the system and applied to the interface definition files of this system. The generation of an interface useful to the software model of a system from the modelings of interfaces applicable to the operation of this system before it is used to generate the code intended for the simulation device is a flexible and practical solution for using a definition. consistent and up-to-date interface: - the specificities of each system and its interfaces in the generation of the software model; the representation and structuring needs of this interface 30 for the generation of the software model. Modeling of the software model interface definition applies to different signal types of the system interface. They provide a complete description of the generation instructions of the useful software model interface definition (including transformed data) based on a transformed system interface definition and produced in useful and sufficient software representation formats. the generation of the software model. The modelizations of interface of the software models also contain all the necessary and sufficient information allowing the generation of the totality of the definition of the useful interface to the model software that it is in its contents and its form.

En conséquence les modélisations d'interface des modèles logiciels permettent de configurer la production de la définition de l'interface utile au modèle logiciel, en deux étapes décritent ci-dessous, avec la description des liens qui permettront de valoriser automatiquement les éléments construits à l'étape 2 à partir des éléments construits à l'étape 1: I. Etape 1 : Génération des informations d'interface utiles au modèle logiciel (ou données transformées) réalisée par applications successives des directives des différentes modélisations de l'interface du modèle logiciel appliquées à la définition de l'interface du système. As a result, the interface modelizations of the software models make it possible to configure the production of the definition of the interface useful for the software model, in two steps described below, with the description of the links which will make it possible to automatically value the elements built to the step 2 from the elements constructed in step 1: I. Step 1: Generation of the useful interface information to the software model (or transformed data) made by successive application of the directives of the different modelizations of the interface of the software model applied to the definition of the system interface.

Ces transformations concernent par exemple : la correction et la transformation des descriptifs des signaux d'interface ; la création d'informations additionnelles sur des signaux d'interface en déduction ou non d'autres d'informations, conditionelles ou non, des signaux d'interface ou de caractéristiques plus générale du système ou du modèle logiciel. Il. Etape 2 : Création du format de sauvegarde, sur un support dédié, des informations d'interface utiles pour le modèle logiciel (sous forme d'une structure de données transformées) par prises en compte successives des descriptions et directives contenues dans les différentes modélisations du format de sauvegarde de l'interface utile au modèle logiciel. These transformations concern, for example: the correction and the transformation of the descriptives of the interface signals; the creation of additional information on interface signals, whether or not deduced from other information, conditional or otherwise, interface signals or more general characteristics of the system or the software model. He. Step 2: Creation of the backup format, on a dedicated support, useful interface information for the software model (in the form of a transformed data structure) by taking into account successively the descriptions and directives contained in the various modelizations of the backup format of the interface useful to the software model.

Le support de sauvegarde prendra par exemple la forme d'une structure d'un gestionnaire de base de données ou d'une version reconstruite du fichier de définition de l'interface du système. La valorisation des données utiles de l'interface pour le modèle logiciel 5 dans leur format de sauvegarde respectifs se fait automatiquement par exemple par le biais des traitements suivants récupération des liens permettant les associations directes et automatisables entre les informations utiles des signaux d'interfaces pour la génération du modèle logiciel, qu'elles soient 10 des informations corrigées, transformées ou créées, et leur représentation sur le support de sauvegarde de l'interface du modèle ; - sauvegarde des informations utiles des signaux d'interfaces pour la génération du modèle logiciel sur leurs modes de représentation 15 respectifs sur le support de sauvegarde de l'interface du modèle. Le principe de plusieurs configurations de modélisations d'interfaces applicables à un système peut par exemple se baser sur le principe de configurations génériques ou spécifiques. Une modélisation pour un type de calculateur permet par exemple de définir des caractéristiques communes à un 20 type de calculateur, une modélisation de ce même type de calculateur pour un type avion en particulier permet de rajouter des spécificités pour ce calculateur propres à un type avion. Selon un mode de réalisation envisageable, l'exécution du composant comprend les étapes suivantes : 25 - recherche d'une définition d'interface à transformer dans le fichier de définition ; - transformation de la définition d'interface à transformer; - sauvegarde de la définition d'interface transformée dans un support physique de sauvegarde dédié. 30 Plus précisément l'exécution du composant peut comprendre les étapes suivantes : - recherche du ou des fichiers de définition d'interface du système (ex : fichier ICD) en traitement ; recherche dans les fichiers de configuration décrivant les modélisations des données d'interfaces applicables aux différents systèmes celles applicables au système pour le modèle logiciel en génération - application des directives des différentes modélisations pour la construction du support de mémorisation de l'interface transformée ; - application des directives des différentes modélisations au(x) fichier(s) d'interface du système pour génération de l'interface transformée utile à la génération du modèle logiciel ; - sauvegarde des informations de l'interface transformée utile à la génération du modèle logiciel sur le support de mémorisation construit conformément aux directives des modélisations. Le fichier définit par exemple un type de signal appliqué sur ladite interface et/ou une plage de valeurs d'un signal appliqué sur ladite interface. Cette interface peut recevoir un signal d'entrée destiné au système ou émettre un signal de sortie généré par le système. Le système est par exemple un calculateur pour aéronef. L'invention s'applique toutefois à d'autres systèmes. The backup medium will take the form, for example, of a structure of a database manager or a reconstructed version of the system interface definition file. The valuation of the useful data of the interface for the software model 5 in their respective backup format is done automatically for example by means of the following processing links recovery allowing the direct and automatable associations between the useful information of the interface signals for the generation of the software model, whether corrected, transformed or created information, and their representation on the backup medium of the model interface; saving useful information of the interface signals for the generation of the software model on their respective representation modes on the backup medium of the interface of the model. The principle of several configuration configurations of interfaces applicable to a system can for example be based on the principle of generic or specific configurations. A model for a type of computer makes it possible, for example, to define characteristics common to a type of calculator, a modeling of this same type of calculator for an airplane type in particular makes it possible to add specificities for this calculator specific to an airplane type. According to one conceivable embodiment, the execution of the component comprises the following steps: searching for an interface definition to be transformed in the definition file; transformation of the interface definition to be transformed; - backup of the transformed interface definition in a dedicated backup physical media. More specifically, the execution of the component may comprise the following steps: searching for the system interface definition file or files (eg ICD file) in process; search in the configuration files describing the modelizations of the data of interfaces applicable to the different systems those applicable to the system for the software model in generation - application of the directives of the different modelizations for the construction of the storage medium of the transformed interface; - application of the directives of the different modelizations to the system interface file (s) for generating the transformed interface useful for the generation of the software model; - Saving the information of the transformed interface useful for the generation of the software model on the storage medium built in accordance with the modeling guidelines. The file defines, for example, a type of signal applied to said interface and / or a range of values of a signal applied to said interface. This interface may receive an input signal to the system or output an output signal generated by the system. The system is for example a calculator for aircraft. The invention however applies to other systems.

L'invention propose également un dispositif de génération d'un modèle logiciel, comprenant : - des moyens d'exécution d'un composant de transformation des données contenues dans au moins un fichier de définition d'au moins une interface d'un système ; et - des moyens de génération d'un modèle logiciel du système sur la base des données transformées et d'une modélisation du fonctionnement du système. Autrement dit, l'invention propose un dispositif de génération d'un modèle logiciel, comprenant : des moyens d'exécution d'un composant de génération de l'interface de définition utile à la génération de ce modèle logiciel sur la base de fichier(s) de définition d'au moins une interface d'un système ; et des moyens de génération d'un modèle logiciel du système sur la base de l'interface de définition utile à la génération de ce modèle et d'une modélisation du fonctionnement du système. L'invention propose en outre un procédé de simulation du fonctionnement d'un système, caractérisé en ce qu'il comprend une étape de génération d'un signal physique de sortie en fonction d'un signal physique d'entrée au moyen du modèle logiciel généré par un procédé de génération comme proposé ci-dessus. La simulation est plus fiable du fait qu'elle est basée sur un modèle dont la cohérence et la facilité de mise à jour et d'adaptation sont améliorées par un procédé de configuration adaptable spécifiquement à chaque système et modèle logiciel. Ce procédé permet de garantir en entrée au processus de génération du modèle logiciel la complétude et l'exactitude des données d'interface utiles. De même, l'invention propose un dispositif de simulation du 15 fonctionnement d'un système, caractérisé en ce qu'il comprend des moyens de génération d'un signal physique de sortie en fonction d'un signal physique d'entrée au moyen du modèle logiciel généré par un procédé de génération comme proposé ci-dessus. D'autres caractéristiques et avantages de l'invention apparaîtront à la 20 lumière de la description qui suit, fait en référence aux dessins annexés dans lesquels : - la figure 1 représente schématiquement un exemple d'éléments traités dans le cadre de l'invention ; - la figure 2 représente un système informatique utilisé pour générer 25 un modèle logiciel ; - la figure 3 représente les étapes principales d'un processus de génération d'un modèle logiciel conforme aux enseignements de l'invention ; - la figure 4 représente l'utilisation du modèle logiciel généré dans un système de simulation. 30 Un fichier de définition d'interface ICD définit les signaux d'entrée El, E0 et les signaux de sortie Si, S2 d'un dispositif dont on souhaite simuler le fonctionnement, par exemple un calculateur embarqué pour aéronef. The invention also proposes a device for generating a software model, comprising: means for executing a data transformation component contained in at least one definition file of at least one interface of a system; and means for generating a software model of the system based on the transformed data and for modeling the operation of the system. In other words, the invention proposes a device for generating a software model, comprising: means for executing a generation component of the definition interface that is useful for generating this software model on the file base ( s) defining at least one interface of a system; and means for generating a software model of the system based on the definition interface useful for generating this model and for modeling the operation of the system. The invention also proposes a method for simulating the operation of a system, characterized in that it comprises a step of generating a physical output signal as a function of a physical input signal by means of the software model. generated by a generation method as proposed above. The simulation is more reliable because it is based on a model whose consistency and ease of updating and adaptation are improved by a configuration method adaptable specifically to each system and software model. This method ensures the input to the software model generation process the completeness and accuracy of the useful interface data. Likewise, the invention proposes a device for simulating the operation of a system, characterized in that it comprises means for generating a physical output signal as a function of a physical input signal by means of the software model generated by a generation process as proposed above. Other features and advantages of the invention will become apparent from the following description, with reference to the accompanying drawings in which: - Figure 1 shows schematically an example of elements treated in the context of the invention; FIG. 2 represents a computer system used to generate a software model; FIG. 3 represents the main steps of a software model generation process according to the teachings of the invention; FIG. 4 represents the use of the software model generated in a simulation system. An ICD interface definition file defines the input signals E1, E0 and the output signals S1, S2 of a device whose operation is to be simulated, for example an on-board computer for an aircraft.

Le fichier de définition d'interface définit notamment, pour chaque entrée et chaque sortie du dispositif à simuler, l'association entre un signal "avion" (signal disponible dans l'aéronef, par exemple sur un réseau avionique) et l'entrée ou la sortie concernée du dispositif. Cette information d'association est parfois dénommée "clé de jointure". Le fichier de définition d'interface contient également la gamme de valeurs envisageables pour chacun des signaux d'entrée et sortie. Un tel fichier de définition d'interface est édité lors des principales étapes du développement du dispositif concerné mais ne peut en pratique être revu en permanence malgré les changements, éventuellement continus, réalisés au cours de développement et les éventuelles erreurs détectées à cette occasion. On va décrire à présent un exemple de génération d'un modèle logiciel utilisant ce fichier de définition d'interface ICD au moyen d'un système informatique représenté en figure 2, qui comprend d'une part une unité centrale (ou CPU) 2 et un dispositif de mémorisation, ici un disque dur 4. Le fichier de définition d'interface ICD est reçu (par exemple à travers un réseau local non représenté) par l'unité centrale 2 et mémorisé sur le disque dur 4. The interface definition file defines in particular, for each input and each output of the device to be simulated, the association between an "aircraft" signal (signal available in the aircraft, for example on an avionics network) and the input or output. the relevant output of the device. This association information is sometimes referred to as a "join key". The interface definition file also contains the range of values that can be envisaged for each of the input and output signals. Such an interface definition file is edited during the main steps of the development of the device concerned but can not in practice be constantly reviewed despite changes, possibly continuous, made during development and any errors detected on this occasion. An example of a generation of a software model using this ICD interface definition file will now be described by means of a computer system represented in FIG. 2, which comprises on the one hand a central processing unit (or CPU) 2 and a memory device, here a hard disk 4. The ICD interface definition file is received (for example through a local network not shown) by the central unit 2 and stored on the hard disk 4.

On procède alors à une étape d'acquisition du fichier ICD (étape E2 en figure 3) au cours de laquelle on recherche, dans le fichier ICD, les lignes comportant des données de définitions d'interface utiles, telles que définies dans la configuration de la modélisation de l'interface, à modifier comme expliqué ci-dessous. A step is then taken to acquire the ICD file (step E2 in FIG. 3) during which the ICD file is searched for lines comprising useful interface definition data, as defined in the configuration of the ICD file. the modeling of the interface, to be modified as explained below.

Lorsque les lignes recherchées sont trouvées, on procède à la transformation des définitions requises, en corrigeant et en transformant les données concernées et en créant les données additionnelles sur chacun des signaux d'interface à partir des valeurs des données lues afin que la définition résultant de ces données modifiées corresponde à la définition de l'interface telle qu'attendue par le processus de génération du modèle logiciel. En prenant l'exemple illustratif présenté en figure 1, la définition d'interface transformée ICD bis construite à partir des données du fichier ICD permettent de remplacer le signal d'entrée E0 par le signal d'entrée E2, d'ajouter un signal d'entrée E3 et de corriger le signal de sortie S2 en signal de sortie S3 (étape E4). Une fois les modifications effectuées, l'ensemble des informations 5 sur les signaux avions ainsi obtenues sont sauvegardés à l'étape E6, par exemple également sur le disque dur 4. La structure de données contenant la définition d'interface transformée est désignée ICD bis sur les figures. Les étapes E2 à E6 sont par exemple réalisées au moyen de l'exécution d'un logiciel CONFIG par l'unité centrale 2. L'exécution de ces 10 étapes permet ainsi de transformer le fichier de définition d'interface en une structure de données avant utilisation de cette structure par un outil de génération automatique de codes comme décrit ci-après. L'unité centrale 2 procède alors, par exemple sur commande d'un utilisateur, à l'exécution d'un logiciel de génération automatique de codes 15 (GENER en figure 2), mémorisé par exemple sur le disque dur 4 (étape E8). Une telle étape de génération automatique de codes produit, à partir d'un modèle générique MG du dispositif à simuler concerné, par exemple sous la forme d'une modélisation de type Esterel SCADE, et de la structure contenant les données transformées ICD bis, un code source ou logiciel ML 20 permettant, lors de son exécution par le processeur d'un dispositif de simulation comme décrit ci-après, simuler le fonctionnement du dispositif concerné. Le code ainsi généré est par conséquent désigné "modèle logicier On remarque que ce modèle logiciel ML peut éventuellement faire appel à des fonctions mémorisées dans des bibliothèques formant un fichier 25 distinct du fichier mémorisant le modèle logiciel lui-même. En variante, de telles fonctions peuvent naturellement être comprises dans le fichier mémorisant le modèle logiciel. Le modèle logiciel ainsi généré peut alors être chargé à l'étape E10 dans un dispositif de simulation 8, comme représenté en figure 4. Un tel 30 chargement peut être réalisé par l'unité centrale 2, par exemple à travers le réseau local déjà mentionné. En variante, le modèle logiciel peut être chargé dans le dispositif de simulation 8 par d'autres moyens, par exemple en utilisant un support de données amovible. Le modèle logiciel est alors exécuté à l'étape E12 par un processeur du dispositif de simulation 8 de telle sorte que le dispositif de simulation 8 reçoit 5 et traite des signaux d'entrée et génère des signaux de sortie comme le ferait le dispositif simulé (ici un calculateur) en fonctionnement réel. Dans l'exemple illustratif déjà mentionné en référence à la figure 1, un premier dispositif à tester 6 (TESTI en figure 4) émet les signaux E1, E, E3 à destination du dispositif de simulation 8.When the searched lines are found, the required definitions are transformed, by correcting and transforming the data concerned and by creating the additional data on each of the interface signals from the values of the read data so that the definition resulting from these modified data correspond to the definition of the interface as expected by the software model generation process. Taking the illustrative example presented in FIG. 1, the ICD bis transformed interface definition constructed from the data of the ICD file makes it possible to replace the input signal E0 with the input signal E2, to add a signal D input E3 and correct the output signal S2 as output signal S3 (step E4). Once the modifications have been made, all the information on the aircraft signals thus obtained is saved in step E6, for example also on the hard disk 4. The data structure containing the transformed interface definition is designated ICD bis in the figures. The steps E2 to E6 are for example carried out by means of the execution of a software CONFIG by the central unit 2. The execution of these 10 steps thus makes it possible to transform the interface definition file into a data structure. before use of this structure by an automatic code generation tool as described below. The central processing unit 2 then proceeds, for example on the control of a user, to the execution of an automatic code generation software 15 (GENER in FIG. 2), stored for example on the hard disk 4 (step E8). . Such a step of automatic generation of product codes, starting from a generic model MG of the device to be simulated, for example in the form of an Esterel SCADE type of modeling, and of the structure containing the transformed data ICD bis, a source code or software ML 20 allowing, when executed by the processor of a simulation device as described below, simulate the operation of the device concerned. The code thus generated is therefore designated "logic model." It is noted that this software model ML can optionally use functions stored in libraries forming a separate file from the file that stores the software model itself. The software model thus generated can then be loaded in step E10 into a simulation device 8, as shown in FIG. 4. Such a loading can be carried out by the unit. For example, the software model can be loaded into the simulation device 8 by other means, for example by using a removable data medium, and the software model is then executed. in step E12 by a processor of the simulation device 8 so that the simulation device 8 receives 5 and processes input signals and generates output signals as would the simulated device (here a calculator) in real operation. In the illustrative example already mentioned with reference to FIG. 1, a first device to be tested 6 (TESTI in FIG. 4) sends the signals E1, E, E3 to the simulation device 8.

10 Le dispositif de simulation 8 reçoit ainsi en entrée ces signaux et effectue des traitements (grâce au modèle logiciel ML exécuté) simulant le fonctionnement normal d'un calculateur. Le dispositif de simulation 8 émet ainsi en sortie un premier signal Si, transmis au premier dispositif à tester 6 et un second signal S3 transmis à 15 un second dispositif à tester 10 (TEST2 en figure 4). Le mode de réalisation qui vient d'être décrit ne représente qu'un exemple possible de mise en oeuvre de l'invention qui ne s'y limite pas. The simulation device 8 thus receives these signals as input and performs processing (thanks to the software model ML executed) simulating the normal operation of a computer. The simulation device 8 thus emits a first signal Si transmitted to the first device to be tested 6 and a second signal S3 transmitted to a second device to be tested 10 (TEST2 in FIG. 4). The embodiment which has just been described represents only one possible example of implementation of the invention which is not limited thereto.

Claims (10)

REVENDICATIONS1. Procédé de génération d'un modèle logiciel, caractérisé en ce qu'il comprend les étapes suivantes : - exécution (E2; E4; E6) d'un composant (CONFIG) de transformation de données contenues dans au moins un fichier (ICD) de définition d'au moins une interface d'un système ; - génération (E8) d'un modèle logiciel (ML) du système sur la base des données transformées (ICD bis) et d'une modélisation (MG) du 10 fonctionnement du système. REVENDICATIONS1. A method of generating a software model, characterized in that it comprises the following steps: - execution (E2; E4; E6) of a component (CONFIG) for transformation of data contained in at least one file (ICD) of defining at least one interface of a system; generation (E8) of a software model (ML) of the system based on the transformed data (ICD bis) and modeling (MG) of the operation of the system. 2. Procédé de génération selon la revendication 1, caractérisé en ce que le fichier définit un type de signal appliqué sur ladite interface. 15 2. Generation method according to claim 1, characterized in that the file defines a type of signal applied to said interface. 15 3. Procédé de génération selon les revendications 1 ou 2, caractérisé en ce que le fichier définit une plage de valeurs d'un signal appliqué sur ladite interface. 3. Generation method according to claims 1 or 2, characterized in that the file defines a range of values of a signal applied to said interface. 4. Procédé de génération selon l'une des revendications 1 à 3, 20 caractérisé en ce que ladite interface est apte à recevoir un signal d'entrée (El) destiné au système. 4. Generation method according to one of claims 1 to 3, characterized in that said interface is adapted to receive an input signal (El) for the system. 5. Procédé de génération selon l'une des revendications 1 à 3, caractérisé en ce que ladite interface est apte à émettre un signal de sortie (Si) 25 généré par le système. 5. Generating method according to one of claims 1 to 3, characterized in that said interface is adapted to emit an output signal (Si) 25 generated by the system. 6. Procédé de génération selon l'une des revendications 1 à 5, caractérisé en ce que l'exécution du composant comprend les étapes suivantes : 30 - recherche (E2) d'une définition d'interface à transformer dans le fichier de définition ;- transformation (E4) de la définition d'interface à transformer; - sauvegarde (E6) de la définition d'interface transformée dans un support physique de sauvegarde dédié. 6. Generating method according to one of claims 1 to 5, characterized in that the execution of the component comprises the following steps: - search (E2) of an interface definition to be transformed in the definition file; transformation (E4) of the interface definition to be transformed; backup (E6) of the transformed interface definition in a dedicated backup physical medium. 7. Procédé selon l'une des revendications 1 à 6, caractérisé en ce que le système est un calculateur pour aéronef. 7. Method according to one of claims 1 to 6, characterized in that the system is a calculator for aircraft. 8. Dispositif de génération d'un modèle logiciel, comprenant : - des moyens d'exécution d'un composant de transformation des 10 données contenues dans au moins un fichier de définition d'au moins une interface d'un système ; et - des moyens de génération d'un modèle logiciel du système sur la base des données transformées et d'une modélisation du fonctionnement du système. 15 8. Device for generating a software model, comprising: means for executing a transformation component of the data contained in at least one definition file of at least one interface of a system; and means for generating a software model of the system based on the transformed data and for modeling the operation of the system. 15 9. Procédé de simulation du fonctionnement d'un système, caractérisé en ce qu'il comprend une étape (E12) de génération d'un signal physique de sortie en fonction d'un signal physique d'entrée au moyen du modèle logiciel généré par un procédé selon l'une des revendications 1 à 7. 9. A method for simulating the operation of a system, characterized in that it comprises a step (E12) for generating a physical output signal as a function of a physical input signal by means of the software model generated by a process according to one of claims 1 to 7. 10. Dispositif (8) de simulation du fonctionnement d'un système, caractérisé en ce qu'il comprend des moyens de génération d'un signal physique de sortie en fonction d'un signal physique d'entrée au moyen du modèle logiciel généré par un procédé selon l'une des revendications 1 à 7. 20 25 10. Device (8) for simulating the operation of a system, characterized in that it comprises means for generating a physical output signal as a function of a physical input signal by means of the software model generated by a process according to one of claims 1 to 7.
FR1254066A 2012-05-03 2012-05-03 METHOD AND DEVICE FOR GENERATING A SOFTWARE MODEL AND METHOD AND SIMULATION DEVICE USING SUCH A MODEL Active FR2990280B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
FR1254066A FR2990280B1 (en) 2012-05-03 2012-05-03 METHOD AND DEVICE FOR GENERATING A SOFTWARE MODEL AND METHOD AND SIMULATION DEVICE USING SUCH A MODEL

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
FR1254066A FR2990280B1 (en) 2012-05-03 2012-05-03 METHOD AND DEVICE FOR GENERATING A SOFTWARE MODEL AND METHOD AND SIMULATION DEVICE USING SUCH A MODEL

Publications (2)

Publication Number Publication Date
FR2990280A1 true FR2990280A1 (en) 2013-11-08
FR2990280B1 FR2990280B1 (en) 2015-08-07

Family

ID=46634309

Family Applications (1)

Application Number Title Priority Date Filing Date
FR1254066A Active FR2990280B1 (en) 2012-05-03 2012-05-03 METHOD AND DEVICE FOR GENERATING A SOFTWARE MODEL AND METHOD AND SIMULATION DEVICE USING SUCH A MODEL

Country Status (1)

Country Link
FR (1) FR2990280B1 (en)

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
HUGUES J ET AL: "Using MDE for the Rapid Prototyping of Space Critical Systems", RAPID SYSTEM PROTOTYPING, 2008. RSP '08. THE 19TH IEEE/IFIP INTERNATIONAL SYMPOSIUM ON, IEEE, PISCATAWAY, NJ, USA, 2 June 2008 (2008-06-02), pages 10 - 16, XP031276829, ISBN: 978-0-7695-3180-9 *
MICHELE BANCI ET AL: "Model Driven Development and Code Generation: An Automotive Case Study", 18 September 2007, SDL 2007: DESIGN FOR DEPENDABLE SYSTEMS; [LECTURE NOTES IN COMPUTER SCIENCE], SPRINGER BERLIN HEIDELBERG, BERLIN, HEIDELBERG, PAGE(S) 19 - 34, ISBN: 978-3-540-74983-7, XP019100424 *
ROBERTO LUBLINERMAN ET AL: "Modularity vs. Reusability: Code Generation from Synchronous Block Diagrams", 2008 DESIGN, AUTOMATION AND TEST IN EUROPE : MUNICH, GERMANY, 10 - 14 MARCH 2008, PISCATAWAY, NJ : IEEE SERVICE CENTER, US, 10 March 2008 (2008-03-10), pages 1504 - 1509, XP031241998, ISBN: 978-3-9810801-3-1 *

Also Published As

Publication number Publication date
FR2990280B1 (en) 2015-08-07

Similar Documents

Publication Publication Date Title
AU2011323773B2 (en) Managing data set objects in a dataflow graph that represents a computer program
US11631234B2 (en) Automatically detecting user-requested objects in images
CN102138139B (en) Data logging in graph-based computations
US9870205B1 (en) Storing logical units of program code generated using a dynamic programming notebook user interface
US20150356207A1 (en) Methods and system for incremental exploration of design changes in large computer-aided design models
EP3301575A1 (en) Using an element in a first model to call a portion of a second model
EP2082374B1 (en) Method and aids for modelling 3d objects
Bessmeltsev et al. Gesture3D: posing 3D characters via gesture drawings
CN111290785B (en) Method, device, electronic equipment and storage medium for evaluating compatibility of deep learning framework system
WO2010029268A1 (en) Method and device for producing a finite element model
WO2023087764A1 (en) Algorithm application element packaging method and apparatus, device, storage medium, and computer program product
US9674259B1 (en) Semantic processing of content for product identification
KR102002732B1 (en) Deep neural network based data processing method and apparatus using ensemble model
CN106796591B (en) Method and apparatus for unifying information and tools from multiple information sources
FR2990280A1 (en) Method for generating software model to simulate operation of controller for aircraft, involves executing component for transforming data contained in file for defining interface of system, where model is generated based on transformed data
US20210272023A1 (en) Information processing system and information processing method
CN117616419A (en) Custom display post-processing in speech recognition
FR2989795A1 (en) Automatic control system for aircraft, has generic software core whose setting tool transforms operating need for system, and loading and storing unit loading and storing binary parameters in database of aircraft
JP2008269280A (en) Software development support system, development support method and program
JP2023553220A (en) Process mining for multi-instance processes
WO2010119208A1 (en) Method for assisting in the development or use of a complex system
Goubali et al. Designing functional specifications for complex systems
WO2011098677A1 (en) System and a method for managing and compiling a software development application framework
US20230005152A1 (en) Apparatus and method for image segmentation
US20240070943A1 (en) Generating image editing presets based on editing intent extracted from a digital query

Legal Events

Date Code Title Description
PLFP Fee payment

Year of fee payment: 5

PLFP Fee payment

Year of fee payment: 6

PLFP Fee payment

Year of fee payment: 7

PLFP Fee payment

Year of fee payment: 8

PLFP Fee payment

Year of fee payment: 9

PLFP Fee payment

Year of fee payment: 10

PLFP Fee payment

Year of fee payment: 11

PLFP Fee payment

Year of fee payment: 12