10-12-2005 01:00 PM
10-12-2005 02:58 PM
10-13-2005 08:49 AM
Hi Tom,
The ChnNo1 variable is an integer variable that stores a channel number. The FormulaCalculator will understand channel name references if they are set off by quotes (Ch('test'):= 'New' + 'Old'), but when using channel numbers the Ch() syntax is required to distinguish the integer referring to a vector (channel) from the integer referring to a simple constant.
I go ahead and always use the Ch() syntax everywhere just to keep things simple and consistent.
Brad Turpin
DIAdem Product Support engineer
National Instruments
10-13-2005 09:46 AM