Files
epics-base/documentation
Andrew Johnson 7cc8a552a3 db: Allow single-char accesses as long strings
Clients try to use long string support to fetch DBF_STRING
fields use DBF_CTRL_CHAR with a 1-element array, but the IOC
was rejecting that.  This permits it, and also ensures that
the resulting strings are zero-terminated.

Fixes lp:907761
2012-01-11 16:47:37 -06:00
..
2010-11-09 08:32:36 -06:00
2011-04-19 15:05:36 -05:00
2010-10-26 10:49:26 -05:00
2010-10-26 10:49:26 -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