1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| DIAG:PEEK? -12,0,0 lookup block table in ROM data using index to stored address DIAG:PEEK? -11,0,0 lookup NVRAM data by block using the index to stored address DIAG:PEEK? -10,<FUNC>,0 Check whether a hidden feature is enabled DIAG:PEEK? -9,0,0 No of rows in the block table DIAG:PEEK? -8,0,0 [unsecured] enable: ``ZERO DCV`` DIAG:PEEK? -7,0,0 Read raw ADC data DIAG:PEEK? -6,0,0 Read stack dump from last interrupt DIAG:PEEK? -5,0,0 Check if there are pending interrupts DIAG:PEEK? -4,0,0 Read power line frequency (1 = 50/400 Hz, 0 = 60Hz) DIAG:PEEK? -3 ROM ref values for specified block number e.g. ``PEEK -2, 70, 0`` DIAG:PEEK? -2,<ADDR>,0 Read EEPROM high area (calibration) word in a specific format DIAG:PEEK? -1,<ADDR>,0 Read EEPROM low area (settings) word, returned as decimal DIAG:PEEK? 0,<ADDR>,0 Read RAM byte DIAG:PEEK? 1,<ADDR>,0 Read RAM word DIAG:PEEK? 2,<ADDR>,0 Read RAM double word DIAG:PEEK? 3<ADDR>,0, Read RAM float DIAG:PEEK? 25,0,0 Output ``*IDN`` string
|