[How do I?] Huanyang inverter GT VFD programming

vxhybrid

Registered
Registered
Joined
Nov 2, 2019
Messages
7
I have a 2.2kw huanyang GT series inverter to rum my Bridgeport. It is up and running but i want to display the rotation speed on the keypad display. It is setting P7.06 to set running display. Problem is i dont understan how to set the "bits".

The 3 running display options i want are rotation speed, running frequency, and output current.

Pics are from the manual.

Thanks

20200424_080604.jpg
 

Attachments

  • 20200424_080622.jpg
    20200424_080622.jpg
    1.3 MB · Views: 3
The idea is that you enter the hexadecimal representation of those bits. You want:

Rotation Speed: Bit 5.
Running Frequency: Bit 0.
Output Current: Bit 4.

In binary, this is 110001. In hex, that is 0x31. If they want 4 digits, that is 0x0031.
 
Thank you very much. Its been along time since i have done binary to hex conversions but i got it .

Thanks again
 
Back
Top