LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert the Labview project from Japanese language to English

Hi Folks,

I found a labview implementations of CP2112 and BME 280 I2c ICs from web. But unfortunately the VIs have a Japanese Fonts. I tried installing the Japanese language in Windows 10 and tried opening the same but it is not displaying the Japanese fonts in the VIs and  hence many of the VIs seems to be shown broken. Can anybody help me convert the VIs in the English. and share this library with me?

Thanking you in anticipation.

Best Regards

Sandy

Download All
0 Kudos
Message 1 of 2
(1,531 Views)

Hi Sandy,

 

I downloaded the CP2112 zip you attached and opened it on my computer, but I didn't find any errors or broken VIs.

 

I do note that the error cluster controls and indicators have some garbled name ("ƒGƒ‰[“ü—́iƒGƒ‰[‚È‚µj"), which is probably related to being converted from Japanese, and is a symptom of lacking unicode support in LabVIEW, but this won't break your code (it just makes it a bit ugly).

You can rename these if it bothers you.

 

Unfortunately the example text is also garbled, which might be more annoying, but it also isn't a "code" problem, it just means you can't easily get values from the Front Panel examples 😕

 

When I come to the BME project, there are some broken VIs - in this case, it seems to be that it expects the Drivers virtual folder to actually be an autopopulating folder with the LV-CP2212.lvproj underneath it (if you look at the search paths for the missing VIs, this also looks likely).

So you can probably most easily "fix" this by placing the CP2112 folder inside /project/Drivers/LV-CP2112.


GCentral
0 Kudos
Message 2 of 2
(1,455 Views)