Deltaiuapur (Visitante)
| | byte doesn’t match the address, the node ignores any received data up to the next “:”. In the second approach, the node stores data that follows any “:” up to a LF. After receiving a LF, the node examines the received address and acts on the received command only if the address matches. The code that follows uses the second approach. Auxiliary Routines The example firmware for network communications includes a task loop and routines that implement delays and convert between ASCII Hex and binary data. 291 Chapter 13 Definitions The code supports a firmware-controlled or hardware-controlled driver-enable line. If needed, the firmware can implement a delay before responding to a command. PBP DEFINE HSER_CLROERR COMMAND_START con MAX_COMMAND_LENGTH con 5 MY_ADDRESS con "h" 1 Use any spare output port bit to control the driver enable line 1 Unneeded if using automatic hardware driver enable: driver_enable var PORTB.3 command_index var byte command_response var byte 6 converted_byte var byte data_ready_to_send var bit delay_before_responding var bit firmware_driver_enable var bit index var byte lower_nibble var byte network_state var byte received_command var byte 6 response_index var byte serial_in var byte success var bit upper_nibble var byte value_to_convert var byte command_index = 0 command_response 0 = COMMAND_START command_response 1 = MY_ADDRESS network_state = "r" response_index = 0 1 Output port bit used only for testing: TRISB.0 = 0 low PORTB.0 292 An RS-485 Network 1 Uncomment one of these lines. 1 delay_before_responding = 0 1 No delay before responding. delay_before_responding = 1 1 Delay before responding 1 Uncomment one of these lines: 1 firmware_driver_enable = 0 1 Circuits have automatic driver-enable control. firmware_driver_enable = 1 1 Firmware controls the driver-enable line. if firmware_driver_enable = 1 then 1 Define the driver-enable line and disable the driver. TRISB.3 = 0 driver_enable = 0 endif C18 // Comment out this line if using autom prom-electric.ru |
| | |
MichaeltWhins (Visitante)
| | Приветствую всех!
Произошла неисправность 57 на частотном преобразователе EQ7-2020-C. Похожие устройства ATV212WU75N4, CIMR-E7Z20300, VFD750F43A-G установленные на насосах в норме.
Направление нашел через майлру по запросу "psmn013-100es" prom-electric.ru/media/PSMN013-100ES.pdf . Заменил IR2133.
Всего доброго! |
| | |
MichaeltWhins (Visitante)
| | Привет!
Выходит ошибка er112 на частотном приводе M600-03400045A. Другие приборы ATV71HU75N4Z, CIMRJ7ACB1P50, CIMR-V7TC22P20 на вентиляции без неисправностей.
Инструкцию нашел в гугле по запросу "pmv50upe" prom-electric.ru/media/PMV50UPE.pdf . Был неисправен модуль Toshiba.
Пока! |
| | |
MichaeltWhins (Visitante)
| | Доброе утро!
Горит неисправность er008 на частотнике M700-10403200E. Подобные устройства ATV61ES5C13N4, CIMR-V7AT25P51, SMC930300 -p установленные на экструдерах работают исправно.
Инструкцию нашел через bing по запросу "bmi160" prom-electric.ru/media/BMI160.pdf . Оказалось подгорел драйвер.
Всем успехов! |
| | |
MichaeltWhins (Visitante)
| | Добрый вечер.
Вылазит error err104 на преобразователе PA7300-4050-N1. Аналогичные приборы ATV71EXC2C16Y, 3G3PV-A2055, VFD1320CP43A-00 на компрессорах работают.
Значение нашел через яндекс по запросу "Ремонт частотного преобразователя Altivar atv12hu15m3" prom-electric.ru/articles/1/362/ . Оказалось сгорел ШИМ контроллер.
Всем успехов! |