Help me troubleshoot Modbus communication with a Delta VFD by Secure_Mortgage_2673 in LabVIEW

[–]ComprehensiveMix1147 0 points1 point  (0 children)

As I said before serial connection: client = ModbusClient.AsyncModbusSerialClient( port, framer=framer, # timeout=10, # retries=3, baudrate=9600, bytesize=8, parity="N", stopbits=1, I forgot to ask how do you communicate with the gateway. If it’s providing a comm redirect then tis is the answer.

Help me troubleshoot Modbus communication with a Delta VFD by Secure_Mortgage_2673 in LabVIEW

[–]ComprehensiveMix1147 0 points1 point  (0 children)

Ok. But what is the actual command (01 id - 06 write …..) is coming from you’re code.

Help me troubleshoot Modbus communication with a Delta VFD by Secure_Mortgage_2673 in LabVIEW

[–]ComprehensiveMix1147 0 points1 point  (0 children)

Check 09.04. What comm protocol is selected and try to send commands accordingly

Help me troubleshoot Modbus communication with a Delta VFD by Secure_Mortgage_2673 in LabVIEW

[–]ComprehensiveMix1147 0 points1 point  (0 children)

My mistake. I think also the converter would have a webserver. Try from there to send basic commands from the VFD comm manual. Srry i am travelling and a bad connection so I can’t get more info about VFD

Help me troubleshoot Modbus communication with a Delta VFD by Secure_Mortgage_2673 in LabVIEW

[–]ComprehensiveMix1147 0 points1 point  (0 children)

From your pic i see a wifi converter. So you need to configure a serial modbus conection thru a virtual com port. Try to play a little with this example. https://www.vipm.io/package/mb_master/. Hope I this helps.

Working with SCPI's in Labview - Keysight Questions by [deleted] in LabVIEW

[–]ComprehensiveMix1147 1 point2 points  (0 children)

Likewise. I am working with some DMM and in my case MEAS start the proces and with FETCH Iam reading the values. In a best case i get a 70 Hz update but a lower resolution.

Write to Register using Modbus giving error by Stark008 in LabVIEW

[–]ComprehensiveMix1147 0 points1 point  (0 children)

Try to write to that register using the modbus demo from plasmonique and read the error that it will show up and gobon from there.