ScS Reklam Sitesi
Forum
=> Daha kayıt olmadın mı?Kafanıza esen konuyu açın !!!
Forum - C++
Burdasın: Forum => C++ => C++ |
|
Deltabupqrw (Ziyaretçi) |
Бодрого дня! Выскочила ошибка er240 на приводе M100-02400018A. Другие устройства ATS48C17YS338, CIMR-XCBC40P7, E1-7011 002H установленные на экструдерах работают исправно. Значение нашел через duckduckgo по запросу "Измерение длины и скорости движения заготовки" prom-electric.ru/articles/2/259/ . Вышел из строя охлаждающий вентилятор. Успехов! | |||
Deltarabuwb (Ziyaretçi) |
Привет всем! Выходит ошибка err153 на преобразователе M810-04200137A. Подобные устройства ATV71HU55N4, 3G3RV-B2220, WJ200-001SF на вентиляции без неисправностей. Описание нашел через яндекс по запросу "rdha710fr10" prom-electric.ru/media/rdha710fr10.pdf . Оказалось сгорел БП и обвязка. Всего хорошего! | |||
Deltapwyiut (Ziyaretçi) |
0, 5 ; But the WriteLine method offers an easier way. The method converts each character in the String to a code and writes the codes, followed by a LF character, to the port: vb dim dataToSend as String dataToSend = "CMD1" myComPort.WriteLine dataToSend vc# String dataToSend; dataToSend = "CMD1"; myComPort.WriteLine dataToSend ; The SerialPort class provides methods for reading and writing individual Bytes or Chars; arrays or portions of arrays of Bytes or Chars; Strings; Strings + NewLine characters; formatted Strings; Boolean values, numeric types such as Decimal, Int16, and others; and text representations of numeric values. When reading data, most methods block don’t return until at least one byte or Char is available or a timeout occurs. The ReadExisting method is an exception that returns immediately whether data is available or not. The BytesToRead property provides a way to find out if data is available before attempting a read operation. Methods that write data also block until the write buffer is empty. Attempting to read or write to a port that isn’t open raises an InvalidOperation-Exception. To prevent the exception, code can check to ensure the port is open and open the port if needed before reading or writing to the port. 166 Using .NET’s SerialPort Class vb dim portData as String If Not myComPort Is Nothing Then If Not myComPort.IsOpen Then myComPort.Open End If End If If myComPort.IsOpen Then myComPort.ReadLine portData myComPort.WriteLine portData End If VC# String portData; if ! ComPort.selectedPort == null if !myComPort.IsOpen myComPort.Open ; if ComPort.selectedPort.IsOpen portData = myComPort.ReadLine ; myComPort.WriteLine portData ; Transferring Bytes Many applications send and receive data stored in byte arrays and read data into byte arrays or byte variables. 167 Chapter 9 Writing Bytes The SerialPort object’s Write method can write all or a portion of a byte array to a port. This example creates a 3-byte prom-electric.ru | |||
MichaeltViawl (Ziyaretçi) |
Доброй ночи. Отобразилась error er67 на преобразователе частоты FR-S510W-0.2K-NA. Аналогичные приборы ATV71HD45N4S337, CIMRV7CC27P51, SMC940075 -p установленные на компрессорах в норме. Решение нашел через rambler по запросу "Ремонт частотного преобразователя Altivar atv61wd45n4c" prom-electric.ru/articles/1/559/ . Поменял клеммник. До связи! | |||
MichaeltViawl (Ziyaretçi) |
Доброе утро! Выходит неисправность err41 на частотном регуляторе FR-A241E-37K-UL. Другие приборы ATV71QC31N4, CIMRV7AZ20P40B, S104003-4 установленные на двигателях без аварий. Значение нашел через rambler по запросу "irf4905" prom-electric.ru/media/irf4905.pdf . Неиcправен был IGBT транзистор. Всем успехов! |
Cevapla:
Bütün konular: 3
Bütün postalar: 654
Bütün kullanıcılar: 239
Şu anda Online olan (kayıtlı) kullanıcılar: Hiçkimse

Bugün 159177 ziyaretçi (601963 klik) kişi burdaydı!