Changeset 675
- Timestamp:
- 07/15/09 16:55:56 (4 years ago)
- Files:
-
- 1 modified
-
trunk/mfiles/Contents.m (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/mfiles/Contents.m
r661 r675 1 1 % RWTH - Mindstorms NXT Toolbox 2 % Version 3. xx xx-Jul-20092 % Version 3.00 15-Jul-2009 3 3 % Files 4 4 % CalibrateColor - Enables calibration mode of the HiTechnic color sensor … … 18 18 % COM_SetDefaultNXT - Sets a global default NXT handle that will be used by other functions if no handle is specified. 19 19 % DebugMode - Gets or sets the debug state (i.e. if textOut will print messages to the command window) 20 % DirectMotorCommand - Sends previously specified settings to current active motor. 20 21 % GetAccelerator - Reads the current value of the HiTechnic acceleration sensor 21 22 % GetColor - Reads the current value of the HiTechnic Color sensor … … 24 25 % GetInfrared - Reads the current value of the Hitechnic infrared sensor (infrared seeker) 25 26 % GetLight - Reads the current value of the NXT light sensor 26 % GetMemoryCount - Gets the internal NXT memory counter (manual mapping replica)27 % GetMotor - Reads the current motor set by SetMotor(). Raises an error if no motor was set28 % GetMotorSettings - Returns the current motor data / settings (e.g. position, speed, etc.) from the specified motor29 27 % GetRFID - Reads the transponder ID detected by the Codatex RFID sensor 30 28 % GetSound - Reads the current value of the NXT sound sensor … … 40 38 % MOTOR_B - Symbolic constant MOTOR_B (returns 1) 41 39 % MOTOR_C - Symbolic constant MOTOR_C (returns 2) 42 % MotorRotateAbs - Rotates a motor to an absolute angle40 % NXC_GetSensorMotorData - Retrieves selected data from all analog sensors and all motors in a single data packet 43 41 % NXC_MotorControl - Sends an advanced motor-command to the NXC-program MotorControl running on the NXT brick 44 42 % NXC_ResetErrorCorrection - Sends an reset error correction command to the NXC-program MotorControl running on the NXT brick … … 78 76 % OptimizeToolboxPerformance - Copies binary versions of typecastc to toolbox for better performance 79 77 % readFromIniFile - Reads parameters from a configuration file (usually *.ini) 80 % ResetMotorAngle - Resets the relative angle counter for the given motor81 % SendMotorSettings - Sends previously specified settings to current active motor.82 78 % SENSOR_1 - Symbolic constant SENSOR_1 (returns 0) 83 79 % SENSOR_2 - Symbolic constant SENSOR_2 (returns 1) 84 80 % SENSOR_3 - Symbolic constant SENSOR_3 (returns 2) 85 81 % SENSOR_4 - Symbolic constant SENSOR_4 (returns 3) 86 % SetAngleLimit - Sets the angle limit (in degrees) of the current motor port87 % SetMemoryCount - Sets the internal NXT memory counter (manual mapping replica)88 % SetMotor - Sets the current motor to use for motor setting commands89 % SetPower - Sets the power of the current active motor90 % SetRampMode - Sets the runstate of the current active motor91 % SetTurnRatio - Sets the turn ratio of the current active motor92 % SpeedRegulation - Enables / disables the speed regulation mode of the current active motor93 82 % StopMotor - Stops / brakes specified motor. (Synchronisation will be lost after this) 94 83 % SwitchLamp - Switches the LEGO lamp on or off (has to be connected to a motor port) 95 % SyncToMotor - Enables synchronization regulation for current active and specified motor96 84 % textOut - Wrapper for fprintf() which can optionally write screen output to a logfile 97 98 99 85 % USGetSnapshotResults - Retrieves up to eight echos (distances) stored inside the US sensor 100 86 % USMakeSnapshot - Causes the ultrasonic sensor to send one snapshot ("ping") and record the echos 101 % WaitForMotor - Pauses execution until specific motor is not running anymore.102 % DirectMotorCommand - Sends previously specified settings to current active motor.
