View Full Version : Looking for a "User Friendly" calibration system software package
Dragonfly 20th November 2008, 09:13 AM I am planning to begin a claibration program at work and wanted to know if anyone has suggestions for a "user friendly" software program.
My research has brought me to a program "Calibration System Software - Calibro" Which seems like it would be easy enough.. but that's what I am afraid of. The ID for the one I am looking at is CLBR-V1.2-XLS If you have it and like / hate / use it let me know what your thoughts are on it.
I want to make sure what I purchase will do everything required since we we're planning to mirror the ISO 9001:2000 Standard. (not going for certification at the moment, but preparing to just in case)
So anyways if you have a "favorite" you'd like to share please do so and tell me why you like it, (features, etc.) maybe I will be able to get a better idea of what to buy with your help.
Appreciate it and have a great day! Ree
:thanx:
BradM 20th November 2008, 09:35 AM A calibration program on 3x5 cards is very effective!:lol: Seriously, depending on how many instruments you have in the system, an Excel spreadsheet can be a very powerful but simple-to-use application.
I would say, though, after the program grows to a certain level, it can get a bit cumbersome working in Excel.
What are desiring to do? If it is simply keeping track of instruments, Excel works pretty well. If you want to get into reports, calculations, etc., then there are other programs that may suit you well. Like you probably know, the more bells and whistles, the more involved it is learning.
Excel and Access is on most of your computers, most know how to use it, and you don't have to worry about upgrades, specialized training, etc.
If you feel you want more sophisticated programs and you have some wants/needs, then we can explore some other packages.
Good question.:agree1:
Jennifer Kirley 20th November 2008, 09:44 AM I used to manage calibration of over 350 tools on large index cards. It went fine, but those cards didn't whack me upside the head when a tool went overdue.
I also used GageTrak. It worked well, and was easy to understand.
Excel also works, especially since it can be programmed to do things like turn a cell yellow or red when due dates come close or go by.
Ajit Basrur 20th November 2008, 09:45 AM For me, MS Excel is the most "user friendly" software for calibration.:D
Fencick 20th November 2008, 11:35 AM Good morning,
I've been reading these forums for quite some time, but have not had the pleasure of posting before.
I've set up and ran a few different versions of calibration software, from excel to access to canned packages. Personally, I prefer access, however, if a canned package is needed, the easiest that I’ve seen, to install and use without hassle is from is GagePack PQsystems.
I cannot post a link yet.
GAGEpack (http://www.pqsystems.com/products/gage/GAGEpack/GAGEpack.php)
I’m in no way affiliated with any software firm.
Just my 2 cents.
BradM 20th November 2008, 12:04 PM Good morning,
I've been reading these forums for quite some time, but have not had the pleasure of posting before.
I've set up and ran a few different versions of calibration software, from excel to access to canned packages. Personally, I prefer access, however, if a canned package is needed, the easiest that I’ve seen, to install and use without hassle is from is GagePack PQsystems.
I cannot post a link yet.
GAGEpack (http://www.pqsystems.com/products/gage/GAGEpack/GAGEpack.php)
I’m in no way affiliated with any software firm.
Just my 2 cents.
Fencick, thank you for posting.:bigwave: What do you like best about GAGEpack, and what are some drawbacks about it? They're merely opinion questions, as I have never seen it.
BradM 20th November 2008, 12:06 PM I used to manage calibration of over 350 tools on large index cards. It went fine, but those cards didn't whack me upside the head when a tool went overdue.
I also used GageTrak. It worked well, and was easy to understand.
Excel also works, especially since it can be programmed to do things like turn a cell yellow or red when due dates come close or go by.
Hey.. I was 1/2 joking about the cards.:) Ha! I had several customers who used them. And let me tell you... they were on top of things.
Jennifer, do you recall how to have it change colors like that? I didn't know you could do that.
kmyers 20th November 2008, 12:12 PM Hey.. I was 1/2 joking about the cards.:) Ha! I had several customers who used them. And let me tell you... they were on top of things.
Jennifer, do you recall how to have it change colors like that? I didn't know you could do that.
I already have that question posed to Jennifer through private message. She said she will post it but it may take some time. I was unaware that could be done also.
Dragonfly 20th November 2008, 12:23 PM Thanks for the input everyone, I am looking to just keep track of the gages, where they are / who has them and their calibration history at the moment.
I had thought of going ahead and using Excel to do that, but the program I mentioned says it will send pre-composed emails to everyone that has equipment due for calibration, and other features I thought might come in handy.
The cost is reasonable at $9.95... I guess that is why I am a hair suspicious.. anything inexpensive sends up my antenna to delve deeper.
Thanks again, I am looking foreword to seeing what more of you have to say on topic. Ree
Jennifer Kirley 20th November 2008, 12:24 PM One can format a cell to change colors in Excel by clicking on Cell, then Format, then Conditional Formatting, and then selecting the conditions (parameters). Up to three conditions are allowed per cell.
I have attached a Calibation Log that is designed to give the minimum information for managing inspection tools.
In the attached Calibration Log I made up quick, due date cells are formatted to turn red when calibration dates have gone by. On the main page, cells turn red and stay that way when the tool is calibrated too late. This flags the calibrationmanager to go check what the tool has been used to inspect.
There is a separate page that is formatted to collect just the numbers of tools and their due dates. In this way, one can oversee hundreds of tool due dates in a single page.
This is just the basics, and would have to be set up for different kinds of tools. But you are welcome to play with it - I do hope I set up all the formulas and formattings correctly, feel free to plug in some data of your own just to test run it.
I hope this helps!
Dragonfly 20th November 2008, 12:29 PM Thanks Jennifer, I have done some conditional formatting in the past so it should not be that hard for me to play with.
Ree
Icy Mountain 20th November 2008, 12:57 PM Here is a very simple relational database in Microsoft Access. This database, along with the calibration certificates from an 17025 accredited calibration supplier, have passed a 3 year cycle of TS16949 audits. No findings.
Instructions included.
Enjoy.
kmyers 20th November 2008, 01:36 PM I found another way to trigger the color change, you can try this if you like. It worked for me.:)
Kris
OK, so strictly if due date is in the next calendar month. Could even be up to 61 days away... Due 5/31, it should be triggered beginning 4/1 - 61 days.
And it should stay colored beyond due date until a new due date is entered?
Say Due date is in B1
Select B1
Click Format - Conditional Formatting
Select "Value Is"
Select "Less Than Or Equal To"
Enter this formula
=DATE(YEAR(TODAY()),MONTH(TODAY())+2,0)
Click Format
Click Patterns
Select the color you like
Click OK
Click OK
Fencick 20th November 2008, 01:40 PM Reference GagePack:
Pros - No hardware security device. I've had nothing but heartache with the plug-in security devices. Easy to use interface, mimics windows. Low training investment. Incredibly stable. I've never had a problem (2+ years).
Cons - Cost. Access costs development time which some companies (my current one included) consider free. Layout for the GagePack setup is less that $1k.
Again, just my observations.
WCHorn 20th November 2008, 09:02 PM We have about 1,000 gages. We've used Gagetrak for several years. It provides everything I need to show objective evidence to auditors. It's flexible, prints calibration labels, does Gage R&Rs and has other features.
Before that we used a Paradox relational database we developed, but it wasn't user friendly.
Daniel Walker 21st November 2008, 10:11 AM We're a commercial calibration lab and we have been using GageInSite for a little over two years. It is manufactured by IndySoft.
It's great for tracking equipment.... handles storage of calibration procedures and actual calibration process.....generating certificates which are completely formattable to meet quality requirements of your company.....it also handles calibration costs and time needed......stores all vendor information if you are sending any gauges out as well as past costs per specific vendors....... generates and tracks work orders for gauges that require servicing.....generates invoices for commercial work performed to be billed to your customer.....and much more.
I haven't had any major problems at all with the software and the support staff is very good at prompt fixes for any problems that may arise.
IndySoft was very good about demonstrating the capabilities of the software via a web-session before we made a decision. It's pretty much completely editable to only handle what your company needs.
Dragonfly 25th November 2008, 03:38 PM Thanks for your help everyone, I had the company purchase the program I mentioned initially and am actually glad I did so far.
It is easy to use and their customer support is outstanding. You can download it right after purchase so there was no waiting.
I had some trouble with the email notifications because my system is '07' but they communicated with me in under 24 hours with help.
(how often do you get that?) :applause:
For the scale of my calibration requirements I think this will be easy to manage and add to when necessary.
I'll let you know if I find anything ugly with it so you'll be informed.
Thanks again! Ree
|
|