03-12-2009 01:42 AM
03-13-2009 12:21 PM - edited 03-13-2009 12:22 PM
Hi Dane,
I'm curious if you've tried creating a triggering step, rather than using the alarms. By going to Add Step»Execution Control»Trigger, you should have more control of your program than using alarms. If you haven't checked out THIS KB, please do- because it sounds like it addresses your issue pretty well. Let me know if there are other specific questions you run into, and have a great weekend!
03-13-2009 02:19 PM
03-17-2009 08:02 AM
Hi Dane,
While triggering doesn't really wait for an aquisition to be done ( the trigger will occur whenever the trigger condition is reached), you're right in thinking that you won't be able to trigger one of your other devices using a trigger in SignalExpress (the triggering function would be useful if you were using one device that you wanted to stop or start aquiring when that specific device reached a particular value). However, the fact that you are using an external PLC changes things (sorry, I should have taken note of that sooner). While you can import data that meets OPC specifications, you won't be able to write to your PLC with an alarm (if you were using simple DI/O device- you could simply write a digital high or low to that device). To do this, you would need LabVIEW, and ideally the Datalogging and Supervisory Control Module, as per THIS KB. Let me know if you have more questions!