Emerson HASXEE-IM-HS TV Video Accessories User Manual


 
Emerson Process Management GmbH & Co. OHGA-36
X-STREAM XE
Instruction Manual
HASXEE-IM-HS
04/2010
PLCQuickReferenceCard
Rev.201004
PLCQuickReferenceCard
Iftimersneedtobeused,theyhavetobesetupatthebeginningoftheprogram(seeExampleProgram)
ForUSBtransfersavePLC.TXTontheUSBstickinthedirectory
emerson_xe\<Analyzer Serial Number>\config
PLCTimerSetup
Syntax:<COMMAND> <ID> <VALUE>; [Comment]
FordetailsseeTimerModes
below
COMMAND ID VALUE
TMR_MODE 1…8 OFFDELAY,ONDELAY,
REPPULSE,SINGLEPULSE,
RETRIGSPULSE,INHIBSPULSE,
CLKTRGPULSE,COUNTER
TMR_DURATION 1…8 1...3600
TMR_PERIOD_CNT 1…8 1...3600
(REPPULSE:sec
CLKTRGPULSE:min
COUNTER:counts)
TMR_TRIG_TIME 1…8 YYYY,MM,DD,hh,mm
ProgrammingQuickReference
Syntax:<OPERATOR> [<OPERAND>,<OPERAND>,…]; [Comment]
Maximumamountofoperators&operands:approx.400
SPECIALCHARACTER Function
, SeparationofOperands
; CommandTermination
# StartofCommentLine
OPERATOR OPERANDS Description
CLR ‐ SetregistertoFALSE
SET ‐ SetregistertoTRUE
AND O1,[O2,O3,…] LogicalANDofregisterand<readoperands>
OR O1,[O2,O3,…] LogicalORofregisterand<readoperands>
NEG ‐ Negateregister
LOAD O1 loadregisterwithstateof<readoperands>
STO O1,[O2,O3,…] Storeregisterto<writeoperands>
IF O1,O2 ifregister=TRUE
thenloadregisterwithstateoffirst<readoperand>
elseloadregisterwithstateofsecond<readoperand>
CALL O1,[O2,O3,…] ifregister=TRUEthencall<calloperand>
END ‐ Endofprogram
READ&WRITEOPERANDS Description
R1R10 Result1...10
M1M15 Memory115
A.7 PLC Quick Reference
A.7 PLC Quick Reference