Contents ENGLISH. SDKC Operating Modes Manual p. 3 FRANÇAIS. Manuel modes opératoires SDKC p.121

Dimension: px
Commencer à balayer dès la page:

Download "Contents ENGLISH. SDKC Operating Modes Manual p. 3 FRANÇAIS. Manuel modes opératoires SDKC p.121"

Transcription

1 Section Contents SDKC Operating Modes Manual p. 3 Page ENGLISH Manuel modes opératoires SDKC p.121 1

2 ENGLISH Section Contents Page 2

3 Contents Section Page 1 Introduction 9 ENGLISH 1.1 Introduction Installation Target machine PL7 SDKC product contents Installation procedure 11 2 Methodology for creating and using an EF in PL Creation The EF family The EF class The EF Automatic version management Generating the family in debug mode Installing/Uninstalling in the PL7 library for debugging Creating an application using the new EFs Testing each EF in PL Generating the family in release mode 18 3 Managing the EF using PL7 SDKC Creation The EF family The EF class The EF 23 3

4 Contents ENGLISH Section Page 3.2 Generating the family in debug mode Generating the family in release mode Installing/Uninstalling in the PL7 library 30 4 Testing the EF using the debugging tool Accessing EF debugging Selecting the family of the EF to be tested Opening the EF debug screen Presentation of the tool Debugging EFs Inserting and removing breakpoints Mixing C code and assembly language Registers Local variables 36 5 Additional SDKC functions Setting the tool parameters Modifying a family Importing/Exporting Class C Source Archiving/Restoring a family Archiving Restoring Restoring from Printing 46 4

5 Contents Section Page 6 The EF code 49 ENGLISH 6.1 Rules for implementing EFs C Language Managing family and EF versions Managing the size of the stack Using floating point numbers List of reserved words 56 7 System functions 59 value = rd_sysbit ( sysbit_range, status ) 62 status = wr_sysbit ( sysbit_range, value ) 63 value = rd_sysword ( sysword_range, status ) 64 status = wr_sysword ( sysword_range, value ) 65 value = rd_bit_attrib ( address ) 66 value = rd_bits ( address, number, status ) 68 status = wr_bits ( address, number, value, type ) 69 value = rd_16bits ( address ) 71 wr_16bits ( address, value ) 72 value = rd_1bit ( address ) 73 wr_1bit ( address, value ) 74 result = phy_ptr_init ( sel_off ) 75 5

6 Contents ENGLISH Section Page status = date_and_time ( date_ptr ) 76 value = cnt_100ms ( void ) 78 value = cnt_10ms ( void ) 79 info = proc_type ( void ) 80 info = proc_indic ( void ) 81 Res = ADD ( a, b ) 82 Res = SUB ( a, b ) 83 Res = MUL ( a, b ) 84 Res = DIV ( a, b ) 85 Res = EQU ( a, b ) 86 Res = SUP ( a, b ) 87 Res = INF ( a, b ) 88 Res = ABS ( a ) 89 Res = CHS ( a ) 90 Res = SQRT ( a ) 91 Res = FTOL ( a ) 92 Res = LTOF ( a ) 93 Res = EXP ( a ) 94 6

7 Contents Section Page Res = LN ( a ) 95 ENGLISH Res = SIN ( a ) 96 Res = COS ( a ) 97 Res = TAN ( a ) 98 Res = ASIN ( a ) 99 Res = ACOS ( a ) 100 Res = ATAN ( a ) Utilitary functions 103 value = GET_FLOATPL7 ( fvalpl7 ) 104 fvalpl7 = FLOAT_TOPL7 ( f ) 105 value = FLOAT_TO_DBG ( f ) 106 FLOAT_SETVALUE ( selector, offset, value ) 107 WORD_SETVALUE ( selector, offset, value ) 108 DWORD_SETVALUE ( selector, offset, value ) 109 ptr = GET_ADDR ( selector, offset ) Appendix Example Defining the EF Generating a diskette and installing the family 116 7

8 Contents ENGLISH Section Page 9.2 Keyboard equivalents In the event of a problem 117 8

9 1.1 Introduction Section 1 Introduction 1 Introduction An EF (Elementary Function) is a function, designed to fulfil a certain task in the user program. As it will in due course form part of the PL7 library, like the manufacturer functions, it can be used in an identical way : accessible in all languages display via the PL7 library tool classified in families/functions ENGLISH The development kit in "C" language (PL7 option) is designed to implement the entire development cycle of an EF family : management of an EF family (creation, modification) development of each EF in C language individual debugging of an EF in the target PLC (TSX 37 or TSX 57) generation of an installable form containing the new EF family to be installed in the PL7 library, as well as its installation procedure on a user station. The ability to execute an EF on a given PLC depends on the version of the target PLC chosen when this EF was generated (see section 2.1-3). EFs created and intended for version 3.0 or later PLCs (with or without coprocessor), can contain floating point calculations. Users of this product will be systems developers and therefore will necessarily be familiar with : C language for development, PL7 (Micro, Junior, Pro) and their languages for debugging. Using the access key (*) supplied with the kit, it is possible to manage 5 families (up to 25,500 functions per family) using a code which varies according to the family. These codes are allocated by the manufacturer and are unique, which means that the family numbers are exclusive. 9

10 Introduction ENGLISH This manual comprises the following sections : Section 1 "Introduction" Section 2 "Methodology for creating and using an EF in PL7" Section 3 "Managing the EF using PL7SDKC" Section 4 "Testing the EF using the debugging tool" Section 5 "Additional SDKC functions" Section 6 "EF code" Section 7 "System functions" Section 8 "Utilitary functions" Section 9 "Appendix" 1.2 Installation Target machine The SDK C operates on : IBM PC or compatible microcomputer The minimum configuration is as follows : microprocessor 486 DX Mb of RAM 20 Mb available on disk VGA monitor COM serial port available (COM1 to COM4) for connecting to the PLC Win95, NT operating system PL7 Micro, Junior or Pro V3.0 minimum The typical machine configuration is as follows : microprocessor Pentium at 33 Mhz 48 Mb of RAM 10

11 Introduction PL7 SDKC product contents The product which you have just received comprises : installation diskettes (see the procedure on the following page) this manual a Visual C software pack (supplied for reasons to do with MICROSOFT licensing). This software must not be installed on the development station. It contains the tools for generating and editing links used to compile the EF. These tools are already incorporated on the installation diskettes of the PL7 SDKC product. ENGLISH Installation procedure The PL7 SDKC product should be installed on a development station, on which PL7 Micro, PL7 Junior or PL7 Pro has already been installed. Once the diskette has been inserted into the drive, proceed with installation by means of the following steps : Open the Windows explorer, select drive (A) then double-click on setup.exe or in Run from the Start Menu, type a:\setup then click on OK. Register your name and organization Select the installation language Enter the no. (your product's access key) marked on the delivery box (*). This key is used to access the five family codes assigned to the product. Installation cannot proceed if the number of this access key is incorrectly entered. (*) We strongly recommend making a note of the number of the access key on the space provided on the following page. Once installation is complete, simply double-click on the icon in the MODICON- TELEMECANIQUE directory to access PL7 SDKC. Warning : Following an updating or to a new installation of PL7 Micro, PL7 Junior or PL7 Pro, it is obligatory to proceed to a new installation of PL7 SDKC. 11

12 Introduction ENGLISH Space reserved for recording your products' access key numbers

13 Section 2 Methodology for creating and using an EF in PL7 2 Methodology for creating and using an EF in PL7 The diagram below outlines the development cycle. Development station Generate family in Debug mode error no error Develop the family error Pl7 Micro/Junior/Pro Install the family on the development station no error PL7 SDKC Generate family in release mode ENGLISH Debug an EF EF family + Setup.exe User station Pl7 Micro/Junior/Pro EF library The object of the following sections is to present the various screens which appear during this development cycle. 13

14 Methodology for creating and using an EF in PL7 Clicking on the PL7 SDKC icon displays the following initial screen : ENGLISH The left-hand side of this screen, which is empty the first time the kit is used, will be filled with names of EF families, as they are created (Current and/or Archived). A family consists of one or more classes, which themselves consist of one or more EFs as shown by the diagram below : Family name Class1 Class2 EF1 EF2 EF1 EF2 EF3 A family is made up of 100 Classes maximum and 255 EFs per class. The class is an entity which is only used while developing the family and which will not be displayed in the PL7 Library tool. The version, filled in when the description of the family is defined, is as displayed in the PL7 Library tool. 14

15 Methodology for creating and using an EF in PL7 2.1 Creation The EF family It is possible to create a family by selecting the Create function from the Family menu. Five families can be created. They correspond to five codes supplied by the product. - The Description tab contains the family characteristics. ENGLISH - The Datasheet tab is used to record additional information about the family The EF class Once the family has been validated, by selecting the Create Class function from the Utilities menu, it is possible to create one of the classes authorized by the family (1 to 100). - The Description tab contains the class characteristics. - The Class.h tab is used to define constants, types or structures common to all the EF in the class. 15

16 Methodology for creating and using an EF in PL The EF ENGLISH At the end of creation, the name of the class appears on the left-hand side of the screen, and an EF can then be created by selecting the function Create EF from the Utilities menu. 255 EFs can be created per class (1 to 255). The Description tab contains the EF characteristics. The ability to execute an EF on a given PLC depends on the version of the target PLC chosen in this tab (see the following table). Selection made at generation Target V < 3.0 V 3.0 or later V 3.0 or later (no coprocessor) (with coprocessor) PLC prior to V 3.0 Yes No No V 3.0 or later PLC Yes (if not used (no coprocessor) into a DFB) Yes No V 3.0 or later PLC Yes (if not used (with coprocessor) into a DFB) Yes Yes (Optimized) EFs created and intended for version 3.0 or later PLCs (with or without coprocessor), can contain floating point calculations. The Interface tab can be used to enter the EF call parameters. The Source.C tab is used to write the EF C code. The Source.H tab is used to define constants, types or structures specific to the EF. 16

17 Methodology for creating and using an EF in PL7 2.2 Automatic version management When the Generation Options... function is selected in the Utilities menu, the following dialog box is displayed, allowing the user to select the incrementation method for family and class versions. ENGLISH The default option (recommended) is automatic incrementation. 2.3 Generating the family in debug mode Generation is performed on the whole family. Once the family has been developed, it is advisable, at first, to generate it by selecting the Generate Debug function from the Family menu. This then makes it possible to test one of the EF of the family. Generate means compile and then edit the links with the debug options of each EF of this family. Once generation is complete, a log file summarizing the errors and warnings (resul.log) is created (see section 3.1-3), and the user should return to the.c or.h source screens of any EF(s) which may be causing a problem. 2.4 Installing/Uninstalling in the PL7 library for debugging Once the family has been generated without any errors (compilation or link editing), it is possible to launch the Install function from the Family menu so that it can be entered in the PL7 library. 17

18 Methodology for creating and using an EF in PL7 The family which is being edited can be removed from the PL7 library. To do this, launch the Uninstall function from the Family menu. ENGLISH This installation/uninstallation is only possible if PL7 (Micro, Junior or Pro) is not running (active elements in memory). 2.5 Creating an application using the new EFs Once the family has been installed, PL7 (Micro, Junior or Pro) should be launched. The user should test the new EF(s), by developing an application which calls them, and then transferring this application to the PLC. Since this application is designed to test behavior, it is advisable to include only one copy of each EF to be tested. 2.6 Testing each EF in PL7 To test the EF in the application, select Debug EF from the Tools menu of PL7 (Micro, Junior or Pro). It is then possible to insert breakpoints, proceed step by step, display local variables or registers, etc. If the tests are not conclusive, the user should return to the EF development environment to review the process and restart the cycle described above. 2.7 Generating the family in release mode Once all the tests on all the EF in the family have proved conclusive, it is then possible to generate this family, for use, by selecting the Generate Release function from the Family menu. This action makes it possible to create an installation medium for the selected family (diskette, local or networked hard disk directory, etc). This medium can then be broadcast. 18

19 3.1 Creation Section 3 Managing the EF using PL7 SDKC 3 Managing the EF using PL7 SDKC The EF family Create opens the Family area defined by the "Description" tab for data entry Entry of the family name (24 characters) Used to manage updating of the family by entering a VV.RR (*) type number ENGLISH A family number will be assigned automatically (any of the 5 possible) In family display mode, this will display the created and/or archived families in the list (see section 5.4) Integer beginning at 1. This is used to manage updates which would make the texts (family datasheet and comments) incompatible (*) The value of VV (version) or RR (release) must be between 0 and 99 inclusive. 19

20 Managing the EF using PL7 SDKC Clicking on the "Datasheet" tab opens the following area : ENGLISH The family is validated by this button, but only if all the fields in the "Description" tab have been filled in correctly This area where text can be entered (optional), is used to note down the main data concerning the family. This datasheet can, for example, be used to enter log data on the versions of the family. This datasheet only appears in PL7 if there is a conflict in versions between a family in the library and the same family in the application. It is possible to delete a family using the Delete command from the Utilities menu. When a family is deleted, its contents (class(es) and EF(s)) are also deleted. 20

21 Managing the EF using PL7 SDKC The EF class Create Class opens the Class fields for data entry and enters information in the area defined by the "Description" tab Reminder of the parameters defined for the family (read-only) ENGLISH Used to enter the name of the class being created (16 alphanumerical characters + the underscore character) Number between 1 and 100 inclusive used to ensure the uniqueness of the class developed. It is filled in automatically Used to manage updates to the class by entering a VV.RR (*) format number (*) The value of VV (version) or RR (release) must be between 0 and 99 inclusive. Classes which belong to the same family must, without fail, have different names and codes. It is only possible to exit from the description tab once all the fields have been filled in. This action confirms the parameters entered. It is possible to delete a class using the Delete command from the Utilities menu. When a class is deleted, the EF(s) which it comprises are also deleted. 21

22 Managing the EF using PL7 SDKC ENGLISH The "Import class" and "Export class" functions in the Utilities menu are used to import a class from another family and export a class to another family (see section 5.3). Clicking on the "Class.h" tab opens the following area : Toggle button (Normal size/full screen) reduces/enlarges the entry window This area is used to enter the (.h) interface file source code common to all the EFs in the class. This file is used to create for example special types or constants which will be reused in the C sources of all the EFs in the class. This file should be to 200 Kbytes. 22

23 Managing the EF using PL7 SDKC The EF Create EF opens the EF fields for data entry and enters information in the area defined by the "Description" tab Number between 1 and 100 inclusive used to ensure the uniqueness of the EF developed. It is filled in automatically Reminder of the parameters defined for the family and the class (read-only) ENGLISH The EF type is a procedure or a function The size of the EF generated Used to enter the name of the EF being created (16 alphanumerical characters + the underscore character) Used to enter a text commentary on the EF containing a maximum of 80 characters Used to define the size of the stack. Its default value is 512 bytes and it is used to store the EF parameters, local variables, and the parameters and variables of the functions which it calls (see section 6.1-3) Used to select the version of the target PLC for which this EF is developed EFs developed and installed in library mode must, without fail, have different names. Be careful not to use PL7 key words as names (see section 6.2). It is only possible to exit from the description tab once all the fields have been filled in. This action confirms the parameters entered. It is possible to delete an EF using the Delete command from the Utilities menu. 23

24 Managing the EF using PL7 SDKC ENGLISH Clicking on the "Interface" tab opens the following area, comprising three zones which are used to enter the EF formal parameters. These formal parameters are those for inputs, outputs, and I/O. These function call parameters are divided into three fields : the name, which contains a maximum of four characters (no spaces), the parameter type : Inputs, Outputs and I/O. One of the following must be selected : BOOL, EBOOL, WORD, DWORD, STRING, REAL, AR_D, AR_R, AR_W and AR_X (to check the meaning of all of these types, see section 6.1 and the PL7 manual). the comment, which contains a maximum of 80 characters. Example : Reminder of the name of the class and EF concerned Buttons used to change the order of the parameters in the selected grid At the formal parameters level, there is a maximum of 7 inputs, 7 outputs and 17 I/O. It is possible to delete one or more parameter lines by selecting the line and clicking on the corresponding number. Type Ctrl+x on the keyboard (Ctrl+v repastes what has been cut). For the correspondence between PL7 types defined in this tab and C types present in the function header, see the table in section

25 Managing the EF using PL7 SDKC Clicking on the ".C Source" tab opens the following area : Toggle button (Normal size/ Full screen) reduces/enlarges the entry window These buttons are used to import or export a C file ENGLISH This tab accesses C code editing. The user can use his own editor if he wishes or if the C file is greater than 200 K, using export and import. As with other standard tools on the market, comments containing special key words are generated. When PL7 SDKC creates the function header for the first time, the key words PL7SDK_BEGIN_FUNCTION_NAME and PL7SDK_END_FUNCTION_NAME are inserted automatically. On exiting this tab, or when modifying the interface in the previous tab, PL7 SDKC automatically generates this header, which ensures consistency between the declared interface and the interface in the code. Using the Edit menu, the current functions are offered by EditText (cut, copy, paste, find, replace). Other functions are available, such as : Selecting by double-clicking Displaying the line number corresponding to the present position of the cursor, in the Status Bar. 25

26 Managing the EF using PL7 SDKC ENGLISH To inform the user of errors resulting from the C source compilation, the source code line containing the error is indicated. A file giving the results of the compilation is generated. It can be accessed by the View generation results command in the Family menu and provides information on any errors. Definition of the EF interface automatically generates the prototype of the latter in the FILE MAINxxyy.C where xx is the class code and yy the EF code. The user can export the source if he wishes, work on it, and then re-import it. There is no subsequent check on any manual modifications made to the EF main function interface. If the user modifies the interface, these modifications will be ignored. The interface is automatically regenerated from the interface tab. If the file is too large to be displayed this will be indicated. However, the function prototype will still be generated automatically. the user works with the editor supplied, and reaches the limit of 200 K for the current EF. At that moment the following message is displayed : «Your file is too large to be edited using PL7SDKC. Please export it, then re-import it». the user prefers to work with his "favorite" editor. This is possible; work is made easier by exporting one file at a time. Use the following procedure : create your EF, create your interface then enter the code tab, export the C file, work in your editor then save, without changing the name, import into PL7 SDKC. 26

27 Managing the EF using PL7 SDKC Clicking on the ".H Source" tab opens the following area : Toggle button (Normal size/full screen) reduces/ enlarges the e n t r y window ENGLISH This area is used to define constants, types or structures specific to the EF. This file must be to 200 Kbytes. 27

28 Managing the EF using PL7 SDKC 3.2 Generating the family in debug mode ENGLISH Once the creation phase is complete, it is possible to proceed to generation of the family in debug mode. To do this, select Generate Debug from the Family menu as shown in the screen below. The role of this generation is to activate the various software tools used to obtain a new family (all classes) and to check data consistency along the whole generation string. If there is a problem, a screen indicating the nature of the error(s) to be corrected opens, so that generation can be relaunched. It is possible to monitor the generation process from the information line at the bottom of the screen. Once generation is complete, the message "x error(s), y warning(s)" is displayed and an audio beep emitted. A "Generated in Debug mode" status followed by a generation date is written in the family description zone, and this family can then be installed in the library. Information about the generation can be accessed by opening the results file (View generation results from the Family menu). The installation of this family thus generated, is not possible that since the product PL7SDKC. 28

29 Managing the EF using PL7 SDKC 3.3 Generating the family in release mode The last phase is to proceed to generation of the family in release mode (code size minimized). To do this, select Generate Release from the Family menu as shown in the screen below. ENGLISH The role of this generation is to activate the various software tools used to obtain a new family (all classes) and to create the corresponding files. It is possible to monitor the generation process from the information line at the bottom of the screen. Once generation is complete, the message "x error(s), y warning(s)" is displayed and an audio beep emitted. A "Generated in Release mode" status followed by a generation date is written in the family description zone. Information about the generation can be accessed by opening the results file (View generation results from the Family menu). Once generation is complete, the necessary elements (files) are automatically copied into the medium selected for broadcasting (diskette, network disk, etc). This space is part of the parameters defined in the tool customization menu (see section 5.1). 29

30 Managing the EF using PL7 SDKC 3.4 Installing/Uninstalling in the PL7 library ENGLISH It is possible to install a family generated in debug or release mode on the development station, but only families generated in debug mode can be debugged in PL7. To perform this installation, select Install from the Family menu. If the code of the family to be installed already exists in the library, a dialog box opens If the family is new and intended to replace an old one, click on "Overwrite". If an error is made, or the user is unsure, it is possible to cancel installation in the library by selecting Quit. When installation is complete, the message "The family has been installed in the library" appears and installation is effective. It is possible to uninstall a family from the PL7 library. It is necessary to select the Uninstall command from the Family menu when a family is being edited. 30

31 4.1 Accessing EF debugging Section 4 Testing the EF using the debugging tool 4 Testing the EF using the debugging tool Selecting the family of the EF to be tested As described in the previous section, the EFs of families generated in debug mode can be debugged, one at a time, in PL7 Micro, Junior or Pro. Once PL7 is launched and the program containing the EF to be tested loaded into the PLC, the Debug EF command in the Tools menu opens the following screen which is used to select the development directory (dvt_ef, by default), then the family containing the EF. ENGLISH The name of the family (generated in debug mode) and its code number appear Used to search for the drive and the development directory Summary of information about the family Once the family containing the EF to be tested has been found, clicking on OK opens the EF debug environment, described in the next paragraph. The EF should only be called once in the application, so that debugging can be performed Opening the EF debug screen This screen is made up of two parts : A command part with seven buttons, A part containing information about the test 31

32 Testing the EF using the debugging tool ENGLISH Opening the screen adds a "Debug EF" menu to the PL7 menu bar. Selecting the EF command from the Debug EF menu, or clicking on the button (2nd button from the left), opens the screen used to select the EF to be tested. In our example, there is only one EF in the family (the "MAX_TABW" EF which we wish to test), the code of the class to which it belongs, its EF code, its name and its comment appear. Clicking on OK opens a screen which gives the C source of the EF (see section 4.3-1). Depending on the complexity of the EF, it may take several seconds to access this screen. 32

33 Testing the EF using the debugging tool 4.2 Presentation of the tool The tool commands are accessed from a scrolling menu and/or by buttons. All the commands are described below : ENGLISH (1st button from the left) : is used to exit the EF debug tool. (3rd button from the left) : is used to insert/ remove a breakpoint. (4th button from the left) or the Go command from the Debug EF menu is used to relaunch the PLC from the breakpoint or current step. (5th button from the left) or the Step Into command from the Debug EF menu : is used to go inside a function (if the function is present in the C source of the EF). (6th button from the left) or the Step Over command from the Debug EF menu: is used to skip a function (step over). (7th button from the left) or the Step Out command from the Debug EF menu : is used to exit a C function comprising a EF. the Registers command in the Debug EF menu is used to display a list of all the registers used by the CPU microprocessor (see section 4.3-3). the Local variables command in the Debug EF menu is used to display a list of variables used locally (see section 4.3-4). the Mix C/Asm command in the Debug EF menu is used to change from a presentation in C language to a presentation in C language and in assembly language. the Breakpoints command from the Debug EF menu is used to display a screen giving information on the position of breakpoints. the Step to Cursor command from the Debug EF menu is used to relaunch the PLC, from the step where it is stopped back to the cursor. 33

34 Testing the EF using the debugging tool 4.3 Debugging EFs ENGLISH Following the procedure described above (see section 4.2-1), the C source code of the EF is displayed on-screen and debugging can begin. It will be possible, using the tool commands and buttons, to perform all the usual debug operations, namely : Insert and remove breakpoints, Proceed step by step, Scroll through part of the program, Go inside a function, Analyze using the lists of registers and local variables, Edit the EF in C code and assembly language, to meet the needs of a more precise analysis of part of the program which could cause problems Inserting and removing breakpoints Select a line by pointing the cursor at it, then press the button to insert a breakpoint on this line. The same button is used to remove a breakpoint. Up to 7 breakpoints can be inserted simultaneously. A breakpoint is indicated by a blue line. It is thus possible to insert or remove all the breakpoints desired. If the PLC is running and if the program moves to one of the breakpoints, the line in question becomes yellow. Using the,, buttons, it is easy to enter/exit from a function or skip a function. Extract of the EF C source code with two breakpoints (one blue line, one yellow line) 34

35 Testing the EF using the debugging tool Mixing C code and assembly language The Mix C/Asm command from the Debug EF menu is used to change from a presentation in C language to a presentation in C language and in assembly language. ENGLISH Registers The Registers command in the Debug EF menu is used to display a list of all the registers used by the CPU microprocessor, as well as the contents of the execution stack which contains the local variables and the parameters of the function in which the program has stopped. 35

Instructions Mozilla Thunderbird Page 1

Instructions Mozilla Thunderbird Page 1 Instructions Mozilla Thunderbird Page 1 Instructions Mozilla Thunderbird Ce manuel est écrit pour les utilisateurs qui font déjà configurer un compte de courrier électronique dans Mozilla Thunderbird et

Plus en détail

Contents Windows 8.1... 2

Contents Windows 8.1... 2 Workaround: Installation of IRIS Devices on Windows 8 Contents Windows 8.1... 2 English Français Windows 8... 13 English Français Windows 8.1 1. English Before installing an I.R.I.S. Device, we need to

Plus en détail

How to Login to Career Page

How to Login to Career Page How to Login to Career Page BASF Canada July 2013 To view this instruction manual in French, please scroll down to page 16 1 Job Postings How to Login/Create your Profile/Sign Up for Job Posting Notifications

Plus en détail

WEB page builder and server for SCADA applications usable from a WEB navigator

WEB page builder and server for SCADA applications usable from a WEB navigator Générateur de pages WEB et serveur pour supervision accessible à partir d un navigateur WEB WEB page builder and server for SCADA applications usable from a WEB navigator opyright 2007 IRAI Manual Manuel

Plus en détail

Guide d'installation rapide TFM-560X YO.13

Guide d'installation rapide TFM-560X YO.13 Guide d'installation rapide TFM-560X YO.13 Table of Contents Français 1 1. Avant de commencer 1 2. Procéder à l'installation 2 Troubleshooting 6 Version 06.08.2011 16. Select Install the software automatically

Plus en détail

Adeunis-RF Softwares. Stand-Alone configuration Manager V2. User guide version V1 FRANCAIS ENGLISH

Adeunis-RF Softwares. Stand-Alone configuration Manager V2. User guide version V1 FRANCAIS ENGLISH Adeunis-RF Softwares Stand-Alone configuration Manager V2 User guide version V1 FRANCAIS ENGLISH Adeunis RF 283 rue Louis Néel Parc Technologique Pré Roux 38920 Crolles - France Tel : +33 0)4 76 92 07

Plus en détail

Exercices sur SQL server 2000

Exercices sur SQL server 2000 Exercices sur SQL server 2000 La diagramme de classe : Exercices sur SQL server 2000 Le modèle relationnel correspondant : 1 Créer les tables Clic-droit on Tables et choisir «New Table» Créer la table

Plus en détail

Thank you for choosing the Mobile Broadband USB Stick. With your USB Stick, you can access a wireless network at high speed.

Thank you for choosing the Mobile Broadband USB Stick. With your USB Stick, you can access a wireless network at high speed. Thank you for choosing the Mobile Broadband USB Stick. With your USB Stick, you can access a wireless network at high speed. Note: This manual describes the appearance of the USB Stick, as well as the

Plus en détail

Contrôle d'accès Access control. Notice technique / Technical Manual

Contrôle d'accès Access control. Notice technique / Technical Manual p.1/18 Contrôle d'accès Access control INFX V2-AI Notice technique / Technical Manual p.2/18 Sommaire / Contents Remerciements... 3 Informations et recommandations... 4 Caractéristiques techniques... 5

Plus en détail

Instructions pour mettre à jour un HFFv2 v1.x.yy v2.0.00

Instructions pour mettre à jour un HFFv2 v1.x.yy v2.0.00 Instructions pour mettre à jour un HFFv2 v1.x.yy v2.0.00 HFFv2 1. OBJET L accroissement de la taille de code sur la version 2.0.00 a nécessité une évolution du mapping de la flash. La conséquence de ce

Plus en détail

GIGABIT PCI DESKTOP ADAPTER DGE-530T. Quick Installation Guide+ Guide d installation+

GIGABIT PCI DESKTOP ADAPTER DGE-530T. Quick Installation Guide+ Guide d installation+ GIGABIT PCI DESKTOP ADAPTER Quick Installation Guide+ Guide d installation+ Check Your Package Contents Quick Installation Guide Gigabit Ethernet PCI Adapter CD with Manual and Drivers DO NOT insert the

Plus en détail

TABLE DES MATIERES A OBJET PROCEDURE DE CONNEXION

TABLE DES MATIERES A OBJET PROCEDURE DE CONNEXION 1 12 rue Denis Papin 37300 JOUE LES TOURS Tel: 02.47.68.34.00 Fax: 02.47.68.35.48 www.herve consultants.net contacts@herve consultants.net TABLE DES MATIERES A Objet...1 B Les équipements et pré-requis...2

Plus en détail

Notice Technique / Technical Manual

Notice Technique / Technical Manual Contrôle d accès Access control Encodeur USB Mifare ENCOD-USB-AI Notice Technique / Technical Manual SOMMAIRE p.2/10 Sommaire Remerciements... 3 Informations et recommandations... 4 Caractéristiques techniques...

Plus en détail

Thank you for choosing the Mobile Broadband USB Stick. With your USB Stick, you can access a wireless network at high speed.

Thank you for choosing the Mobile Broadband USB Stick. With your USB Stick, you can access a wireless network at high speed. Thank you for choosing the Mobile Broadband USB Stick. With your USB Stick, you can access a wireless network at high speed. Note: This manual describes the appearance of the USB Stick, as well as the

Plus en détail

LOGICIEL D'ADMINISTRATION POUR E4000 & G4000 MANAGEMENT SOFTWARE FOR E4000 & G4000

LOGICIEL D'ADMINISTRATION POUR E4000 & G4000 MANAGEMENT SOFTWARE FOR E4000 & G4000 LOGICIEL D'ADMINISTRATION POUR E4000 & G4000 MANAGEMENT SOFTWARE FOR E4000 & G4000 TABLE DES MATIÈRES TITRE PAGE Présentation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -4 Le

Plus en détail

lundi 3 août 2009 Choose your language What is Document Connection for Mac? Communautés Numériques L informatique à la portée du Grand Public

lundi 3 août 2009 Choose your language What is Document Connection for Mac? Communautés Numériques L informatique à la portée du Grand Public Communautés Numériques L informatique à la portée du Grand Public Initiation et perfectionnement à l utilisation de la micro-informatique Microsoft Document Connection pour Mac. Microsoft Document Connection

Plus en détail

USB 598. Quick Start Guide (Windows) Guide de démarrage rapide (Windows) USB Modem. Modem USB. www.sierrawireless.com

USB 598. Quick Start Guide (Windows) Guide de démarrage rapide (Windows) USB Modem. Modem USB. www.sierrawireless.com USB 598 With Avec USB Modem Quick Start Guide (Windows) Modem USB Guide de démarrage rapide (Windows) www.sierrawireless.com This guide provides installation instructions for users of: Windows Vista Windows

Plus en détail

Once the installation is complete, you can delete the temporary Zip files..

Once the installation is complete, you can delete the temporary Zip files.. Sommaire Installation... 2 After the download... 2 From a CD... 2 Access codes... 2 DirectX Compatibility... 2 Using the program... 2 Structure... 4 Lier une structure à une autre... 4 Personnaliser une

Plus en détail

Package Contents. System Requirements. Before You Begin

Package Contents. System Requirements. Before You Begin Package Contents DWA-125 Wireless 150 USB Adapter CD-ROM (contains software, drivers, and manual) Cradle If any of the above items are missing, please contact your reseller. System Requirements A computer

Plus en détail

APPENDIX 6 BONUS RING FORMAT

APPENDIX 6 BONUS RING FORMAT #4 EN FRANÇAIS CI-DESSOUS Preamble and Justification This motion is being presented to the membership as an alternative format for clubs to use to encourage increased entries, both in areas where the exhibitor

Plus en détail

Application Form/ Formulaire de demande

Application Form/ Formulaire de demande Application Form/ Formulaire de demande Ecosystem Approaches to Health: Summer Workshop and Field school Approches écosystémiques de la santé: Atelier intensif et stage d été Please submit your application

Plus en détail

calls.paris-neuroscience.fr Tutoriel pour Candidatures en ligne *** Online Applications Tutorial

calls.paris-neuroscience.fr Tutoriel pour Candidatures en ligne *** Online Applications Tutorial calls.paris-neuroscience.fr Tutoriel pour Candidatures en ligne Online Applications Tutorial 1/4 Pour postuler aux Appels d Offres de l ENP, vous devez aller sur la plateforme : calls.parisneuroscience.fr.

Plus en détail

DOCUMENTATION - FRANCAIS... 2

DOCUMENTATION - FRANCAIS... 2 DOCUMENTATION MODULE SHOPDECORATION MODULE PRESTASHOP CREE PAR PRESTACREA INDEX : DOCUMENTATION - FRANCAIS... 2 INSTALLATION... 2 Installation automatique... 2 Installation manuelle... 2 Résolution des

Plus en détail

Paxton. ins-20605. Net2 desktop reader USB

Paxton. ins-20605. Net2 desktop reader USB Paxton ins-20605 Net2 desktop reader USB 1 3 2 4 1 2 Desktop Reader The desktop reader is designed to sit next to the PC. It is used for adding tokens to a Net2 system and also for identifying lost cards.

Plus en détail

Creating a Backup of Bootable Disk and Recovery Image

Creating a Backup of Bootable Disk and Recovery Image Appendix Appendix Image Backup and Recovery Procedures Thank you for purchasing a Fujitsu computer. Fujitsu is committed to bringing you the best computing experience with your new system. It is very important

Plus en détail

Surveillance de Scripts LUA et de réception d EVENT. avec LoriotPro Extended & Broadcast Edition

Surveillance de Scripts LUA et de réception d EVENT. avec LoriotPro Extended & Broadcast Edition Surveillance de Scripts LUA et de réception d EVENT avec LoriotPro Extended & Broadcast Edition L objectif de ce document est de présenter une solution de surveillance de processus LUA au sein de la solution

Plus en détail

that the child(ren) was/were in need of protection under Part III of the Child and Family Services Act, and the court made an order on

that the child(ren) was/were in need of protection under Part III of the Child and Family Services Act, and the court made an order on ONTARIO Court File Number at (Name of court) Court office address Applicant(s) (In most cases, the applicant will be a children s aid society.) Full legal name & address for service street & number, municipality,

Plus en détail

APPENDIX 2. Provisions to be included in the contract between the Provider and the. Holder

APPENDIX 2. Provisions to be included in the contract between the Provider and the. Holder Page 1 APPENDIX 2 Provisions to be included in the contract between the Provider and the Obligations and rights of the Applicant / Holder Holder 1. The Applicant or Licensee acknowledges that it has read

Plus en détail

WiFi Security Camera Quick Start Guide. Guide de départ rapide Caméra de surveillance Wi-Fi (P5)

WiFi Security Camera Quick Start Guide. Guide de départ rapide Caméra de surveillance Wi-Fi (P5) #45 #46 WiFi Security Camera Quick Start Guide Guide de départ rapide Caméra de surveillance Wi-Fi (P5) #47 Start Here 1 Is this you? TECH SUPPORT CTRL ALT DEL 2 If yes, turn to page three 1 3 If not,

Plus en détail

Stock Management Suite

Stock Management Suite Stock Management Suite User Guide V1.00 Goods Receipt module Transfer interstores or interstocks Inventory Picking List Goods movements www.westid.fr Stock Management Suite Contents Contents 1. Stock Management

Plus en détail

Règlement sur le télémarketing et les centres d'appel. Call Centres Telemarketing Sales Regulation

Règlement sur le télémarketing et les centres d'appel. Call Centres Telemarketing Sales Regulation THE CONSUMER PROTECTION ACT (C.C.S.M. c. C200) Call Centres Telemarketing Sales Regulation LOI SUR LA PROTECTION DU CONSOMMATEUR (c. C200 de la C.P.L.M.) Règlement sur le télémarketing et les centres d'appel

Plus en détail

Logitech Tablet Keyboard for Windows 8, Windows RT and Android 3.0+ Setup Guide Guide d installation

Logitech Tablet Keyboard for Windows 8, Windows RT and Android 3.0+ Setup Guide Guide d installation Logitech Tablet Keyboard for Windows 8, Windows RT and Android 3.0+ Setup Guide Guide d installation English.......................................... 3 Français.........................................

Plus en détail

Lesson Plan Physical Descriptions. belle vieille grande petite grosse laide mignonne jolie. beau vieux grand petit gros laid mignon

Lesson Plan Physical Descriptions. belle vieille grande petite grosse laide mignonne jolie. beau vieux grand petit gros laid mignon Lesson Plan Physical Descriptions Objective: Students will comprehend and describe the physical appearance of others. Vocabulary: Elle est Il est Elle/Il est Elle/Il a les cheveux belle vieille grande

Plus en détail

VTP. LAN Switching and Wireless Chapitre 4

VTP. LAN Switching and Wireless Chapitre 4 VTP LAN Switching and Wireless Chapitre 4 ITE I Chapter 6 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Pourquoi VTP? Le défi de la gestion VLAN La complexité de gestion des VLANs et des

Plus en détail

RAPID 3.34 - Prenez le contrôle sur vos données

RAPID 3.34 - Prenez le contrôle sur vos données RAPID 3.34 - Prenez le contrôle sur vos données Parmi les fonctions les plus demandées par nos utilisateurs, la navigation au clavier et la possibilité de disposer de champs supplémentaires arrivent aux

Plus en détail

Contrôle d accès Access control MOD-TCPIP-AI. Notice technique / Technical Manual

Contrôle d accès Access control MOD-TCPIP-AI. Notice technique / Technical Manual Contrôle d accès Access control MOD-TCPIP-AI Notice technique / Technical Manual Notice technique Mod-TCPIP-AI 9 septembre 2008 v.1.0 p.2/16 Sommaire / Contents Sommaire / Contents...2 Remerciements...3

Plus en détail

DOCUMENTATION - FRANCAIS... 2

DOCUMENTATION - FRANCAIS... 2 DOCUMENTATION MODULE CATEGORIESTOPMENU MODULE CREE PAR PRESTACREA INDEX : DOCUMENTATION - FRANCAIS... 2 INSTALLATION... 2 CONFIGURATION... 2 LICENCE ET COPYRIGHT... 3 SUPPORT TECHNIQUE ET MISES A JOUR...

Plus en détail

Cheque Holding Policy Disclosure (Banks) Regulations. Règlement sur la communication de la politique de retenue de chèques (banques) CONSOLIDATION

Cheque Holding Policy Disclosure (Banks) Regulations. Règlement sur la communication de la politique de retenue de chèques (banques) CONSOLIDATION CANADA CONSOLIDATION CODIFICATION Cheque Holding Policy Disclosure (Banks) Regulations Règlement sur la communication de la politique de retenue de chèques (banques) SOR/2002-39 DORS/2002-39 Current to

Plus en détail

Academic Project. B2- Web Development. Resit Project. Version 1.0 Last update: 24/05/2013 Use: Students Author: Samuel CUELLA

Academic Project. B2- Web Development. Resit Project. Version 1.0 Last update: 24/05/2013 Use: Students Author: Samuel CUELLA SUPINFO Academic Dept. Resit Project Academic Project B2- Web Development 2012-2013 Version 1.0 Last update: 24/05/2013 Use: Students Author: Samuel CUELLA Conditions d utilisations : SUPINFO International

Plus en détail

Editing and managing Systems engineering processes at Snecma

Editing and managing Systems engineering processes at Snecma Editing and managing Systems engineering processes at Snecma Atego workshop 2014-04-03 Ce document et les informations qu il contient sont la propriété de Ils ne doivent pas être copiés ni communiqués

Plus en détail

Exemple PLS avec SAS

Exemple PLS avec SAS Exemple PLS avec SAS This example, from Umetrics (1995), demonstrates different ways to examine a PLS model. The data come from the field of drug discovery. New drugs are developed from chemicals that

Plus en détail

Support Orders and Support Provisions (Banks and Authorized Foreign Banks) Regulations

Support Orders and Support Provisions (Banks and Authorized Foreign Banks) Regulations CANADA CONSOLIDATION CODIFICATION Support Orders and Support Provisions (Banks and Authorized Foreign Banks) Regulations Règlement sur les ordonnances alimentaires et les dispositions alimentaires (banques

Plus en détail

Export Permit (Steel Monitoring) Regulations. Règlement sur les licences d exportation (surveillance de l acier) CONSOLIDATION CODIFICATION

Export Permit (Steel Monitoring) Regulations. Règlement sur les licences d exportation (surveillance de l acier) CONSOLIDATION CODIFICATION CANADA CONSOLIDATION CODIFICATION Export Permit (Steel Monitoring) Regulations Règlement sur les licences d exportation (surveillance de l acier) SOR/87-321 DORS/87-321 Current to August 4, 2015 À jour

Plus en détail

Utiliser une WebCam. Micro-ordinateurs, informations, idées, trucs et astuces

Utiliser une WebCam. Micro-ordinateurs, informations, idées, trucs et astuces Micro-ordinateurs, informations, idées, trucs et astuces Utiliser une WebCam Auteur : François CHAUSSON Date : 8 février 2008 Référence : utiliser une WebCam.doc Préambule Voici quelques informations utiles

Plus en détail

RULE 5 - SERVICE OF DOCUMENTS RÈGLE 5 SIGNIFICATION DE DOCUMENTS. Rule 5 / Règle 5

RULE 5 - SERVICE OF DOCUMENTS RÈGLE 5 SIGNIFICATION DE DOCUMENTS. Rule 5 / Règle 5 RULE 5 - SERVICE OF DOCUMENTS General Rules for Manner of Service Notices of Application and Other Documents 5.01 (1) A notice of application or other document may be served personally, or by an alternative

Plus en détail

France SMS+ MT Premium Description

France SMS+ MT Premium Description France SMS+ MT Premium Description Summary Subscription : kinematics Subscription via SMS (Kinematic + messages) Subscription via Wap (Kinematic + messages) Subscription via Mix SMS / WAP Subscription

Plus en détail

DOCUMENTATION - FRANCAIS... 2

DOCUMENTATION - FRANCAIS... 2 DOCUMENTATION MODULE PRETTYSLIDER MODULE PRESTASHOP CREE PAR PRESTACREA INDEX : DOCUMENTATION - FRANCAIS... 2 INSTALLATION... 2 Installation automatique... 2 Installation manuelle... 2 Résolution des problèmes...

Plus en détail

Vanilla : Virtual Box

Vanilla : Virtual Box Vanilla : Virtual Box Installation Guide for Virtual Box appliance Guide d'installation de l'application VirtualBox Vanilla Charles Martin et Patrick Beaucamp BPM Conseil Contact : charles.martin@bpm-conseil.com,

Plus en détail

Gestion des prestations Volontaire

Gestion des prestations Volontaire Gestion des prestations Volontaire Qu estce que l Income Management (Gestion des prestations)? La gestion des prestations est un moyen de vous aider à gérer votre argent pour couvrir vos nécessités et

Plus en détail

Garage Door Monitor Model 829LM

Garage Door Monitor Model 829LM Garage Door Monitor Model 829LM To prevent possible SERIOUS INJURY or DEATH from a closing garage door: NEVER permit children to operate or play with door control push buttons or remote control transmitters.

Plus en détail

Restaurant Application Quick Reference Guide

Restaurant Application Quick Reference Guide Restaurant Application Quick Reference Guide Ingenico Telium Canada English Color key Required Merchant Input on Point of Sale Required Customer Input on Internal or External PIN-pad Optional Merchant

Plus en détail

INSTRUMENTS DE MESURE SOFTWARE. Management software for remote and/or local monitoring networks

INSTRUMENTS DE MESURE SOFTWARE. Management software for remote and/or local monitoring networks INSTRUMENTS DE MESURE SOFTWARE SOFTWARE Logiciel de supervision des réseaux locaux et/ou distants Management software for remote and/or local monitoring networks MIDAs EVO 4 niveaux de fonctionnalités

Plus en détail

English Q&A #1 Braille Services Requirement PPTC 144918. Q1. Would you like our proposal to be shipped or do you prefer an electronic submission?

English Q&A #1 Braille Services Requirement PPTC 144918. Q1. Would you like our proposal to be shipped or do you prefer an electronic submission? English Q&A #1 Braille Services Requirement PPTC 144918 Q1. Would you like our proposal to be shipped or do you prefer an electronic submission? A1. Passport Canada requests that bidders provide their

Plus en détail

First Nations Assessment Inspection Regulations. Règlement sur l inspection aux fins d évaluation foncière des premières nations CONSOLIDATION

First Nations Assessment Inspection Regulations. Règlement sur l inspection aux fins d évaluation foncière des premières nations CONSOLIDATION CANADA CONSOLIDATION CODIFICATION First Nations Assessment Inspection Regulations Règlement sur l inspection aux fins d évaluation foncière des premières nations SOR/2007-242 DORS/2007-242 Current to September

Plus en détail

Tutoriel de formation SurveyMonkey

Tutoriel de formation SurveyMonkey Tutoriel de formation SurveyMonkey SurveyMonkey est un service de sondage en ligne. SurveyMonkey vous permet de créer vos sondages rapidement et facilement. SurveyMonkey est disponible à l adresse suivante

Plus en détail

Principe de TrueCrypt. Créer un volume pour TrueCrypt

Principe de TrueCrypt. Créer un volume pour TrueCrypt Sommaire : Principe de TrueCrypt...1 Créer un volume pour TrueCrypt...1 Premier montage...6 Réglages...8 Save Currently Mounted Volumes as Favorite...8 Settings > Preferences...9 TrueCrypt Traveller pour

Plus en détail

Comment calculer une moyenne journalière de l irradiance avec excel 2007? How to calculate a daily average amount of irradiance with Excel 2007?

Comment calculer une moyenne journalière de l irradiance avec excel 2007? How to calculate a daily average amount of irradiance with Excel 2007? Comment calculer une moyenne journalière de l irradiance avec excel 2007? How to calculate a daily average amount of irradiance with Excel 2007? Weatherlink fournit les données suivantes pour l irradiance.

Plus en détail

The new consumables catalogue from Medisoft is now updated. Please discover this full overview of all our consumables available to you.

The new consumables catalogue from Medisoft is now updated. Please discover this full overview of all our consumables available to you. General information 120426_CCD_EN_FR Dear Partner, The new consumables catalogue from Medisoft is now updated. Please discover this full overview of all our consumables available to you. To assist navigation

Plus en détail

Quick Start Guide This guide is intended to get you started with Rational ClearCase or Rational ClearCase MultiSite.

Quick Start Guide This guide is intended to get you started with Rational ClearCase or Rational ClearCase MultiSite. Rational ClearCase or ClearCase MultiSite Version 7.0.1 Quick Start Guide This guide is intended to get you started with Rational ClearCase or Rational ClearCase MultiSite. Product Overview IBM Rational

Plus en détail

Developing an alternative scenario in a case study for a single country. Mise en œuvre un scénario alternatif pour une étude de cas pour un seul pays

Developing an alternative scenario in a case study for a single country. Mise en œuvre un scénario alternatif pour une étude de cas pour un seul pays Developing an alternative scenario in a case study for a single country Mise en œuvre un scénario alternatif pour une étude de cas pour un seul pays 1. Creating a new scenario based on an existing scenario

Plus en détail

NOM ENTREPRISE. Document : Plan Qualité Spécifique du Projet / Project Specific Quality Plan

NOM ENTREPRISE. Document : Plan Qualité Spécifique du Projet / Project Specific Quality Plan Document : Plan Qualité Spécifique du Projet Project Specific Quality Plan Référence Reference : QP-3130-Rev 01 Date Date : 12022008 Nombre de Pages Number of Pages : 6 Projet Project : JR 100 Rédacteur

Plus en détail

SERVEUR DÉDIÉ DOCUMENTATION

SERVEUR DÉDIÉ DOCUMENTATION SERVEUR DÉDIÉ DOCUMENTATION Release 5.0.6.0 19 Juillet 2013 Copyright 2013 GIANTS Software GmbH, All Rights Reserved. 1/9 CHANGE LOG Correction de bug divers (5.0.6.0) Ajout d une option de relance automatique

Plus en détail

Nouveautés printemps 2013

Nouveautés printemps 2013 » English Se désinscrire de la liste Nouveautés printemps 2013 19 mars 2013 Dans ce Flash Info, vous trouverez une description des nouveautés et mises à jour des produits La Capitale pour le printemps

Plus en détail

Practice Direction. Class Proceedings

Practice Direction. Class Proceedings Effective Date: 2010/07/01 Number: PD - 5 Title: Practice Direction Class Proceedings Summary: This Practice Direction describes the procedure for requesting the assignment of a judge in a proceeding under

Plus en détail

DOCUMENTATION MODULE BLOCKCATEGORIESCUSTOM Module crée par Prestacrea - Version : 2.0

DOCUMENTATION MODULE BLOCKCATEGORIESCUSTOM Module crée par Prestacrea - Version : 2.0 DOCUMENTATION MODULE BLOCKCATEGORIESCUSTOM Module crée par Prestacrea - Version : 2.0 INDEX : DOCUMENTATION - FRANCAIS... 2 1. INSTALLATION... 2 2. CONFIGURATION... 2 3. LICENCE ET COPYRIGHT... 3 4. MISES

Plus en détail

English version Legal notice

English version Legal notice English version Legal notice Legal information FCS Campus Paris-Saclay Espace Technologique - Bâtiment Discovery Route de l'orme aux Merisiers - RD 128 91190 Saint-Aubin Publication director : Dominique

Plus en détail

Credit Note and Debit Note Information (GST/ HST) Regulations

Credit Note and Debit Note Information (GST/ HST) Regulations CANADA CONSOLIDATION CODIFICATION Credit Note and Debit Note Information (GST/ HST) Regulations Règlement sur les renseignements à inclure dans les notes de crédit et les notes de débit (TPS/ TVH) SOR/91-44

Plus en détail

GAME CONTENTS CONTENU DU JEU OBJECT OF THE GAME BUT DU JEU

GAME CONTENTS CONTENU DU JEU OBJECT OF THE GAME BUT DU JEU GAME CONTENTS 3 wooden animals: an elephant, a Polar bear and an African lion 1 Playing Board with two tree stumps, one red and one blue 1 Command Board double sided for two game levels (Green for normal

Plus en détail

Le passé composé. C'est le passé! Tout ça c'est du passé! That's the past! All that's in the past!

Le passé composé. C'est le passé! Tout ça c'est du passé! That's the past! All that's in the past! > Le passé composé le passé composé C'est le passé! Tout ça c'est du passé! That's the past! All that's in the past! «Je suis vieux maintenant, et ma femme est vieille aussi. Nous n'avons pas eu d'enfants.

Plus en détail

3615 SELFIE. http://graffitiresearchlab.fr HOW-TO / GUIDE D'UTILISATION

3615 SELFIE. http://graffitiresearchlab.fr HOW-TO / GUIDE D'UTILISATION 3615 SELFIE http://graffitiresearchlab.fr HOW-TO / GUIDE D'UTILISATION Hardware : Minitel Computer DIN FM545 45 connector (http://www.gotronic.fr/art-fiche-din-fm545-4747.htm) Cable Arduino compatible

Plus en détail

CLIM/GTP/27/8 ANNEX III/ANNEXE III. Category 1 New indications/ 1 re catégorie Nouvelles indications

CLIM/GTP/27/8 ANNEX III/ANNEXE III. Category 1 New indications/ 1 re catégorie Nouvelles indications ANNEX III/ANNEXE III PROPOSALS FOR CHANGES TO THE NINTH EDITION OF THE NICE CLASSIFICATION CONCERNING AMUSEMENT APPARATUS OR APPARATUS FOR GAMES/ PROPOSITIONS DE CHANGEMENTS À APPORTER À LA NEUVIÈME ÉDITION

Plus en détail

FCM 2015 ANNUAL CONFERENCE AND TRADE SHOW Terms and Conditions for Delegates and Companions Shaw Convention Centre, Edmonton, AB June 5 8, 2015

FCM 2015 ANNUAL CONFERENCE AND TRADE SHOW Terms and Conditions for Delegates and Companions Shaw Convention Centre, Edmonton, AB June 5 8, 2015 FCM 2015 ANNUAL CONFERENCE AND TRADE SHOW Terms and Conditions for Delegates and Companions Shaw Convention Centre, Edmonton, AB June 5 8, 2015 Early-bird registration Early-bird registration ends April

Plus en détail

MELTING POTES, LA SECTION INTERNATIONALE DU BELLASSO (Association étudiante de lʼensaparis-belleville) PRESENTE :

MELTING POTES, LA SECTION INTERNATIONALE DU BELLASSO (Association étudiante de lʼensaparis-belleville) PRESENTE : MELTING POTES, LA SECTION INTERNATIONALE DU BELLASSO (Association étudiante de lʼensaparis-belleville) PRESENTE : Housing system est un service gratuit, qui vous propose de vous mettre en relation avec

Plus en détail

AND / ET USER GUIDE UK HARDWIRED CONTROL PANEL UK GUIDE UTILISATEUR CENTRALE D ALARME FILAIRE F 496572 1

AND / ET USER GUIDE UK HARDWIRED CONTROL PANEL UK GUIDE UTILISATEUR CENTRALE D ALARME FILAIRE F 496572 1 AND / ET UK USER GUIDE HARDWIRED CONTROL PANEL UK F GUIDE UTILISATEUR CENTRALE D ALARME FILAIRE 496572 1 English UK Operator Controls and Displays On both control panel and remote keypad the LEDs display

Plus en détail

ŒNOVIDEO. Demande d inscription. Festival International des Films documentaires sur la vigne et le vin. Madame, Monsieur,

ŒNOVIDEO. Demande d inscription. Festival International des Films documentaires sur la vigne et le vin. Madame, Monsieur, Demande d inscription Madame, Monsieur, Vous envisagez de participer au 22 e Festival International des films documentaires sur la Vigne et le vin en présentant vos œuvres et nous nous en réjouissons.

Plus en détail

Discours du Ministre Tassarajen Pillay Chedumbrum. Ministre des Technologies de l'information et de la Communication (TIC) Worshop on Dot.

Discours du Ministre Tassarajen Pillay Chedumbrum. Ministre des Technologies de l'information et de la Communication (TIC) Worshop on Dot. Discours du Ministre Tassarajen Pillay Chedumbrum Ministre des Technologies de l'information et de la Communication (TIC) Worshop on Dot.Mu Date: Jeudi 12 Avril 2012 L heure: 9h15 Venue: Conference Room,

Plus en détail

FÉDÉRATION INTERNATIONALE DE NATATION Diving

FÉDÉRATION INTERNATIONALE DE NATATION Diving QUALIFICATION SYSTEM - 2 ND SUMMER YOUTH OLYMPIC GAMES - NANJING 2014 FÉDÉRATION INTERNATIONALE DE NATATION Diving A. Events (5) MEN S EVENTS (2) WOMEN S EVENTS (2) MIXED EVENTS (2) 3m individual springboard

Plus en détail

Calculation of Interest Regulations. Règlement sur le calcul des intérêts CONSOLIDATION CODIFICATION. Current to August 4, 2015 À jour au 4 août 2015

Calculation of Interest Regulations. Règlement sur le calcul des intérêts CONSOLIDATION CODIFICATION. Current to August 4, 2015 À jour au 4 août 2015 CANADA CONSOLIDATION CODIFICATION Calculation of Interest Regulations Règlement sur le calcul des intérêts SOR/87-631 DORS/87-631 Current to August 4, 2015 À jour au 4 août 2015 Published by the Minister

Plus en détail

Summary / Sommaire. 1 Install DRIVER SR2 USB01 Windows seven 64 bits / Installation du DRIVER SR2 USB01 Windows seven 64 bits 2

Summary / Sommaire. 1 Install DRIVER SR2 USB01 Windows seven 64 bits / Installation du DRIVER SR2 USB01 Windows seven 64 bits 2 Summary / Sommaire 1 Install DRIVER SR2 USB01 Windows seven 64 bits / Installation du DRIVER SR2 USB01 Windows seven 64 bits 2 1.1 Driver Installation SR2 USB01 Windows Seven 64 bits (english) 2 1.1.1

Plus en détail

Cedric Dumoulin (C) The Java EE 7 Tutorial http://docs.oracle.com/javaee/7/tutorial/doc/

Cedric Dumoulin (C) The Java EE 7 Tutorial http://docs.oracle.com/javaee/7/tutorial/doc/ Cedric Dumoulin (C) The Java EE 7 Tutorial http://docs.oracle.com/javaee/7/tutorial/doc/ Webographie The Java EE 7 Tutorial http://docs.oracle.com/javaee/7/tutorial/doc/ Les slides de cette présentation

Plus en détail

SAP SNC Portal. User Guide for Suppliers. M1, M2b Modules - Edition 3. Direction des Achats/Ph.Longuet Date: 4/11/11

SAP SNC Portal. User Guide for Suppliers. M1, M2b Modules - Edition 3. Direction des Achats/Ph.Longuet Date: 4/11/11 SAP SNC Portal User Guide for Suppliers M1, M2b Modules - Edition 3 Direction des Achats/Ph.Longuet Date: 4/11/11 SAP SNC How to get started with Sagemcom SNC 1 - SNC Portal, what are features? SNC is

Plus en détail

IRA (Initial Rapid Assessment)

IRA (Initial Rapid Assessment) Global Health Cluster Pour la Version française IRA (Initial Rapid Assessment) Software User Guide January 2010 FAQ (frequently asked questions) 1. How to get to questions and answers? 2. Why after opening

Plus en détail

ArcScan Tutorial. Copyright 1995-2012 Esri All rights reserved.

ArcScan Tutorial. Copyright 1995-2012 Esri All rights reserved. Copyright 1995-2012 Esri All rights reserved. Table of Contents Exercise 1: Interactive vectorization........................... 3 Exercice 2 : Vectorisation automatique.......................... 12 Copyright

Plus en détail

Frequently Asked Questions

Frequently Asked Questions GS1 Canada-1WorldSync Partnership Frequently Asked Questions 1. What is the nature of the GS1 Canada-1WorldSync partnership? GS1 Canada has entered into a partnership agreement with 1WorldSync for the

Plus en détail

POLICY: FREE MILK PROGRAM CODE: CS-4

POLICY: FREE MILK PROGRAM CODE: CS-4 POLICY: FREE MILK PROGRAM CODE: CS-4 Origin: Authority: Reference(s): Community Services Department Cafeteria Services and Nutrition Education Division Resolution #86-02-26-15B.1 POLICY STATEMENT All elementary

Plus en détail

Compléter le formulaire «Demande de participation» et l envoyer aux bureaux de SGC* à l adresse suivante :

Compléter le formulaire «Demande de participation» et l envoyer aux bureaux de SGC* à l adresse suivante : FOIRE AUX QUESTIONS COMMENT ADHÉRER? Compléter le formulaire «Demande de participation» et l envoyer aux bureaux de SGC* à l adresse suivante : 275, boul des Braves Bureau 310 Terrebonne (Qc) J6W 3H6 La

Plus en détail

AUDIT COMMITTEE: TERMS OF REFERENCE

AUDIT COMMITTEE: TERMS OF REFERENCE AUDIT COMMITTEE: TERMS OF REFERENCE PURPOSE The Audit Committee (the Committee), assists the Board of Trustees to fulfill its oversight responsibilities to the Crown, as shareholder, for the following

Plus en détail

Folio Case User s Guide

Folio Case User s Guide Fujitsu America, Inc. Folio Case User s Guide I N S T R U C T I O N S This Folio Case is a stylish, lightweight case for protecting your Tablet PC. Elastic Strap Pen Holder Card Holders/ Easel Stops Figure

Plus en détail

Sun Blade G2 RAID 0/1 Expansion Module Installation Guide

Sun Blade G2 RAID 0/1 Expansion Module Installation Guide Sun Blade G2 RAID 0/1 Expansion Module Installation Guide Copyright 2008 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All rights reserved. Sun Microsystems, Inc. has

Plus en détail

THE LAW SOCIETY OF UPPER CANADA BY-LAW 19 [HANDLING OF MONEY AND OTHER PROPERTY] MOTION TO BE MOVED AT THE MEETING OF CONVOCATION ON JANUARY 24, 2002

THE LAW SOCIETY OF UPPER CANADA BY-LAW 19 [HANDLING OF MONEY AND OTHER PROPERTY] MOTION TO BE MOVED AT THE MEETING OF CONVOCATION ON JANUARY 24, 2002 2-aes THE LAW SOCIETY OF UPPER CANADA BY-LAW 19 [HANDLING OF MONEY AND OTHER PROPERTY] MOTION TO BE MOVED AT THE MEETING OF CONVOCATION ON JANUARY 24, 2002 MOVED BY SECONDED BY THAT By-Law 19 [Handling

Plus en détail

Demande d inscription

Demande d inscription Demande d inscription Section Viti-Vini "Films Techniques & d'entreprise" du Festival international de films sur la vigne et le vin Oenovidéo Madame, Monsieur, Vous envisagez de participer à la Section

Plus en détail

Acce s aux applications informatiques Supply Chain Fournisseurs

Acce s aux applications informatiques Supply Chain Fournisseurs Acce s aux applications informatiques Supply Chain Fournisseurs Toujours plus de service pour vous ; rapide, pratique, sécurisé, écologique et gratuit! Vous vous connectez à notre site MESSIER BUGATTI

Plus en détail

UML : Unified Modeling Language

UML : Unified Modeling Language UML : Unified Modeling Language Recommended: UML distilled A brief guide to the standard Object Modeling Language Addison Wesley based on Frank Maurer lecture, Univ. of Calgary in french : uml.free.fr/index.html

Plus en détail

Fonctions intégrées. Nouvelles solutions universelles & système de communication

Fonctions intégrées. Nouvelles solutions universelles & système de communication Fonctions intégrées Nouvelles solutions universelles & système de communication avec les nouvelles solutions universelles Hazemeyer... avancez d une génération thanks to the new flexible solutions by Hazemeyer...

Plus en détail

Deadline(s): Assignment: in week 8 of block C Exam: in week 7 (oral exam) and in the exam week (written exam) of block D

Deadline(s): Assignment: in week 8 of block C Exam: in week 7 (oral exam) and in the exam week (written exam) of block D ICM STUDENT MANUAL French 2 JIC-FRE2.2V-12 Module Change Management and Media Research Study Year 2 1. Course overview Books: Français.com, niveau intermédiaire, livre d élève+ dvd- rom, 2ième édition,

Plus en détail

Quick Setup Guide Guide de configuration rapide. Tablet Device SGPT12 Series Tablette électronique Série SGPT12

Quick Setup Guide Guide de configuration rapide. Tablet Device SGPT12 Series Tablette électronique Série SGPT12 Quick Setup Guide Guide de configuration rapide Tablet Device SGPT12 Series Tablette électronique Série SGPT12 Welcome / Bienvenue Congratulations on your purchase of this Xperia Tablet S. This Quick Setup

Plus en détail

SAP SNC Portal. User Guide for Suppliers. M1, M2b Modules - Edition 1. Direction des Achats/Ph.Longuet Date: 5/08/10

SAP SNC Portal. User Guide for Suppliers. M1, M2b Modules - Edition 1. Direction des Achats/Ph.Longuet Date: 5/08/10 SAP SNC Portal User Guide for Suppliers M1, M2b Modules - Edition 1 Direction des Achats/Ph.Longuet Date: 5/08/10 SAP SNC How to get started with Sagemcom SNC 1 - SNC Portal, what are features? SNC is

Plus en détail

affichage en français Nom de l'employeur *: Lions Village of Greater Edmonton Society

affichage en français Nom de l'employeur *: Lions Village of Greater Edmonton Society LIONS VILLAGE of Greater Edmonton Society affichage en français Informations sur l'employeur Nom de l'employeur *: Lions Village of Greater Edmonton Society Secteur d'activité de l'employeur *: Développement

Plus en détail

Bill 69 Projet de loi 69

Bill 69 Projet de loi 69 1ST SESSION, 41ST LEGISLATURE, ONTARIO 64 ELIZABETH II, 2015 1 re SESSION, 41 e LÉGISLATURE, ONTARIO 64 ELIZABETH II, 2015 Bill 69 Projet de loi 69 An Act to amend the Business Corporations Act and the

Plus en détail

Our recommendation engine has come up with some personalized suggestions for you.

Our recommendation engine has come up with some personalized suggestions for you. Purchase flow 1. 1. Product preview I want this! You'll get 10 files. Attribute Value 2. 2. Payment form Optimize for conversion (?) Require shipping information More information: Required Enter placeholder

Plus en détail