background image

A.

Software control

Protocol

The device can be controlled either over USB or over Ethernet. The Statera USB in-

terface makes use of a HID device which means that no drivers need to be installed.
The communication protocol is as follows: packets of 8 bytes are used to communicate
with the device. The eight bytes are arranged as follows:

f

0

f

1

f

2

= or ?

x

0

x

1

x

2

x

3

The first three bytes consist of three ASCII command characters that select feature (f0-

f2) to be controlled. Note that these are case sensitive. Thereafter a (? or =) ASCII
character is used to respectively get or set the value of the selected control. The last
four bytes contain the value that will be set or get. The last four bytes (x0-x3) need
to be casted to an Little Endian Float (4 bytes DCBA) to either set or retrieve the
value.

As an example the following command sets the device into remote mode which

has to

be done before any other commands are accepted

: Rem=1 where the value 1

has to be casted to a four byte little endian float.

ASCII

R

e

m

=

\

0

\

0

e

?

Hex

0x52

0x65

0x6D

0x3D

0x00

0x00

0x80

0x3F

When connection to the device over ethernet the following command

has to be send

prior to setting the device into remote mode

otherwise the TCP connection will

be automatically shut down. Rem=SN where SN is the 7 digit device serial number.
For example when the serial number

X

= 7021134 the message is as follows:

ASCII

R

e

m

=

œ

D

¨

O

J

Hex

0x52

0x65

0x6D

0x3D

0x9C

0x44

0xD6

0x4A

After every message the device returns a similar eight byte message with the response.

The first two bytes in the response show the status. This can either be ”Ok” (in case
everything went alright)

ASCII

O

k

\

0

\

0

value (4 byte )

Hex

0x4F

0x6B

0x00

0x00

data

or ”Er” (in the case of an error).

Statera 15/100 version 1.1

15

Содержание Statera 15/100

Страница 1: ...Statera 15 100 S15 S100 product manual version 1 1 Dr X Works BV Engelsbergenstraat 18 5616JC Eindhoven The Netherlands Phone 31852460114 www drx works nl info drx works nl ...

Страница 2: ......

Страница 3: ...n 5 2 2 Connections and controls 5 2 3 power requirements 5 3 Operation 6 4 Technical specification 9 4 1 Electrical 9 4 2 Mechanical 9 5 Environmental 10 6 Maintenance 11 7 Safety 12 8 Warranty 13 9 Mechanical outline 14 A Software control 15 Statera 15 100 version 1 1 3 ...

Страница 4: ...plitude of the fields in the cavity which results in optimal performance The driver measures the actual fields in the cavity and compares these both in phase and amplitude with the signal that is offered to the driver Both the phase and amplitude are then stabalized using loop electronics The phase and amplitude errors can be monitored on a scope The driver also allows to control the phase and amp...

Страница 5: ...put signal does not exceed 10 dBm and that the frequency matches the cavity resonant frequency 2 2 Connections and controls In the table below the inputs and outputs are summarized RF input Input SMA max 10 dBm RF input Pickup probe Input SMA signal from cavity I Output BNC output of the IQ demodulator Q Output BNC output of the IQ demodulator Power output Output N type 0 15W RF output Cooler Inpu...

Страница 6: ...gives the device information The power switch can be used to enable the RF output of the Statera The output is automatically turned of in the following cases 1 Chiller has fault cooler cable not connected chiller turned off no water flowing temperature limit 2 Transmitted power 75 0W 3 Reflected power 20 0W Figure 3 1 Main screen of Statera 100 Statera 15 100 version 1 1 6 ...

Страница 7: ...mperature setpoint The cooler icon can also be pressed to open the cooler window that shows the temperature setpoint the cavity to which this setpoint belongs and an graph of the temperature as a function of time Figure 3 2 Different states of cooler icon Right to the chiller icon the transmitted power graph is shown This graph shows the amount of power transmitted to the cavity The actual value i...

Страница 8: ...HAPTER 3 OPERATION front of the Statera The knob becomes responsive only when a control is selected which can be done by pressing the phase or power number on the touchscreen Statera 15 100 version 1 1 8 ...

Страница 9: ...z Frequency range 20 MHz Power output 0 15W Statera 15 or 0 75W Statera 100 RF input max 10dBm at resonant frequency of cavity Cooler DSUB 9 communication cable to chiller Power Supply Mains 80 130V for 60 Hz or 180 250V for 50 Hz 4 2 Mechanical Dimensions LHW 19 x 3U x 350mm Weight ca 25kg Statera 15 100 version 1 1 9 ...

Страница 10: ... ambient however temperature fluctuations should be kept as small as possible to prevent drifting The Statera 15 100 should be operated in a clean environment On no account must the Statera 15 100 be exposed to water ingress Statera 15 100 version 1 1 10 ...

Страница 11: ...the Statera 15 100 Each product is factory tested and supplied with a set of test results If degradation in performance to below the specified levels occurs or a failure is suspected then the complete unit should be returned to the manufacturer together with details of the fault Statera 15 100 version 1 1 11 ...

Страница 12: ...o not remove any panels The Statera 15 100 must be grounded Line supply is filtered within the amplifier A replaceable fuse is fitted to the line input connector which should be changed only when the AC power is disconnected from the connector Statera 15 100 version 1 1 12 ...

Страница 13: ...all other warranties except of title express or implied relating to fitness for particular purpose merchantable quality or otherwise are expressly disclaimed Seller will not be responsible for special or consequential loss or damages Liability shall be limited to the repair or replacement of defective products subject to the return of the product intact and un tampered with by the buyer Statera 15...

Страница 14: ...ine 100W MICROWAVE DRIVER Statera 100 max 10 dBm Pickup antenna Manual Monitor I Q RF Seed USB Power Output Input Cooler Ethernet Voltage 100 240 VAC Fuses 2x 6 3AT Control Firmware update Statera 15 100 version 1 1 14 ...

Страница 15: ...trieve the value As an example the following command sets the device into remote mode which has to be done before any other commands are accepted Rem 1 where the value 1 has to be casted to a four byte little endian float ASCII R e m 0 0 e Hex 0x52 0x65 0x6D 0x3D 0x00 0x00 0x80 0x3F When connection to the device over ethernet the following command has to be send prior to setting the device into re...

Страница 16: ...ou try to set the RF power using the Pow command to 999 0 the return value will be 100 0 since the power cannot be set to 999 0 All the available commands are listed below In the case of an error the four byte return value represents the error code below you can find what the meaning of the error codes are Commands f0 f2 Read Write Case Sensitive Rem remote mode 0 or 1 Pha phase between 0 and 100 ...

Страница 17: ...e is invalid 6 Error updating device 7 Error reading feature value 8 Command is invalid first three bytes 9 Read write character unknown byte number four 10 Device is not in remote so cannot process command 11 Error unknown 12 Error remote check 13 Feature not enabled on device 123456 Error invalid SN when connecting over ethernet Statera 15 100 version 1 1 17 ...

Отзывы: