11-20-2007 04:23 PM
11-21-2007 09:51 AM
I'm not sure what you are asking for. Signal Express is an application and I m not sure it has the flexibility to format data the way you want. With LabVIEW, you can certainly do it. What exactly are you having a problem with? There is the DAQ Assistant and numerous shipping examples. If you have tried to write a program, then please explain exactly what doesn't work. Attaching the program would be the best way to see what is going on.
11-21-2007 03:18 PM
Welcome to the discussion forums, DavidTas!
It sounds like you want to do change detection. There is a KnowledgeBase that lists which devices support change detection, and unfortunately the PCI-6501 is not one of those devices.
If you had the full version of SignalExpress, you can use alarms to trigger certain events or invert the line, etc. when user-defined conditions occur. You would have to manually inspect the logged data and compare it to the alarms to determine when the changes occurred and ignore all of the other data. If you have the lite version (that comes with any DAQ card), it is meant to be a data logging software package with some signal analysis built in, but doesn’t offer alarms.
The best solution would be to use LabVIEW to program some very simple state machines to determine if the signal is high or low and do something when the state changes, such as create a timestamp.
The more you want to do with any application, the more tools you’ll need to do it. It sounds like you might actually have LabVIEW, but are unsure of how to approach this application? If so, when you first open LabVIEW, you can choose VI from Template and navigate to VI » From Template » Frameworks » Design Patterns » Standard State Machine or look in the Example Finder (Help » Find Examples) from LabVIEW.
I hope this clarifies what you would need to go about building your application.
11-21-2007 04:28 PM