Products > Test Equipment
Siglent SDG6000X series 200-500 MHz AWG's
tautech:
:-//
It's been pulled for some reason.
Will hunt the reason why.....
hpw:
--- Quote from: tautech on April 26, 2022, 07:50:59 pm --- :-//
It's been pulled for some reason.
Will hunt the reason why.....
--- End quote ---
Any the answer is.... while at :popcorn:
May ask also when the SDG2K gets this square wave modulation fixed...
oewean:
New firmware for the SDG6000X released today:
SDG6000X Firmware - V6.01.01.36R3 (Release Date 09.01.22 )
1. Control the IQ output amplitude to avoid distortion
2. Optimize phase noise when using external reference clock
3. Fixed bug in FM modulation on square waveform
4. Fixed bug that the output amplitude of square wave, pulse
wave and PRBS is smaller than the set value
5. Fixed bug that VPP was still displayed on the UI when control
the output amplitude in dBm by the SCPI command
6. Fixed the problem of abnormal pulse output when pressing
output in burst mode
7. Resolve potential key and touch non response issues
8. Fixed the bug that 128QAM cannot be demodulated
hpw:
--- Quote from: oewean on September 01, 2022, 11:56:36 am ---New firmware for the SDG6000X released today:
SDG6000X Firmware - V6.01.01.36R3 (Release Date 09.01.22 )
1. Control the IQ output amplitude to avoid distortion
2. Optimize phase noise when using external reference clock
3. Fixed bug in FM modulation on square waveform
4. Fixed bug that the output amplitude of square wave, pulse
wave and PRBS is smaller than the set value
5. Fixed bug that VPP was still displayed on the UI when control
the output amplitude in dBm by the SCPI command
6. Fixed the problem of abnormal pulse output when pressing
output in burst mode
7. Resolve potential key and touch non response issues
8. Fixed the bug that 128QAM cannot be demodulated
--- End quote ---
Mira, mira, 3. Fixed bug in FM modulation on square waveform
As I noted on SDG2K, as given FW from Siglent support SDG2000X_P37R2 to test did not worked properly!
To check Issue using 10MHz square & FM, 500Hz FM, 50mHz deviation:
500Hz signal fades out & in 30 second ... 1 Minute interval. May start first with 200mH deviations...
So how does this works on SDG6K & new FW?
strahd_von_zarovich:
How can we use this script? I connect the device using command window and telnet, and send these messages, but I can not get any progress. Am I doing something wrong? Thanks in advance.
--- Quote from: Plasmateur on April 20, 2022, 02:28:04 am ---I was able to bandwidth upgrade my SDG6022X to SDG6052X using this script
--- Code: ---import hashlib
# Replace this with your SN
SN = 'SDG00000000000'
Model = 'SDG6000X'
otheropt = ('500M' )
hashkey ='5zao9lyua01pp7hjzm3orcq90mds63z6zi5kv7vmv3ih981vlwn06txnjdtas3u2wa8msx61i12ueh14t7kqwsfskg032nhyuy1d9vv2wm925rd18kih9xhkyilobbgy'
def gen(x):
h = hashlib.md5((
hashkey + (Model+'\n').ljust(32, '\x00') +
opt.ljust(5, '\x00') +
2*((SN + '\n').ljust(32, '\x00')) +
'\x00'*16).encode('ascii')
).digest()
key = ''
for b in h:
if (b <= 0x2F or b > 0x39) and (b <= 0x60 or b > 0x7A):
m = b % 0x24
b = m + (0x57 if m > 9 else 0x30)
if b == 0x30: b = 0x32
if b == 0x31: b = 0x33
if b == 0x6c: b = 0x6d
if b == 0x6f: b = 0x70
key += chr(b)
return key.upper()
for opt in otheropt:
print('{:5} {}'.format(opt, gen(SN)))
--- End code ---
However I don't know the SCPI command for the IQ upgrade. Has anyone figured this out?
--- End quote ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version