11-05-2008 01:03 PM
Hi ,
Im having problem with markers , when i set it on signal , its ok , but when i query the Yaxis of markers , a query interrupt the other . I tried delay with serveral values , but didnt work . PS : When i read only 1 mark , its work , but im using a for loop , to take all 9 markers automatic .
I think that i m using the right SCPI command .... :CALC[ i+1 ]:MARK[ i+1 ]:Y? [ i ] = NUMBER OF ITERATIONS OF FOR LOOP (BEGIN ON ZERO, THEN I ADDED +1 )
Thx 😃
11-05-2008 01:10 PM
11-05-2008 01:26 PM
Another problem , im using labview 6.0 and i cant upgrade cuz must pay to do it =\ ...
11-05-2008 01:47 PM
11-06-2008 06:35 PM
Yes ! ... Im using Visa write , and a sequence structure , after the Visa Read ... i put a delay between both .... And this error occur ... What should i do to work ?
Thx 😃
11-06-2008 09:52 PM
11-10-2008 09:46 AM
Hi ,
Here , im adding the code and the image of it .... Has a delay between the wirte and read ... i didnt added on image this part ...
Thx for the help 😃
11-10-2008 10:04 AM
Those are not VISA functions. Those are old-style GPIB functions. You have the following problems:
11-10-2008 10:50 AM
But when i use the mode 1 in the write component , the help menu says that append CR to the string and send EOI with CR.
And the read >>>> mode specifies conditions other than reaching byte count for terminating the read.
0 No EOS character. The EOS termination mode is disabled.
1 EOS character is CR. Read terminated on EOI, byte count, or CR.
2 EOS character is LF. Read terminated on EOI, byte count, or LF.
11-10-2008 11:09 AM