Jump to content

Recommended Posts

Posted

Hi,

I got V130 PLC, and I need to show some analog measurements on my display. 

When I try to type in russian, it just shows * no matter what I type.

How can I solve this?

Thankful in advance,

Nikola Ljubinkovic

Posted

Hi Ljuba;

 

See also my response for the JAZZ.

In Visilogic,   Right click on the display,  select fonts and select a font to use.

     On the left there is   Select All    and all the characters will show up with Blue background

    ( the standard fonts will not allow a Select All, so add a new font )

Maybe there is an easier way, but this is what I have tried :

      On the screen, to display the 'special characters'  (0x80 -0xFF -- 128-255)

     use the  Display ASCII String and imbed the special characters in the MI  Vector.

   The Programming display will not show them , but when downloaded, the characters will be displayed.

   ( note    2 characters per MI, enter as HEX because it is easier to decode  the 2 chars  in Hex than as an Integer)

   also the entry is invereted    ab (0x6162)       is entered as  ba(0x6261)   in the MI.      0x  just means Hex Format

This may not be the best solution, and if there are better solutions from others, please contribute. We all learn.

 

Dan

 

 

 

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.