% % startup of photo system % *defcnctr *defjsops *defxlock *defuplod 0 !Photoshop false !Pho.Comm % % default slotting layout of all product ops % 8 !Arching.Prods % % pull from twid spec % "Twid\??????????_????????????_?M*.txt" !Arching.TwidSpec @@ % % set the defaults for all major connector vias % "Conn" *allseter *aamgprst *aamgreen % % suppresses processing of photo system % until first pass through timing occurs % false !Photo.Init % % session assignment of customer phone number (subject) % and other current settings for Tack, cross-assignments % "Subject" ofconn folder !Subj.Dir % % Shooter Venue Sms cross-assignments % "Session" ofconn folder !Sess.Dir % % Commerce control area, writable .js files from tabulator % and AqNane % "Commerce" ofconn folder !Sales.Dir "true" !Arching.RemoteSms "false" !Arching.RemotePush % % appearance or not of Portal nav window, % created if none exists, after that remains hidden % but active % false !Aamg.Portal % % Service timing cycle engage/disengage % false !Aamg.Service % % second row % axutype "T" eq$ !Aamg.Testing % % override for PhoSend operations if thumber % axuact upper "Q" eq$ { "PhoSend" !Arching.Applic } if % % current ordinal shooter sms in Shooters.txt % cycles in smsremte % 0 !Aamg.SmsCounter 0 !Aamg.TwiCounter % % remove any left-over timers % amach { "timer?????_*.*" ofconn delfiles } { "timer" &_Arching.ServLock &"_*.*" ofconn delfiles } ifelse % % clear lookup of shooter startup, ack, and reg reports % "Startups" *allseter &; !Aamg.Startups empty !Aamg.Regings false !Aamg.Pushing % % establish current product prices from manual settings % *prodpric *custnprd % % stack: prod-price-js % "emptyprod.js" ofsnap write % % set test sequencer to first image % 0 !Aamg.Shot % % load existing xact images into tree que on first camerxac pass % false !Aamg.Que % % initial pass through xact chain, force texture loading % true !Aamg.Qload % % no detected xacts for tree texture load % false !Aamg.Qpass % % indicate que has been processed % true !Aamg.Qdone % % release the proc inhibit % false !Aamg.Inhib % % clear the subject-only restrictor % in tree construction for subject/xacts % empty !Xact.OnlySubj 0 !Xact.Last % % track of sweep spec to pull from server % 0 !Aamg.Sweep false !Clut.Active false !Clut.Inhibit false !Clut.Allow 0 !Clut.Shooter false !Shooter.Fimage *transize amach { *aamgcler } if % % create the xone for task transaction % empty ofxone folder pop *condflgs _Arching.Applic "Lettering" eq$ _Arching.Applic "Mosaic" eq$ or _Arching.Applic "Builder" eq$ or _Arching.Applic "AlsoBuild" eq$ or _Arching.Applic "PhoSend" eq$ or % % override to builder type if B in act (rightmost) character % unless this is a vm % axuact upper "B" eq$ _Arching.Vm not and or { % % 620 applications (TextMyPhotos, TextMyName, Mosaic) % and PhoSend % *glotsumr 4 !Aamg.MsgrLim 0 !Aamg.MsgrNum /*--unsiphon--*/ %%% siphon to this machine, don't check remote messages "true" !Arching.RemoteSms %%% don't process any messages locally true !Aamg.MsgrMul /*--siphon--*/ /* %%% siphon to this machine, don't check remote messages "false" !Arching.RemoteSms %%% don't process any messages locally false !Aamg.MsgrMul */ %%% this machine will not be running baby processes false !BabyActions false !Font.Guide 5000 !tick } { % % Baby % _Arching.Applic "Baby" eq$ { *glotsumr empty ofyone folder pop true !Aamg.MsgrMul 3 !Aamg.MsgrLim 0 !Aamg.MsgrNum true !BabyActions false !Font.Guide "false" !Arching.RemoteSms 5000 !tick } { _Arching.Applic "PhoSend" eq$ { % % this is a thumber, not standard building % 5000 !tick } { % % standard building % 5000 !tick } ifelse } ifelse } ifelse