Search found 2 matches

by GMFAvionics
19 Mar 2015 21:05
Forum: DOS Batch Forum
Topic: How to make a looping statement like this ?
Replies: 2
Views: 2645

Re: How to make a looping statement like this ?

Is it work for variable or string?
// can I use the new string in this function ??
:buffer_488 line // Is it correct ??
by GMFAvionics
19 Mar 2015 04:37
Forum: DOS Batch Forum
Topic: How to make a looping statement like this ?
Replies: 2
Views: 2645

How to make a looping statement like this ?

Hi, I try to build a program using DOS script to interface a PC to a measuring equipment via GPIB port. Here is the example script : :gpib_abort :buffer_488 SDB;AA;B01;CW;D0000;E2710;Z :send_488 to rgs Dxxxx, D represents the start byte for TIME SETTING xxxx represents the value of TIME SETTING xxxx...