Adding Help to Instrument Drivers
Use the Help Editor to add help to instrument drivers that you create. The Help Editor is a text editor in which you can enter help, with HTML tags or without. The Help Editor also provides menu options to cut and copy text, undo the last action, search within the text, and so on. This section describes the types of help available from an instrument driver and how you can create help.
![]() |
Note You can use HTML tags, but you must enclose the tags in <HTML><BODY></BODY></HTML> tags. To specify a style sheet, move the style sheet to the same directory as your .fp file and use %FP_PATH% in the HTML link element, as shown in the following example: <link rel="stylesheet" href="%fp_path%/stylesheet.css" type="text/css"> |