DIAGnostic:POKE

Comments Executable when initiated: Yes

Coupled Command: No

The specified address is assumed to be relative to the local processor and is not the A24 offset, but is instead the full address (i.e. E0000C16 would specify the data register, as opposed to the VME A24 offset of C16).

Example Examining the setting of the traffic register

DIAG:PEEK? #HE00002,8

Retrieve the contents of the 8 bit traffic

 

register

:POKE

DIAGnostic:POKE <address, bits, value> places the specified value into the memory location specified.

Parameters

 

Parameter

Parameter

Range of

Default

 

Name

Type

Values

Units

 

 

 

 

 

 

address

numeric

0 thru FFFFFF16

none

 

 

 

 

 

 

bits

numeric

8 16 32

none

 

 

 

 

 

 

value

numeric

-2147483648 thru

none

 

 

 

2147483647

 

 

 

 

 

 

Comments Executable when initiated: Yes

 

 

Coupled Command: No

The specified address is assumed to be relative to the local processor and is not the A24 offset, but is instead the full address (i.e. E0000C16 would specify the data register, as opposed to the VME A24 offset of C16).

Example Changing the contents of the traffic register

DIAG:POKE #HE00002,8,#H4B

Set traffic register to value of 4B hex

222 Command Reference

DIAGnostic Subsystem

Page 222
Image 222
HP E1429A manual DIAGnosticPOKE, Poke, Example Examining the setting of the traffic register