...
- Communication protocol: VONSCH VQfrem 400.
- The station address is a 16-bit number (1-32767). It can be entered decimally (e.g., 1 or 1234) or hexadecimally using a hash (e.g. #0001 or #4D2).
Address 32768 (#8000) serves as a broadcast for commanding - all devices receive it, but none respond to it.
...
Table 2 - Status register of a converter
| Bit | Meaning | Logical 0 | Logical 1 |
|---|---|---|---|
| 0 | Motor voltage | disconnected | connected |
1 | Converter is ready for START via serial link | not ready | ready |
| 2 | Converter is reset via serial link | OFF | ON |
| 3 | Reverse - required frequency or position is negative | OFF | ON |
| 4 | Motor ready | not ready | ready |
| 5 | Active set | SET1 | SET2 |
| 6 | Converter is reset | OFF | ON |
| 7 | Terminal switch 2 | not ready | ready |
| 8 | Fault | didn’t occur | occurred |
| 9 | Warning | didn’t occur | occurred |
| 10 | Start / Stop | in stop | in start |
| 11 | End of trial operation | OFF | ON |
| 12 | Critical warning | didn’t occur | occurred |
| 13 | Frequency change at the output of ramp generator | not finished | finished |
| 14 | Position calibration command | not received | received |
| 15 | Password authorization | not valid | valid |
Table 3 - Quantities available for reading according to the documentation
| Address | Description | Meaning |
|---|---|---|
| #0001 | Software version | 609h for ver. 6.09, (402h for ver. 4.02, 304h for ver. 3.04) |
#0004 | Voltage range | 190h for 400V, 191h for 400 ...M, 2b2h for 690V |
| #0025 | Freq. INV - the frequency of voltage on converter’s output (stator frequency) | +/- XXX,XX Hz |
| #0026 | Revolves - output revolutions of the motor | +/- XXXX rev/min |
| #0027 | Revol/i - evolutions behind gear/transmission | +/- XXXX,X rev/min |
| #0028 | Freq.RT - rotor frequency (evaluated from speed encoder – IRC) | +/- XX,XX Hz |
| #0029 | Freq.RF - required converter frequency | +/- XX,XX Hz |
| #002A | MT Curr. - effective current value into the motor | XXX,X A |
| #002B | R.torque - required mechanical motor torque | +/- XXX,X Nm |
| #002C | Torque - mechanical motor torque | +/- XXX,X Nm |
| #002D | Mag. flux - rotor magnetic flux | X,XXX Wb |
| #002E | Volt. MT - momentary motor supply voltage (100.0% responds to 400 V) | XXX,X % |
| #002F | Volt. DC - real voltage of converter’s unidirectional DC bus | XXX V |
| #0030 | Inp.pow. - momentary input power into the motor | XXX,X kW |
| #0031 | MT power - motor power | XXX,X kW |
| #0032 | kW hours - motor energy consumption in kWh | XXXX kWh |
| #0033 | MW hours - motor energy consumption in MWh | XXXX MWh |
| #0034 | Teplota chladiča meniča | XX,X °C |
| #0035 | Temp.INV. - air temperature in the converter | XX,X °C |
| #0036 | PR ref. - required value of process regulator | XX,X % |
| #0037 | PR real - feedback of process regulator (real value) | XX,X % |
| #0038 | Inp. AIN1 - the value of analogue input AIN1 in % range | XX,X % |
| #0039 | Inp. AIN2 - the value of analogue input AIN2 in % range | XX,X % |
| #003A | Hodnota analógového vstupu 3 v % rozsahu | XX,X % |
| #003B | BIN 1-6 - status of binary inputs BIN 1 - BIN 6 (bits 0-5 from the received value - bit numbering is from 0 to 15). | 0=input is open 1=input is closed |
| #003C | RELAY 1-2,3 - the status of relay inputs RELAY 1 - RELAY 4 (bits 8-10 from the received value - bit numbering is from 0 to 15). | 0=relay is open 1=relay is closed |
| #003D | Hours INV - converter operating time counter | XXXX h |
| #003E | Hours MT - motor operating time counter | XXXX h |
| #003F | Pos.ref. - required position in a case of „position“ variable | +/- XXXX,X cm |
| #0040 | Position - real position | +/- XXXX,X cm |
| #0041 | Pos. TSW2 - the trajectory for running down when Terminal switch TSW2 is on | +/- XXXX cm |
| #0042 | Deviation from zero position when calibrating the ARC position sensor | XXXX d |
| #0043 | cos(fi ) - momentary value of motor power factor | +/- X,XX |
| #0044 | See Warnings register 2 | - |
| #0045 | See Warnings register 1 | - |
| #0046 | See See the Faults register | - |
| #0048 | Overload - a momentary value of overload | XXX.X % |
| #0049 | Service SL - service displayed variable Slave | +/- XXXX d |
| #004a | Service MS - service displayed variable Master | +/- XXXX d |
All values are transmitted as 16-bit numbers. The KOM process interprets them as signed or positive by address
(signed are #0025-#0027#0029, #002B#002B, #002C#002C, #003F-#0041, #0043#0043, #0049#0049-#004a).
If the number is fractional, the corresponding linear conversion must be entered in the I/O tag configuration in the Conversion tab (e.g., coefficient A=0.1 for #0030, A=0.01 for #0028).
...