
15 Ethernet interface
14.5.13.Direct display
HEADER | PARAMETERS | EXAMPLES |
SCREEN | P1 | SCREEN FT |
| Defines the visualisation mode |
|
| P1 is FT, TEXT or XY |
|
SCREEN:FT | P1,P2,P3 | PAGE SCOPE;SCREEN FT;:SCREEN |
| Defines the F(T) mode | VER,BOUNON,FULLON |
| P1:VER or HOR : vertical or horizontal |
|
| P2:BOUNON ou BOUNOFF : display boundaries or not | Vertical display, full screen |
| P3:FULLON ou FULLOFF : full screen display or not |
|
|
|
|
SCREEN:XY | P1,P2 | SCREEN:XY A3,A2 |
| Defines the XY mode |
|
| P1=channel X is A1,A2, etc... |
|
| P2= channel Y is ALL for all valid channels, or A1,A2,...for a single |
|
| channel |
|
SCOPE:TIMEBASE | P1,P2 | SCOPE:TIMEBASE 500,MS;:SCREEN |
| Defines the time base of scope mode | FT;:PAGE SCOPE;:SCOPE:RESTART |
| P1 = value ( from 1 to 500) |
|
| P2 = MILlisec, Sec, MIn or Hours : unit |
|
|
|
|
SCOPE:RUN | P1 |
|
| Start or Stop the scope display | change time Time and then display |
| P1=ON or OFF | scope screen in f(t) mode |
| Start/Stop the scope display |
|
SCOPE:RUN ? | Returns scope display mode |
|
14.5.14.Replay (memory output)
HEADER |
| PARAMETERS | EXAMPLES |
OUTBloc | P1,P2,P3 | OUTBLOC 1,25.2,80 | |
| Defines the memory output block and output window. | block 1 , beginning at 25.2 % and ending at 80 % | |
| P1 | = 1 to 128 block number |
|
| P2 | = 0 to 100 (% in real number from the beginning) |
|
| P3 | = 0 to 100 (% in real number to the end) |
|
OUTBloc ? | Returns the command |
| |
OUT:REC | P1,P2 | OUT:REC XY,200 | |
| Defines kind of plot on paper | diagram XY, size 200x200 mm on paper | |
| P1: FT or XY kind of plot |
| |
| P2 | : Defines the reduction ratio in FT mode ( from 1 to 10000 step | OUT:REC FT,100 |
| 1,2,5 ) or the width of the grid in XY mode (100, 200 or 250) | diagram F(t), 100 samples per mm. | |
|
|
| |
OUT:REC ? | Returns the command |
| |
PLOTRec | P1 |
|
|
| Start ou stop the plotting of the screen |
| |
| P1=ON ou OFF |
| |
PLOTRec ? | Returns the status of the plotting and the ratio of data written |
| |
READBLOC ? | Reads in binary the output bloc defined by OUTBLOC | OUTBLOC 2,0,100,READBLOC ? | |
|
|
| Reading of block 2 |
| - first 4 bytes give the total length of datas (N) |
| |
| - N bytes of datas |
|
Page 19