04-13-2009 11:57 AM
I'm using NI driver for the HP33120 in TS 4.0 IVI-C step send SW Trigger.
I configure the device with no problem for burst 2 counts software trigger and validate it. When I try to use the IVI-V step Send SW trigger I get the error
Component Works IVI Control Error: The IVI SendSoftwareTrigger operation failed for logical name '33120A'.
Details: Trigger source is not software trigger. Attribute: HP33120A_ATTR_OUTPUT_ENABLED, Channel: CHANNEL1 [IVI Error Code: BFFA1001].
Please let me know what I'm doing wrong.
Thank you.
Elik
Solved! Go to Solution.
04-14-2009 09:56 AM
04-14-2009 10:41 AM
I'm trying to configure the 33120 for SW trigger and trigger it.
Since the ZIP file is too large I'll send two post with the files.Thank you. Elik
04-14-2009 10:46 AM
Steven,
Attach is the 2nd file.
Elik
04-14-2009 04:48 PM - edited 04-14-2009 04:48 PM
Elik,
You need to set up your Trigger Source for software. See the attached picture for how to do this.
Regards,
Steven Zittrower
Applications Engineer
National Instruments
04-14-2009 06:02 PM
04-15-2009 11:00 AM
Elik,
I'm having trouble reproducing your problems. Can you attach your actual TestStand sequence here or any LabVIEW code you have that illustrates the problem.
Regards,
Steven Zittrower
Applications Engineer
National Instruments
04-16-2009 11:48 AM
Steven,
I finally figure out to operate the 33120 in burst mode.
Still in the Labview code and as you saw in the NI spy file the the IVIFgen_ConfigureOutputEnable set an error while trying to set it to False.
Attach is the Labview code.
Thank you for all your help.
Elik
04-16-2009 04:41 PM
Elik,
I can replicate the error that you are receiving using TestStand. Using the 33120A drivers in LabVIEW (instead of the IVI ones) this does not happen as those DLL's that are being called actually use VISA commands. I'm not entirely sure why this one step fails but is this actually causing any problems? I am able to operate teh 33120A in burst mode and Send Software Trigger. Is this simply cosmetic or is there something amiss?
Regards,
Steven Zittrower
Applications Engineer
National Instruments
04-16-2009 04:58 PM
Steven,
This function was suppose to disable and enable the output signal of the 33120 with NI IVI driver. I've found a way to do it with combination of TS IVI steps. I assume it is a bug with the IVI driver.
Thanks again. Case close.
Elik