6.10.x
Joystick XOP IGOR.6.10.x-0.2
Posted November 20th, 2008 by AlanSaulSize: 457.84 KB
md5_file hash: 97f62e6c3cff547025b138f58b704983
First released: November 20, 2008 - 10:44
This minor update fixes a relatively major issue. The previous version would fail if the user switched out of the Igor application. This version should continue to run if Igor is running in the background.
Please send bug reports to Alan Saul via alan@adale.org.
Joystick XOP IGOR.6.10.x-0.1
Posted October 6th, 2008 by AlanSaulSize: 466.47 KB
md5_file hash: 5dd2f0e598431de9f484d7feb9b9bd21
First released: October 6, 2008 - 12:51
This XOP allows Igor to read and control the inputs and outputs from and to a force feedback joystick. These are relatively inexpensive consumer devices used mainly for playing games, I presume, but can be useful elsewhere (atomic force microscopy?), as they are for my purposes, where a monkey uses the joystick. In general, the idea is to provide a haptic interface within Igor. Of course, there may be a market for Igor gaming. :-)
read out a binary waveform from a LeCroy oscilloscope using the SOCKIT xop
Posted September 11th, 2008 by awirsingWith the following code, it is possible to read out a binary waveform from an LeCroy oscilloscope (WaveRunner 6100A) via LAN using the SOCKIT xop. One has to make sure that remote access is allowed by the instrument.
function/s makemsgstr(command) string command // command must not exceed 255 characters!! variable a=strlen(command) string LecroyStr=num2char(129)+num2char(1)+num2char(1)+num2char(0) LecroyStr+=num2char(0)+num2char(0)+num2char(0) LecroyStr+=num2char(a) LecroyStr+=command return LecroyStr End
Check for user input with timeout
Posted September 4th, 2008 by Larry HutchinsonThe following function (for Igor Pro 6.1 or later) can be used in the midst of a long calculation or data acquisition run to determine if the user needs to change or enter some values. If the user is not present, the function will time out.
If the function returns true indicating the user has clicked the "Yes" button, you can then use the techniques described in the help for PauseForUser or DoPrompt to fetch the actual input.
Put the following in the procedure window and then execute:
print UserHasValue(10)
Function UserHasValue(secsToWait) Variable secsToWait
TFPlot IGOR.6.10.x-1.x-dev
Posted July 10th, 2008 by bscramerDownload: TFPlot-IGOR.6.10.x-1.x-dev.zip
Size: 582.03 KB
md5_file hash: a4970da3998a87e348d048796b5fe717
First released: July 10, 2008 - 12:56
Last updated: July 10, 2008 - 13:00
Development branch for new features.
Compatible only with Igor 6.10 - main feature that requires Igor 6.10 is implementation as an independent module.
Because of the independent module implementation, this version will not run in Igor 6.3. There may also be issues with previously created TFPlot windows: if these are unresponsive, close the window and recreate it.
data loader for MINISOFT '.el1' files
Posted June 26th, 2008 by awirsing#pragma rtGlobals=1 // Use modern global access method. #pragma version=1.2 //////////////////////// // Remarks: // Data loader for .el1 files, which were saved with the program 'MINISOFT V7.8' (<a href="http://www.greisinger.de/" title="http://www.greisinger.de/">http://www.greisinger.de/</a>). // The binary file structure of the .el1 files has been worked out empirically (because the // company didn't want to reveal any details of their binary format), so the structure // may change in fututre versions of the program. Additionally be aware of bugs.
Slideshow IGOR.6.10.x-0.1
Posted June 17th, 2008 by AlanSaulSize: 260.1 KB
md5_file hash: c5cf97cbe287cc396e5cfb26e79e41f3
First released: June 17, 2008 - 06:54
Igor experiment to make slide shows.
Multipeak Fit version 2 for Beta Test IGOR.6.10.x-2.0.0-B11
Posted May 27th, 2008 by johnweeksSize: 1 MB
md5_file hash: 1c7dca71e7f5c04348f84f873b55b72b
First released: May 27, 2008 - 16:34
Fixed a bug in reported errors in results table and delimited text file.
Added Options disclosure and support for mask and weight waves.
Multipeak Fit version 2 for Beta Test IGOR.6.10.x-2.0.0-B10
Posted May 22nd, 2008 by johnweeksSize: 1016.96 KB
md5_file hash: d21501b26594b32c8f7a9501b2fa88d4
First released: May 22, 2008 - 12:45
Fixes a bug in the Results report affecting the error estimates.
This is a full package, but only the Multi-peak Fitting 2.0.ipf file has changed since the B09 release.
Multipeak Fit version 2 for Beta Test IGOR.6.10.x-2.0.0-B09
Posted May 21st, 2008 by johnweeksSize: 1016.95 KB
md5_file hash: 831272254e90112dd81de01132125adb
First released: May 21, 2008 - 14:13
Add several enhancements:
1) The fit graph now includes a trace showing the background curve.
2) The Add or Edit graph now alters only peaks that you have touched. Previously, it had a tendency to mess up the results of a successful fit when you edited or added peaks after a fit.
3) Improved handling of fitting failure. The alert now tells you about errors that previously had blank error information. This will help diagnose failures caused by mismatched waves and other such problems.
4) Added a Graph button to the Results panel.
