08-12-2020 04:55 AM
Hello,
I start working on it again yesterday. I used a Modbus software( Commix) and the VFD was working perfectly. Now I an working on the VFD and this is my current stage. Still is not working..
In the other software, what I was using was only the hexadecimal code from page 128 as you said and it was working. In labview I still dint use those codes because I can add the upper part which is the hexadecimal, but I dont know what to put in the lower part ..
08-12-2020 05:26 AM
Hello,
I start working on it again yesterday. I used a Modbus software(Commix) and the VFD was working perfectly. Now I an working on the VFD and this is my current stage. Still is not working..
In the other software, what I was using was only the hexadecimal code from page 128 and so on, it was working. In labview I still dint use those codes because I can add the upper part which is the hexadecimal, but I dont know what to put in the lower part ..
I am attaching also the link of the VFD manual: http://www.gozuk.com/download/GK-3000-Variable-Frequency-Drive-User-Manual.pdf
Any help is highly appreciated.
-Alex
08-12-2020 06:54 AM
Hi Alex,
please keep related things in one place instead of starting new threads for the same problem!
@Alexis_Koul wrote:
In labview I still dint use those codes because I can add the upper part which is the hexadecimal, but I dont know what to put in the lower part ..
What is "upper part" and what is "lower part"?
How are those "parts" related to hexadecimal display of numbers?
08-12-2020 07:02 AM
Hello GerdW,
As you can see in the photo that I attached, every write single holding registers have the address and input data, as I have understood. The address is on hexadecimal but the input data is decimal.
As I said also, with Commix is working perfectly..but I cant make it work in LAbview..
For example in commix I am inputing the following
01 06 20 01 00 02 which is if you go to page 134 and 135. Address: 01H, Commands to VFD: 06H, Parameter Address: 2001H and Function Description: 0002H
How I do the same with the Labview? Noone of those I have used..
08-12-2020 07:22 AM
Hi Alex,
@Alexis_Koul wrote:
01 06 20 01 00 02 which is if you go to page 134 and 135. Address: 01H, Commands to VFD: 06H, Parameter Address: 2001H and Function Description: 0002H
How I do the same with the Labview? Noone of those I have used..
You need to provide the address (×2001) and the value (×0002) to a ModbusWrite function…
The address is already provided in the ModbusInit function ("unit"), the command is selected by using the correct ModbusWrite function (write holding register).
Read the help of this Modbus library to learn if/how this encodes the "write holding register" command - I never used those libraries as I created the Modbus messages on my own, using plain VISA functions for communication.
08-13-2020 06:00 AM
Hello,
Based on your feedback, I Changed the VI as the photo attached. Unfortunately still the motor doesn't run.
Not sure what I still have to changed. Looks that I am getting closer, but still...
08-13-2020 06:22 AM
08-13-2020 07:34 AM
Hello,
Thank you for your quick reply.
For question 1:
For question 2: I wrote them like this..
Looking forward to your reply,
Thank again.
Alexis
08-15-2020 11:48 PM
Hello,
Any thoughts regarding my last comment?
Alex
08-16-2020 03:09 AM
Finally IT WORKS!!