Files
epics-base/documentation
Andrew Johnson 3b08888a9c Remerged Michael's db-test branch.
This branch fixes several tests.

I also added some changes that tell users which .db/.dbd file
was missing if the db and filter test programs abort, and
extend the search path so the tests can be run from the test
directory as well as from the O.<arch> directory.
2012-07-06 18:11:59 -05:00
..
2012-04-12 10:34:56 -05:00
2012-04-12 10:34:56 -05:00
2002-07-17 01:41:24 +00:00

The CPU030 may need to have the nivxi path set correctly:
	From the vxWorks shell type "vxitedit" (you may need to
	loading the NI vxitedit package first)
	take option 2
	take option 3
	type list
	type modify 0
		type in the correct path when promped
		(the path should end in nivxi 
		and should traverse the niCpu030
		directories shipped with the 030
		ie something of the form "???/config/niCPU030/nivxi"
	type save
	type exit
	.
	.
	.

	see "Getting Started with Your VXIcpu-030" from NI

You may may need to setup front panel to backplane trigger
routing:

To take a TTL input and map it to VXI backplane ECL trigger 0
type in (to the vxWorks shell):

epvxiRouteTriggerECL(<logical address>, 1, 0)

where <logical address> specifies the card with the 
front panel trigger connection.

johill@lanl.gov