Casio Graph 85
|
|
Bookmark Casio Graph 85 |
About Casio Graph 85Here you can find all about Casio Graph 85 like manual and other informations. For example: review.
Casio Graph 85 manual (user guide) is ready to download for free.
On the bottom of page users can write a review. If you own a Casio Graph 85 please write about it to help other people. [ Report abuse or wrong photo | Share your Casio Graph 85 photo ]
Manual
Preview of first few manual pages (at low quality). Check before download. Click to enlarge.
Download
(French)Casio Graph 85 - Logiciel, size: 13.1 MB |
Download
(English)Check if your language version is avaliable. Most of manuals are avaliable in many languages. |
Casio Graph 85
Video review
HardGame Casio fx 9860G
User reviews and opinions
No opinions have been provided. Be the first and add a new opinion/review.
Documents
For fx-9860G Series
fx-9860G Software Development Kit
Starters Guide
http://world.casio.com/edu/
fx-9860G SDK Starters Guide
1.Before You Begin.... 2 2.Overview.... 3 3.Installed Files/Directories.... 4 4.Installing the SDK... 4 5.Uninstalling the SDK... 4 6.How to Use ( Quick Reference )... 5
6-1.Start the fx-9860G SDK application...5 6-2.Creating a new project...6 6-3.Sample files and output files...7 6-4.Build the project...8 6-5.Run your program....9 6-6.How to edit icon (bitmap) of the Main Menu..10
7.Difference between the fx-9860G Calculator and Emulator.. 12 8.Postscript.... 14
1 / 14
1.Before You Begin
1) This SDK (Software Development Kit) is a tool to make Add-In application. It applies to CASIO Graphing Calculator series (fx-9860G / fx-9860G SD / GRAPH 85 / GRAPH 85 SD / As of December, 2006) only. No other models are supported. 2) System Requirements Operating Systems : Windows 2000/Windows XP Computer : Computer with one of the Windows operating systems pre-installed (Excluding computers with an upgraded operating system and self-built computers.) CPU : Pentium III 800MHz or higher recommended Disk Space : 50MB for installation and uninstall (Installation on Windows 2000 and Windows XP requires administrator privileges.) Memory : RAM to support version of Windows being used. Does not include memory required for Operating System. Other : Video adapter and monitor must support resolution of XGA (1024768) or higher, 16 bit or higher system color. 3) It is prohibited to copy or redistribute any part of this SDK; however, you may make one copy of the software solely for backup. 4) In no event shall CASIO (CASIO COMPUTER CO.,LTD.) be liable for any damages whatsoever arising out of the use or inability to use the SDK software. 5) The contents of this Software Development Kit can be changed without notice to improve it. 6) Windows is a registered trademark of Microsoft Corporation. 7) Pentium is a registered trademark of Intel Corporation. 8) Other unspecified names in this SDK such as CPU, device and product names are either registered trademarks or trademarks of their respective developers.
2 / 14
2.Overview
1) Hardware ( fx-9860G Calculator ) CPU LCD SD Card 2) Software OS : CASIO original OS for Graphing Calculator. : SH-3 ( by RENESAS ). : 128 * 64 monochrome full dots. : fx-9860G SD and GRAPH 85 SD only.
3) Limitation of Add-In application Program Size Work Memories Heap Memories 4) Tools C Compiler PC Emulator : HITACHI C Compiler ( by RENESAS ) : CASIO original : 500KB ( Max ) : 32KB ( Max ) : 48KB ( Max ) # Depend on free size of Storage Memories. # Global variables ( Max 8KB ) and Stack memories ( Max 32KB ) share this area.
3 / 14
3.Installed Files/Directories
The default installation directory for the CASIO fx-9860G SDK is: C:\Program Files\CASIO\fx-9860G SDK\
4.Installing the SDK
To install the CASIO fx-9860G SDK follow these steps: 1. Download the SDK to the location of your choice. 2. Double click on the downloaded file to begin the installation process. 3. After agreeing to the terms and conditions of the License Agreement, follow the on screen instructions to install the SDK.
5.Uninstalling the SDK
To uninstall the CASIO fx-9860G SDK follow these steps: 1. Display the Windows Control Panel. 2. Click [Add/Remove Program]. 3. On the list of applications that appears, select fx-9860G Software Development Kit. 4. Click the [Add/Remove] button. This will display the program maintenance wizard. 5. Click the [Yes] button. This completes the uninstall operation.
4 / 14
6.How to Use ( Quick Reference )
This is a quick reference guide to using the SDK. Please refer to the Help file of SDK for a detailed explanation and the debugging method. ( On the [Help] menu, please select [Help]. ) A display of your PC and the following examples might be different according to the resolution of the screen.
6-1.Start the fx-9860G SDK application
1) Click the following icon on Desk Top on your PC.
2) Now you can start an SDK application.
5 / 14
6-2.Creating a new project
1) From the [Project] menu, choose [New]. The New project dialog box appears.
2) Push the [] button. The following dialog box appears.
Please select a folder.
(#) Need not input!
3) Please select a folder, and push the [Open] button. When the following dialog box appears, input the information of the Add-In application.
6 / 14
Eight characters or less
Folder name : Creates a new folder for your project under the Path to project. Title Version : The name of your project. : Version of Add-In application
4) Push the [OK] button.
5) Push the [OK] button. This brings you to the environment of the default project.
6-3.Sample files and output files
If you created a new project in Step 6-2, you will be able to use the default files and folders. The following explains most of them. (1) [Title].g1w (2) [Title].c (3) MainIcon.bmp : Control file that manages the project of Add-In application. (#)Do not edit this file. It is updated automatically. : Sample source file for Add-In application. : Sample bitmap file of Main Menu icon. (#) Please edit it in your bitmap file editor. This is a monochrome file. Dont change type and size. (4) eActivityIcon.bmp (5) [Title].G1A : Sample bitmap file of eActivity strip icon. (#) The same as item (3). : This is an output file. It is an Add-In application for Calculator.
7 / 14
6-4.Build the project
1) Select [Project]-[Build], to start the Build Phase. The Compiler and Linker output messages to Build results window.
2) If a line contains an error message, click on that line. corrected.
The file will open so the error can be
8 / 14
6-5.Run your program
1) From the [Run] menu, choose [Run]. This starts the Emulator.
2) Use the cursor key of the Emulator's "Keyboard window" to highlight the G icon ( example : Debug ).
3) Then press the EXE key. This starts the Add-In application that you made.
9 / 14
4) This is a display of the default program.
6-6.How to edit icon (bitmap) of the Main Menu
The icon below is the default icon. You can edit it.
1) Select [Project]-[Edit] to open the following window.
2) Select the [Main menu] tab.
10 / 14
3) Push the [Edit icon] button to open the bitmap data file. It is a black-and-white image with a size of 30 * 19 pixels.
11 / 14
7.Difference between the fx-9860G Calculator and Emulator
This section explains the differences between fx-9860G Calculator functions and fx-9860G SDK Emulator functions. (1) Built-In applications Calculator: All applications work. Emulator: Only the eActivity, MEMORY and SYSTEM applications work. The following messages appear when you do an operation not being supported by the Emulator.
12 / 14
(2) MEMORY and eActivity applications ( SD Card access ) Calculator: You can save data on the SD card or can read data. Emulator: You can access the file of PC by the same operation as the access to the SD card on the Calculator. It can be used to open files saved on your computer or save files on your computer. (3) Add-In applications Calculator: All Add-In applications work. Emulator: The Add-In applications that CASIO offers do not operate on the Emulator.
13 / 14
8.Postscript
(1) C++ programming language : This SDK supports the C programming language. For C++ functions, it is able to build the project including the C++ functions, does not support the debugging of C++ functions. (2) Programming of Add-In applications : Please do not directly access hardware ( ports, address, others ) because if the Calculator's OS is updated the Add-In applications might not operate. (3) The behavior of Add-In application : The behavior of Add-In application may be different on the Calculator than on the Emulator. Please confirm the Add-In application's operation on the Calculator. (4) Font size : The size of the dialogs in the SDK is based on the standard font size in the display properties. If you select a larger font, some texts in the dialogs might be cut. The dialogs will still work, but it can be difficult to understand some of the texts. Therefore, please use the standard font size. (5) Folder path : If any of the errors listed below occurs, please make sure that you use only the characters A to Z, 0 to 9, spaces, hyphens ("-"), and underline ("_") in the folder path and file name of the project: "Source file not found" error is displayed in the Build Results window. "Error opening the editor file" popup is displayed when double-clicking on the line where the compilation errors are displayed in the Build Results window.
14 / 14
CASIO COMPUTER CO., LTD.
6-2, Hon-machi 1-chome Shibuya-ku, Tokyo 151-8543, Japan
SA0701-A

fx-Manager PLUS
Ver. 2.0
for fx-9860GII fx-9860G Slim fx-9860G fx-9750GII GRAPH 75/95 GRAPH 85 GRAPH 35+
Users Guide
CASIO Worldwide Education Website
http://edu.casio.com
CASIO EDUCATIONAL FORUM
http://edu.casio.com/forum/
Getting Started
k Software Covered by This Manual
This manual covers the following software. fx-9860GII Manager PLUS fx-9860G Slim Manager PLUS fx-9860G Manager PLUS (Updated version) fx-9750GII Manager PLUS GRAPH 75/95 Manager PLUS GRAPH 85 Manager PLUS (Updated version) GRAPH 35+ Manager PLUS Emulator Graphic The following shows the emulator graphics displayed by each type of software.
fx-9860GII Manager PLUS
fx-9860G Slim Manager PLUS
fx-9860G Manager PLUS
fx-9750GII Manager PLUS
GRAPH 75/95 Manager PLUS
GRAPH 85 Manager PLUS
GRAPH 35+ Manager PLUS
Though the calculator operations you perform with the emulator graphic are different for each type of software, operation of the software itself is the same in all cases. The operations in this manual are based on the fx-9860GII Manager PLUS software. You can perform the same operations for other software.
k About fx-9860GII Manager PLUS
fx-9860GII Manager PLUS is an emulator that lets you perform fx-9860GII operations on your computer. You can record key operations you perform on the emulator as Key-Log records, and edit KeyLog records as required. The keys on the Key-Log editor screen as well as the emulator LCD screen contents can be pasted into other applications. This means that emulator data can be used to create assignments, tests, and other materials. A presentation feature lets you play back saved Key-Log records. You can connect your fx-9860GII unit to your computer and display its contents on your computer screen.
Important!
Be sure to install the fx-9860GII Manager PLUS before you connect fx-9860GII to your computer. Connecting before you install the fx-9860GII Manager PLUS can result in improper operation.
k Using This Manual
This manual covers the software included on the fx-Manager PLUS Ver. 2.0 CD-ROM. For details about operation of the fx-9860GII Graphic Scientific Calculator, see the user documentation that comes with the calculator. The procedures in this manual assume that you are already familiar with the following standard computer operations. - Menu operations using the mouse, including: clicking, double-clicking, dragging, etc. - Text input using the keyboard - Icon operations, general window operations, etc. - If you are not familiar with these types of operations, refer to the user documentation for your computer. The screen shots shown in this manual are all from the English version of Windows XP. Note that the actual appearance of the screen that appears when using this software depends on your computer system setup and on the operating system you are using. Screen shots shown in this Users Guide are intended for illustrative purposes only. The actual text and values that appear on display may differ from the examples shown in this Users Guide.
k System Requirements
Operating Systems: Windows 2000 Professional, Windows XP Home Edition, Windows XP Professional (32-bit), Windows Vista (32-bit) Your hardware configuration needs higher than functionalities that operating system recommends. IBM PC/AT or compatible computer Computer with one of the Windows operating systems pre-installed (Excluding computers with an upgraded operating system and self-built computers.) 100MB for installation and uninstall Actual requirements and product functionality may vary based on your system configuration and operating system. USB port for direct connection. Do not connect via a USB hub. Video adapter and display must support resolution of XGA (1024768) or higher, 16 bit or higher system color. Internet Explorer 6.0 or later. CD-ROM drive Adobe Reader 6.0 or later. Microsoft Excel 2000, Microsoft Excel 2003 or Microsoft Excel 2007 SB-89 Cable (fx-9750GII/GRAPH 35+ calculator also requires the separately available FA-124USB PC link software/cable.)
Computer:
Disk Space: Note:
Other:
Windows is a registered trademark or trademark of Microsoft Corporation in the United States and/or other countries. Microsoft Excel is a trademark of Microsoft Corporation registered in the United States and/or other countries. Company and product names used herein are trademarks of their respective owners. E-3
Contents
1. Installing and Uninstalling fx-9860GII Manager PLUS.. E-5 2. Screen Configuration... E-8
Menu Bar.... E-9 Toolbar.... E-14 Status Bar.... E-15
3. Emulator Mode and Key-Log Editor Mode.. E-16 4. Emulating fx-9860GII Calculator Operation.. E-17 5. Using the Emulator Key-Log... E-23 6. Configuring Options Dialog Box Setting.. E-28 7. Other Functions... E-30
Printing.... E-30 Shortcut Menu.... E-32
8. File Types Supported by fx-9860GII Manager PLUS. E-33 9. Differences between fx-9860GII Calculator and fx-9860GII Manager PLUS Functions.. E-34 10. Using Screen Receiver to Display the Calculator Screen Image on Your Computer... E-42 11. Error Message Table... E-47
1. Installing and Uninstalling fx-9860GII Manager PLUS
This section explains how to install and uninstall fx-9860GII Manager PLUS.
To install fx-9860GII Manager PLUS
1. Place the CD-ROM into your computers CD-ROM drive.
After a short while, the fx-Manager PLUS screen will appear on the display.
fx-9860G Manager PLUS and GRAPH 85 Manager PLUS are not included on the CD-ROM. You need to download their updated versions from the CASIO website.
2. Click fx-9860GII Manager PLUS.
3. Click Install fx-9860GII Manager PLUS. Perform operations as instructed by the text that
appears on the screen. You can select a screen language, if you want. Note, however, that the language you select here applies to installer screens only. The screens of the application are displayed in English only. On the next screen that appears, enter the alphanumeric key that is located on the softwares Installkey sticker for Installation Key.
4. The dialog box shown below will appear when installation is complete.
5. Click the [Finish] button.
This completes installation and will restart your computer automatically.
Installing the software will put a 9860GII Manager+ shortcut icon on your Windows desktop. E-6
To uninstall fx-9860GII Manager PLUS
1. Display the Windows Control Panel. 2. Click [Add/Remove Program]. 3. On the list of applications that appears, select fx-9860GII Manager PLUS. 4. Click the [Add/Remove] button.
This will display the program maintenance wizard.
5. Click the [Yes] button.
This completes the uninstall operation.
To start up fx-9860GII Manager PLUS
1. On your computers desktop, click the 9860GII Manager+ icon.
You could also start up the application by clicking [Start] - [Program] - [CASIO] - [fx-9860GII Manager PLUS] - [fx-9860GII Manager PLUS].
Tool Bar
Standard Log Edit Bitmap
k Key-Log Menu
Emulator mode Key-Log editor mode
Menu Add Delete Emulator Editor Auto Play Step Play Stop Pause Record Insert Pause
Description Adds a new Key-Log record. Deletes the currently displayed Key-Log record. Enters the emulator mode. Enters the Key-Log editor mode. Starts Key-Log auto playback. Starts Key-Log manual playback. Stops Key-Log playback or recording. Pauses Key-Log playback. Starts Key-Log recording. During Key-Log editing, inserts a pause character into Key-Log playback.
k Window Menu
Menu Tiled Horizontal
Description Displays all windows in a tiled configuration. Displays all windows in a horizontal line.
The Window menu also shows the names of files that you have open. When you have multiple files open, the file name at the top of the list is the one you are currently working with the active file.
k Tools Menu
Menu Screen Receiver Options
Toolbar Button Button
Description Starts up Screen Receiver. Displays a dialog box for configuring optional settings.
k Help Menu
Menu Manual
Submenu Calculator Manager PLUS
Description Displays the fx-9860GII Graphic Scientific Calculator Users Guide. Displays the fx-9860GII Manager PLUS Users Guide. Displays the end user license agreement. Displays version information.
License About
Toolbar
This section explains the fx-9860GII Manager PLUS toolbar buttons. The toolbar buttons correspond to menu bar commands. See the section of this manual that explains the menu bar for details about each buttons function.
k Standard Toolbar
Editor
New Open Save Print Print Cut Copy Paste Undo Redo Screen Receiver Preview
k Log Toolbar
Stop Pause
Record
k Edit Toolbar
Add 2 Delete 3 Insert Pause
4 Font. Specifies the font of input text. 5 Font Size. Specifies the font size of input text. 6 Key-Log Record. Selects the Key-Log record to be played back or edited.
k Bitmap Toolbar
1 Screen Cap 2 Outer Frame Specifies an outer frame for screen captures. 3 Bitmap Size Specifies the bitmap size. A setting of 1 through 10 can be selected.
Help text is displayed here. 2 Displays the process currently being performed.
3 Toggles between the insert and overwrite modes. Clicking here while in the Key-Log editor mode toggles between the insert mode and overwrite mode.
3. Emulator Mode and Key-Log Editor Mode
fx-9860GII Manager PLUS has two modes. You can use either of the following to operations to select the mode you want. On the [KeyLog] menu, select either [Emulator] or [Editor]. On the standard toolbar, click Emulator Mode Use this mode when you want to perform mainly emulator operations. Key-Log Editor Mode Use this mode when you want to perform mainly Key-Log data operations. or.
4. Emulating fx-9860GII Calculator Operation
The emulator makes it possible to mimic fx-9860GII calculator operation using your computers mouse and keyboard. For details about emulator operations, see the fx-9860GII Users Guide. You can view the Users Guide by selecting [Manual] - [Calculator] on the Help menu. Note that some emulator functions are different from the functions of the fx-9860GII calculator. For details, see 9. Differences between fx-9860GII Calculator and fx-9860GII Manager PLUS Functions (page E-34).
k Using the Emulator
Key operations are identical to those you perform on the calculator. Operation results appear on the LCD screen.
LCD Screen
Keypad
In the Emulator Mode, you use your computer keyboard to operate the emulator. The following explains the keyboard keys you should use to perform each emulator key operation. (1) Computer keyboard keys that have the same key markings as the emulator keys aj,., +, -, (, ), ,, M, 16, f, c, d, e
(2) Computer keyboard keys that have different key markings as the emulator keys Computer Key [Tab] [Insert] [Home] [Page Up] [Page Down] [End] [Esc] [Delete] [Back Space] [Enter] [*] [/] Emulator Key A ! K J m a J D D w * /
k Changing the Size of the Emulator
You can select one of two sizes for the emulators keypad and one of five sizes for the display area.
To specify the size of the keypad
1. On the [View] menu, select [Calc Key]. 2. From the submenu that appears, select the keypad size you want.
To specify the size of the LCD screen
1. On the [View] menu, select [Calc Screen]. 2. From the submenu that appears, select the LCD screen size you want.
k Moving the LCD Screen Area and Keypad
You can drag the LCD screen and the keypad to any location you want on your computer screen.
k Using the Floating Emulator Feature
You can display the emulator LCD screen and its keypad in their own windows that are separate from the fx-9860GII Manager PLUS window.
To make the LCD screen a floating window
1. Double-click the LCD screen. 2. Drag the LCD screen to the left so it is outside of the main application window, and drop it there.
To make the keypad a floating window
1. Double-click the keypad. 2. Drag the keypad to the left so it is outside of the main application window, and drop it there.
k Moving the LCD Screen and Keypad Back into the Main Window
Perform the following steps to move the LCD screen and/or keypad back into the fx-9860GII Manager PLUS main window from independent floating windows. - Double-click the floating LCD screen and/or keypad. - Drag the LCD screen and/or keypad back to the left side of the fx-9860GII Manager PLUS main window.
k Key-Log File Structure
A Key-Log file can contain multiple Key-Log records. Key-Log records contain recorded key operations and text. The following shows the Key-Log file structure.
Key-Log File
Key-Log Records
Mathematics
Text Data
You can assign names (up to 20 single-byte characters) to Key-Log records.
Key-Log data processing can take a long time when there is a lot of data. This is normal and does not indicate malfunction. Only key operation procedures are stored in a Key-Log file. Because of this, replaying Key-Log contents starting from an initial screen that is different from the one that was displayed when the data was originally stored may produce different results. A key operation may not be stored to a Key-Log if you click it while an emulator calculation operation is in progress.
To record emulator key operations using Key-Log
to start Key-Log recording.
2. Perform operations on the emulator.
Keys appear in the sequence you press them.
3. Click 4. Click
to stop Key-Log recording. to save the Key-Log file.
To perform Key-Log auto play of a recorded key operation
1. Click 2. Click
and then open the Key-Log file you want to play. to start playback.
The next key to be played back is orange.
Played key operations are blue.
The last played key is blue.
The next key to be played is framed in orange.
Click Click
to pause playback. to restart playback after pausing it. Stopping playback causes all keys to return to their original colors.
3. To stop playback, click
You can use the optional settings dialog box (page E-28) to configure playback settings like the key playback interval following a pause, the color of playback keys, etc. Simultaneous playback of multiple Key-Log files is not supported. If you try to open a Key-Log file while another Key-Log file is already open, the currently open file will close automatically. If the currently open file has been edited, a message will appear asking if you want to save it before closing.
To playback a Key-Log record manually (STEP playback)
and then open the Key-Log file you want to play. to play the first key operation in the Key-Log. to play Key-Log contents one step at a time.
3. Keep pressing
4. To stop playback, click
To edit a Key-Log record
and then open the Key-Log file you want to edit.
2. Select the Key-Log record you want to edit.
Select the Key-Log record from this menu.
3. Edit the key operations and text of the Key-Log record.
You can use normal text input and editing operations to edit the keys in a Key-Log record. When inputting text, you can specify the font and font size you want to use.
Font Size
4. Click
to save the Key-Log file.
To add a Key-Log record to the currently open Key-Log file
After opening the Key-Log file to which you want to add the record, click. This automatically assigns the Key-Log record a name (Example: Data1) and displays it in the menu.
To rename a Key-Log record
1. Select the Key-Log record you want to rename from the menu. 2. Click the name of the Key-Log record and then change it. 3. Press the [Enter] key.
To delete a Key-Log record
1. Select the Key-Log record you want to delete from the menu. 2. Click
There must be at least one Key-Log record in memory. You will not be able to delete a Key-Log record if it is the only one left in memory. to delete the selected Key-Log record and display the next one.
k Inputting a Pause Character
A pause character causes Key-Log playback to pause automatically when it reaches the character. To input a pause character, click.
k Copying Keys or Text and Pasting It into Another Application
Keys and text can be copied and pasted into other applications in order to create operation example handouts, assignments, etc.
To copy keys or text and paste it into another application
1. Drag the cursor across the keys or text you want to copy. 2. Click
to copy the selected keys or text to the clipboard.
6. Configuring Options Dialog Box Setting
This section explains the settings on the Options dialog box.
k LCD Screen Capture Settings
1 Select this option to add a frame to an LCD screen capture. 2 Specifies the screen size during LCD screen capture. You can select a setting in the range of 1 through 10.
k Key-Log Playback
1 Select this option to highlight the current key in blue. 2 Select this option to frame the next key in orange. 3 Specifies how much time should be allowed to elapse to resume paused playback. You can set an interval in the range of 10 seconds to 10 minutes in 10-second steps. 4 Specifies the key playback interval during auto play. You can set an interval of 0.1 second, or any interval in the range of 0.5 to 5 seconds, in 0.5-second steps.
k MEMORY Applications (SD Card Access)
Calculator: Data save to and data read from an SD card supported. (fx-9860GII SD/fx-9860G SD/ GRAPH 95/GRAPH 85 SD only) Emulator: Performing an operation that accesses an SD card displays a dialog box, which can be used to store data to a computer file and to import a file. Trying to perform the SD card optimize operation on the emulator will cause an error. SD card (actually your computers hard disk) access can be performed by selecting either a folder or a file. What you select depends on the type of operation you want to perform.
When to select a folder on your computers hard disk
Select a folder on your computers hard disk when you want to perform any one of the following operations. Copying main memory or storage memory contents to an SD card (actually your computers hard disk) Loading backup data from an SD card (actually your computers hard disk) Saving backup data to an SD card (actually your computers hard disk) Example: To use the emulator to save backup data to your computer
1. From the Main Menu, enter the MEMORY mode.
2. Click 4(BKUP)1(SAVE).
This displays the save location selection screen.
3. Click 2.
This displays the folder selection screen.
4. Select the folder you want and then click [OK].
The backup data is saved to the folder you select.
When to select a file on your computers hard disk
Select a file on your computers hard disk when you want to perform the following operation. Copying a file on an SD card (actually your computers hard disk) to main memory or storage memory
2. Click 3(SD).
This displays the file selection screen.
3. Select the file you want and then click [Open].
This displays the main memory/storage memory selection screen. Selecting a destination (main memory or storage memory) will start the copy operation.
k SYSTEM Applications (Contrast, Auto Power Off, Reset)
Calculator: Contrast adjustment, auto power off setting configuration, and SD card formatting supported. Emulator: Contrast adjustment, auto power off setting configuration, and SD card formatting not supported. Attempting to perform any of these operations causes an error.
k Installing an Add-In (Not included on the fx-9750GII Manager PLUS/ GRAPH 35+ Manager PLUS)
You can perform the following procedure on the emulator to install an Add-In application, Add-In language, or an eActivity. Example: To install an Add-In application
This displays a dialog box for opening a file.
3. Select the Add-In file you want and then click [Open].
4. Click 2.
5. Click E.
6. Click J.
7. Click m.
The icon of the application you just installed should be visible on the Main Menu.
Some Add-In applications may act differently on the fx-9860GII calculator than they do on the emulator.
k LIGHT Key (fx-9860GII/fx-9860G Slim/GRAPH75/95 only)
Calculator: Turns on the display backlight. Emulator: No operation
k HELP Key (fx-9860G Slim only)
Calculator: Enables the HELP function. Emulator: Enables the HELP function only if Key-Log recording is stopped or paused. The HELP key is disabled while Key-Log recording or playback is in progress.
k OFF (! + A)
Calculator: Turns off power. Emulator: Does not turn off the emulator. (! + O does not perform any operation.)
k COPY & PASTE
Calculator: COPY & PASTE supported on the calculator. Emulator: COPY & PASTE supported on the calculator, and between the calculator and other applications running on the computer. Copy and paste of fx-9860GII calculator-specific input codes between fx-9860GII Manager PLUS and other applications is not supported in some cases. Supports copy and paste between an emulator spreadsheet and an Excel spreadsheet running on your computer. (Not included on the fx-9750GII Manager PLUS/GRAPH 35+ Manager PLUS) Copy and paste of the following formulas is supported between an emulator spreadsheet and an Excel spreadsheet running on your computer. +, , `, /, ^, =, <>, >, <, >=, <=, $, : IF, MIN, MAX, AVERAGE, MEDIAN, SUM, PRODUCT LOG, FACT, POWER, SQRT, LOG10, LN, PI SIN, COS, TAN, ASIN, ACOS, ATAN, SINH, COSH, TANH, ASINH, ACOSH, ATANH ABS, GCD, LCM, MOD, TRUNC, INT, ROUND, PERMUT, COMBIN, RAND, NOT, AND, OR
The table below shows how some formulas may be modified automatically when a paste operation is performed.
Modified Formulas
Spreadsheet > < Omitted multiplication sign CellIf( CellMin( CellMax( CellMean( CellMedian( CellSum( CellProd( logab(#1,#2 #12 #11 #1! #1 '#2 #1{#2 '#1
Paste Operation* ` / <> >= <= ` IF( MIN( MAX( AVERAGE( MEDIAN( SUM( PRODUCT( LOG(#2,#1 #1^2 #1^1 FACT(#1) #2^(1/#1) #1/#2 SQRT(#1) #1^(1/3) LOG10(#1) LN(#1) EXP(#1) 10^#1 PI() 10^#n1
log #1 ln #1 e^#1
E#n1 #n1E#n2 #1^#2 sin #1 cos #1 tan #1 sin1 #1 cos1 #1
#n1`10^#n2 POWER(#1, #2) SIN(#1) COS(#1) TAN(#1) ASIN(#1) ACOS(#1)
Spreadsheet tan1 #1 sinh #1 cosh #1 tanh #1 sinh1 #1 cosh1 #1 tanh1 #1 Abs #1 GCD( LCM( MOD( Int #1 Intg #1 RndFix( #1P#2 #1C#2 P( Ran# Not #1 #1 And #2 #1 Or #2
Paste Operation* ATAN(#1) SINH(#1) COSH(#1) TANH(#1) ASINH(#1)
ACOSH(#1) ATANH(#1) ABS(#1) GCD( LCM( MOD( TRUNC(#1) INT(#1) ROUND( PERMUT(#1,#2) COMBIN(#1,#2) NORMSDIST( RAND() NOT(#1) AND(#1,#2) OR(#1,#2)
* The following are the meanings of the symbols in the Paste Operation column of the above table. : Either way : From emulator spreadsheet to Excel : From Excel to emulator spreadsheet If a paste operation includes an unsupported formula or an operation whose value causes an error, only the final value will pasted without the formula. If a formula being pasted into an emulator spreadsheet exceeds 255 bytes after being modified as described in the table above, only the final value will be pasted without the formula. An error will occur if the argument of a formula is outside the argument range of the location where it is being pasted. When pasting a formula with a relative cell reference (such as: =A1+1) from Spreadsheet to Excel, make sure you paste it into the cell with the same name as the cell you copied it from. Copying it into a different cell will cause an incorrect cell reference.
10. Using Screen Receiver to Display the Calculator Screen Image on Your Computer
This section explains how to connect an fx-9860GII calculator to a computer and display the calculator screen image on the computer.
Check to make sure that the operating system version of the fx-9860GII calculator is 1.02 or greater. If it isnt, you will need to update your operating system. For details, see the information about updating the operating in the readme.txt file on the fx-Manager PLUS Ver. 2.0 CD-ROM. A USB driver install dialog box will appear the first time you connect the fx-9860GII calculator to your computer with the USB cable. Follow the instructions that appear on the dialog box. Screen Receiver will not operate properly if you cancel the install operation.
View Menu Menu Expand Reduce Zoom* Toolbar Status Bar Submenu Toolbar Button Description Enlarges the calculator screen image. Reduces the size of the calculator screen image. Shows the calculator screen image in actual size. Shows the calculator screen image is 2 size. Shows the calculator screen image is 3 size. Shows the calculator screen image is 4 size. Shows the calculator screen image is 5 size. Shows the calculator screen image is 6 size. Shows the calculator screen image is 7 size. Shows the calculator screen image is 8 size. Shows the calculator screen image is 9 size. Shows the calculator screen image is 10 size. Toggles display of the toolbar on and off. Toggles display of the status bar on and off.
* The allowable zoom size is limited by the resolution of the computer. Help Menu Menu Manual Submenu Calculator Manager PLUS License About Description Displays the fx-9860GII Graphic Scientific Calculator Users Guide. Display the fx-9860GII Manager PLUS Users Guide. Displays the end user license agreement. Displays version information.
11. Error Message Table
k fx-9860GII Manager PLUS
Message An error occurred while reading the file <file name>. The file may be corrupted. There is no more playable data. Description Wrong file format. Required Action Check the file to see if it is corrupted. Move the input cursor to the left of the keys you want to play back, and perform the play operation. To delete all of the current records, first add a different record. At least one Key-Log record must be remaining in memory. Run the application on a computer that is using a supported operating system. Save the Key-Log file under a different file name. Make sure there is enough free memory remaining to complete the operation and try again. Make sure that you are logged on with administrator privileges.
There are no playable keys to the right of the input cursor.
You cannot delete all KeyLog records. Before deleting the selected record, first add a new record. This application cannot run on this computers operating system. <file name> This file is read-only. Use a different file name. A problem occurred while adding a Key-Log record. After confirming there is enough memory capacity to store the record, try again.
You are trying to delete all Key-Log records, which is not allowed.
You are trying to run the application under an operating system that is not supported. You are trying to save a readonly Key-Log file after editing or recording to it. Some problem occurred while adding a Key-Log record.
Make sure that you are logged You currently are logged on on with administrator with non-administrator privileges. privileges. A problem occurred while writing to the file <file name> because not enough disk space is available. Check the remaining capacity of your disk and try again. This application cannot be started up because the DLL version is wrong. This may be due to a problem during installation. Re-install the application.
There is not enough disk Make sure there is enough free space available to save the file. memory available and try again.
Your computer has the wrong DLL version.
Installation may have failed, so re-install the application.
Message A problem occurred while reading file <file name>. The disk being read from may be damaged or may not exist. Check the disk and try again. A problem occurred while writing file <file name>. The disk being written to may be damaged or may not exist. Check the disk and try again. A problem occurred while reading file <file name>. The file may have been moved or deleted.
Description A problem occurred while reading from a disk.
Required Action Check the disk for data corruption and confirm that the disk exists. Then try again.
A problem occurred while writing to a disk.
Check the disk for data corruption and confirm that the disk exists. Then try again.
A problem occurred when you tried opening a file from the list of previously opened files on the File menu.
Check to see if the file has been moved or deleted.
There is not enough memory. There is not enough memory Increase memory capacity and to perform the operation. try again. A problem occurred while launching the emulator. Try re-starting the application. If you still cannot launch, it could mean that the emulator is damaged. Update the emulator or reinstall it. A problem occurred while launching the manual (***.pdf) viewer. Download the viewer from the site below and reinstall it. http://get.adobe.com/reader/ otherversions/ The following characters cannot be used in a Key-Log record name. :\ /?*[] A system error has occurred. Exit the emulator and restart it. If this does not correct the problem, it could mean that the emulator file is damage. Reinstall the emulator. A problem occurred during emulator startup.
Increase memory capacity and try again. Try restarting the application. If this does not work, it could mean that the emulator is damaged. Update the emulator or reinstall it.
Invalid Folder Name
Too Many Files Selected
The number of files you Reduce the number of selected exceeds the allowable selected files. limit. You are attempting to open a Key-Log file (g1k) created using software that is different from the software you are currently running. Open the Key-Log file with the same software used to create it.
This data was created with <model name> <version>. Because of this, some key names may be wrong. Though the Key-Log will play back, some operations may not be performed correctly. This data was created using an old version of <model name>. Because of this, some key names may be wrong. Though the Key-Log will play back, some operations may not be performed correctly.
You are attempting to open a Key-Log file (g1k) whose version is older than that of the software you are currently running. Note that operations may not match the operations in the Key-Log file.
k Screen Receiver
Message A connection could not be established. Either the calculator is not connected or the connected calculator is not in the Screen Receiver Mode. Correct the problem and try again. For details, select the following on the menu bar: Help Manual - Manager PLUS, or refer to the Manager PLUS users guide. Description You started a data communication operation while the USB cable was not connected. Required Action Check for proper connection of the calculator to the computer and confirm that the calculator is in the Screen Receiver mode. Then try again. See 10. Using Screen Receiver to Display the Calculator Screen Image on Your Computer for details.
Message
Required Action Disconnect the USB cable and check the setup of the calculation. Then try again. See 10. Using Screen Receiver to Display the Calculator Screen Image on Your Computer for details.
A problem occurred during Some problem occurred during communication. data communication. Disconnect the USB cable, check the setup of the calculator, and try again. For details, select the following on the menu bar: Help Manual - Manager PLUS, or refer to the Manager PLUS users guide. Multiple calculators have been Multiple calculators are detected. connected to the computer. To start communication, make sure there is a USB connection with a single calculator.
Make sure that there is only one USB connection to a single calculator before starting communication. See 10. Using Screen Receiver to Display the Calculator Screen Image on Your Computer for details. Follow the steps that are shown on the display and try again. See 10. Using Screen Receiver to Display the Calculator Screen Image on Your Computer for details.
The image could not be sent from the calculator. (1) Try pressing a key on the calculator. (2) Check to make sure that the calculator is in the Screen Receiver Mode. If the screen is not sent after you perform the above steps, disconnect the USB cable and check the calculator setup. Next, reconnect and try again. For details, select the following on the menu bar: Help Manual - Manager PLUS, or refer to the Manager PLUS users guide.
The calculator screen image cannot be sent for some reason.
Message The connection has been broken for some reason and is being restored. If data communication does not resume after some time, perform the operation described below. Try pressing a key on the calculator. If the screen is not sent after you perform the above steps, disconnect the USB cable and check the calculator setup. Next, reconnect and try again. For details, select the following on the menu bar: Help - Manual - Manager PLUS, or refer to the Manager PLUS users guide.
CASIO COMPUTER CO., LTD.
6-2, Hon-machi 1-chome Shibuya-ku, Tokyo 151-8543, Japan
SA0906-A
Tags
KX-NT265 UR5U-8720L CQ-C3301 Casablanca CD52 18-25 PA-200 D865GBF Lowrance X125 Runner 534UA LB2600 NP-R50 DP351-N BF 579 Printer Ch-x200 Syster Style DV3 Edition MT-90U Review PSR-600 Vision W 2800 Zoom SRV-2000 PS50Q96HD LE37A450c2 LS240CP Igroove Imperialism II Innovaphone 200 CQ-C3301U Wesy96350 GA-965P-dq6 2-550 WF10C1QM SRU160-10 Daikin ARK 710 USB EWF1090 67160 Sl-T Nokia N79 Start CS6229-2 5100 Spcd GY-DV5001 WF-T552TH Machine 32LE2R AEU Phfs-DW Aficio 1027 EWF16250 D-EJ825 DCR-IP7 JC-120 GMR638-2CK Singapore Wii FIT SX415 4100B DSC-HX5v B 42PFL7403H KLV-32M400A CDP-X555ES VDR-D105 AP120NPO - 2000 Gps-200gsec LAV63600 KDC-217S DSC-2100 Passeggino S3 IC-T2E MH6337ARK 510 S 42PG21R 775V88 DSP-AZ1 ICF-CD810 ERB36301X8 PT-2600 CS-SA12CKP LF651D GR-D93E PC150 CPD-L181A TS8GMP850-J DMC-FS20 Updatecd1 3 WS-32Z306V H15LX90D Grill DUO Toledo Fishfinder Junior Rifle SCH-S179 FB201-00S 4 2 Designjet 400 Finepix F11
manuel d'instructions, Guide de l'utilisateur | Manual de instrucciones, Instrucciones de uso | Bedienungsanleitung, Bedienungsanleitung | Manual de Instruções, guia do usuário | инструкция | návod na použitie, Užívateľská príručka, návod k použití | bruksanvisningen | instrukcja, podręcznik użytkownika | kullanım kılavuzu, Kullanım | kézikönyv, használati útmutató | manuale di istruzioni, istruzioni d'uso | handleiding, gebruikershandleiding
Sitemap
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101







