SHOW##


This converts and displays a reply from a command.  The ## sets the format the reply is returned as:


SHOWDC                (displays last reply value of previous command as decimal)

SHOW32                (displays last reply value of previous command as 32 bit Binary)

SHOW16                (displays last reply value of previous command as 16 bit Binary)

SHOW8                (displays last reply value of previous command as 8 bit Binary)

SHOWHX                (displays last reply value of previous command as 32 bit Hexadecimal)


alternate syntax for above SHOW commands:


SHOW32|                ' breaks up Binary in multiple 8 bit blocks separated by | character

SHOW32|#                ' breaks up Binary in multiple 8 bit blocks separated by | character and # (1-4) represents specific item if reply is ####:####:####:####



This is a different Show than the one used for Auto Control Script.



Return to Repeat/Until Loop