5.00.x
Progress Meter IGOR.5.00.x-1
Posted April 4th, 2013 by jtigorSize: 23.62 KB
md5_file hash: 31431e4a7ac51f407a29147b8d2ca234
First released: April 4, 2013 - 04:48
This is an old procedure file and it may be supported by Igor versions earlier than 5. In its present form it will require some effort to get it working. It is being offered as a source of ideas; I hope to be able to spend some time working on this in the near future.
An example NSIS installer script for a package
Posted February 10th, 2013 by andyfaffThis is an example installer script that works to install an XOP with the NSIS installer from http://nsis.sourceforge.net/Main_Page
It places an XOP in IP6UF/Igor Extensions. I have similar scripts for more complicated installs (shortcuts), if anyone is interested.
; Script generated with the Venis Install Wizard
; Define your application name
!define APPNAME "easyHttp"
!define APPNAMEANDVERSION "easyHttp"
; Main Install settings
Name "${APPNAMEANDVERSION}"
InstallDir "$INSTDIR"
OutFile "./trunk/easyHttpInstaller.exe"
; Include LogicLibrary
Expt Procedures IGOR.5.00.x
Posted December 15th, 2011 by bmcguyerSize: 137.93 KB
md5_file hash: 87e1188b9abeef72cb388f00252194f5
First released: December 15, 2011 - 08:38
Last updated: December 15, 2011 - 08:38
Initial release on Igor Exchange.
DAQ Procedures IGOR.5.00.x-1
Posted December 2nd, 2011 by bmcguyerSize: 21.63 KB
md5_file hash: 697af0d3a1cda930bfc4f28f20912a6d
First released: December 2, 2011 - 14:12
Last updated: December 2, 2011 - 14:11
Initial release on Igor Exchange.
IR File Loaders IGOR.5.00.x-2.2-2-PPC
Posted February 18th, 2011 by gutowSize: 11.65 KB
md5_file hash: cb51707b9f8d981e159d1125fc250b1d
First released: February 18, 2011 - 07:47
Bug Fix for IR File Loaders 2.2.1-PPC
-corrects a 1 point offset in some types of loaded files.
IR File Loaders IGOR.5.00.x-2.2-2
Posted February 18th, 2011 by gutowSize: 11.67 KB
md5_file hash: a46e2fbfaa168809e57984a57fc8bde2
First released: February 18, 2011 - 07:44
Bug-fix update to IR file loaders 2.2.1
-A one point offset was being introduced in some loaded files.
PicoHarp File Access for Igor Pro IGOR.5.00.x-1.1-1
Posted February 11th, 2011 by mysfeirSize: 16.27 KB
md5_file hash: 072e7a8b19bd5ac391f6aedcb74893a0
First released: February 11, 2011 - 12:22
Version one for Igor Pro v.4+. Add this file to your User Procedures folder, load, and compile.
PicoHarp File Access for Igor Pro IGOR.5.00.x-1.1
Posted February 11th, 2011 by mysfeirSize: 16.27 KB
md5_file hash: 072e7a8b19bd5ac391f6aedcb74893a0
First released: February 11, 2011 - 11:28
Version one for Igor Pro v.4+. Add this file to your User Procedures folder, load, and compile.
LVarray2ibw IGOR.5.00.x-2.x-dev
Posted October 13th, 2010 by awirsingDownload: LVarray2ibw-IGOR.5.00.x-2.x-dev.zip
Size: 1.87 MB
md5_file hash: 98325525718f887bf5d0338dfa03415b
First released: October 13, 2010 - 16:06
Last updated: October 15, 2010 - 02:00
This snapshot fixes various issues and implements a barely documented feature of the Igor Binary File version 5: You can now lock the Igor Binary Wave that is saved in the .ibw file.
This makes it for instance possible to handle raw data on disk more secure while sharing them with Igor Experiments.
I encourage everybody who uses this VI to send feedback to me.
LVarray2ibw IGOR.5.00.x-1.0
Posted October 13th, 2010 by awirsingDownload: LVarray2ibw-IGOR.5.00.x-1.0.zip
Size: 1.77 MB
md5_file hash: a8831791f20f272b9b69c1a51e7a9d44
First released: October 13, 2010 - 07:07
Last updated: October 13, 2010 - 07:10
Because I have not received any feature requests and bug reports, this is now the first official release.
As the project is actually more a LabView than an Igor project its compatibility is therefore hard to state.
The LabView library is developed in LabView 7.1 on a Win 2000 computer. It runs also under Win XP, but I do not know if it also runs on Mac OS and in LabView higher than 7.1. (I am pleased to hear any feedback from people who use this LV library successfully - or unsuccessfully.)
The .ibw files are of course readable by Igor 5.0 and higher.
