This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

WEBENCH® Tools/EVM430-FR6043: USS Software is not working

Part Number: EVM430-FR6043

Tool/software: WEBENCH® Design Tools

Hi,

I am trying to develop a water meter by using EVM430-FR6043 board.

For that I used USS software,

When I input invalid meter constant in that software,It is not responding anything and got stuck. Then I restarted  the software and tried to open it but it didn't open. 

I tried reinstalling the software many times but Its not working. 

I erased all related data (C:\ti\msp) and downloaded new file from TI.com  and installed it but also not working. 

and same problem occured in another computer 

plz help asap.

thanks in advamce.

  • Hi Prakash,

    What does "not working" mean? Does the USS GUI start? Where does it get stuck? Do you have some screen shots that you can share?

    Srinivas

  • USS GUI is not start

  • Hi Prakash,

    Have you checked the Java version is at least the version mentioned in the release notes at file:///C:/ti/msp/USS_02_20_00_18/USS/Release_Notes_USS_02_20_00_18.html?

    "Java JRE 1.7 or later must be installed on the host system. Click here to go to Java Download Page."

    What is the Java version on your windows machine?

    I am assuming you downloaded the latest version and trying to run: USS_02_20_00_18.

    As mentioned in the release notes, we have run on both Windows 7 & 10 machines without any issues.

    Srinivas

  • Hi Srinivas,

    I am using latest java version but still facing same problem.  

    Thanks for reply

  • Hi Prakash,

    1. Can you send us the log file for the Design Center launch. You need to follow the steps below:

    • Open command prompt
    • Type cd C:\ti\msp\USS_<version> (the latest external version is 02_20_00_19)
    • Type .\USS.exe -debug 2 > uss_output.txt 2>&1
    • Wait until the application tries to load, and then send us (attach) the uss_output.txt file inside the USS_<version> folder.

    2. Are you using a 4K monitor? If so, please follow the steps below

    • Right click the USS Design Center link (on desktop) and select "Properties":
    • Select the Pane “Compatibilty”
    • Choose “Override high DPI scaling behavior Scaling performed by”:
    • “System”

    • Apply -> OK

    Srinivas

  • Hi Srinivas,

    1. kindly find the attached uss_output.txt file

    2. not using 4k monitor

    Thanks for your valuable reply,

    HidManagement
    01.16 10:16:52 Opening log file: C:\Users\Developer\USS_02_20_00_18\USS.log
    Exception in thread "main" 
    java.lang.NumberFormatException: For input string: "12,742,000"
    	at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
    	at sun.misc.FloatingDecimal.parseFloat(Unknown Source)
    	at java.lang.Float.parseFloat(Unknown Source)
    	at com.ti.msp430.USS.Application.ConfigPanel.updateParameter(ConfigPanel.java:1501)
    	at com.ti.msp430.USS.Application.ConfigPanel.loadConfig(ConfigPanel.java:1351)
    	at com.ti.msp430.USS.Application.Application.preSetVisibleActions(Application.java:874)
    	at com.ti.msp430.USS.DesignCenter.DesignCenter.init(DesignCenter.java:872)
    	at com.ti.msp430.USS.Application.Application.init(Application.java:271)
    	at com.ti.msp430.USS.Application.Application.main(Application.java:984)
    

    Prakash 

  • Hi Prakash,

    The problem is that you entered "12,742,000" into the meter constant. You are not allowed to use commas. You should just enter "12742000". 

    Please open the <C:\Users\username\USS_02_20_00_18\USSWorkspace\USSGUIExitLog.xml> and edit the line 

    <areaConstant>12,74,2000</areaConstant> and replace with 

    <areaConstant>12742000</areaConstant>.

    It should launch correctly. 

    Srinivas

  • Hi Srinivas 

    It's solve my issue.

    thanks.

    Prakash