From 74edc8ab56789fe4e331d4b44be44e5863142fae Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Thu, 2 Aug 2012 09:47:33 +1000 Subject: [PATCH] SICS-496: Set the output power limit to 40% on startup as requested. r3687 | ffr | 2012-08-02 09:47:33 +1000 (Thu, 02 Aug 2012) | 2 lines --- site_ansto/hardsup/west4100util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site_ansto/hardsup/west4100util.c b/site_ansto/hardsup/west4100util.c index a46e1f45..a6dde8dd 100644 --- a/site_ansto/hardsup/west4100util.c +++ b/site_ansto/hardsup/west4100util.c @@ -197,7 +197,7 @@ else printf("OK\n"); // Set Output Limit - if((iRet=WEST4100_ConfigureAndQueryGen(self,"Output Power to 100%..",20,100,""))!=1) + if((iRet=WEST4100_ConfigureAndQueryGen(self,"Output Power to 40%..",20,40,""))!=1) return iRet; // Set Alarm1 Limit