From dd487435b9858a333cf9d7a7e4fa007b213a5671 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Tue, 13 Feb 2007 21:43:58 +0000 Subject: [PATCH] Added debugLevel PV --- motorApp/NewportSrc/trajectoryScan.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/motorApp/NewportSrc/trajectoryScan.h b/motorApp/NewportSrc/trajectoryScan.h index f0579dc9..587edd94 100644 --- a/motorApp/NewportSrc/trajectoryScan.h +++ b/motorApp/NewportSrc/trajectoryScan.h @@ -37,6 +37,8 @@ #define MAX_AXES 8 /* Define PVs */ +int debugLevel; assign debugLevel to "{P}{R}DebugLevel.VAL"; +monitor debugLevel; int numAxes; assign numAxes to "{P}{R}NumAxes.VAL"; monitor numAxes; int nelements; assign nelements to "{P}{R}Nelements.VAL";