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";