Author Topic: I just received a new panel Pc 10 “  (Read 1134 times)

larryhts

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
I just received a new panel Pc 10 “
« on: September 14, 2018, 01:12:55 PM »
I just received a new panel Pc 10 “ and after I started the project with it I can’t read the string with the modbus/TCP drive. The Ver. is 35 on the USB stick. 
I like the menu set up of the app but need to upgrade. What would be the quickest way to upgrade without losing my work?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: I just received a new panel Pc 10 “
« Reply #1 on: September 14, 2018, 04:00:11 PM »
The string function (@Sxx) wasn't implemented until 3.99y Beta. The version shipped with the panel is 3.99x (latest stable release).

Do you want to upgrade the version on the memory stick to the latest or upgrade an existing project into the version on the memory stick?

larryhts

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
Re: I just received a new panel Pc 10 “
« Reply #2 on: September 17, 2018, 07:02:14 AM »
I expected the version on the stick that came with the panel to be the latest but after starting the project when I went to pull a barcode string to the page I found errors and when I looked the version is V. 35 on the stick. 
Should I just delete the whole project or is there a way to save the work?
There are no files on the panel hard drive that I can find, I was working from the stick.

bachphi

  • Hero Member
  • *****
  • Posts: 642
    • View Profile
Re: I just received a new panel Pc 10 “
« Reply #3 on: September 17, 2018, 10:54:43 AM »
I guess Archie is in transit or dealing with the Florence's affect. 
It's a little  bit confusion when seeing the solution name is v35, but if you open the ReleaseNotes399.txt , I think it will tell you that it's 399x.

Download latest version from here: http://downloads.advancedhmi.com/AdvancedHMIv399yBeta12.zip.

There are many example of how to deal with existing project, search & you will find
===================================================
This is NOT alt.read.my.mind.
No such thing is sh^t-for-brains unless you are posting to alt.read.my.mind.
===================================================

larryhts

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
Re: I just received a new panel Pc 10 “
« Reply #4 on: September 17, 2018, 01:02:35 PM »
Thanks bachphi.  It is confusing to see that. But I still can't get the Modbus/TCP to read strings "400049@S15"

bachphi

  • Hero Member
  • *****
  • Posts: 642
    • View Profile
Re: I just received a new panel Pc 10 “
« Reply #5 on: September 17, 2018, 01:44:48 PM »
Did you try it with 399yBeta12?  and have you tried to read some simple integer first to see if the setup is OKay
===================================================
This is NOT alt.read.my.mind.
No such thing is sh^t-for-brains unless you are posting to alt.read.my.mind.
===================================================

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: I just received a new panel Pc 10 “
« Reply #6 on: September 18, 2018, 12:52:37 AM »
Sorry for the delay in responding, I was travelling all day to return from China.

The software on the memory stick is a special edition only available with the panel PCs, so you do not want to delete it. I will try to walk you through steps to up to 3.99y Beta and still keep the features of the edition on the memory stick.

- The first thing to do is to create a directory on the memory stick named \Original
- Move all of the files on the memory stick to the \Original folder except the touch screen driver
- Download and extract the latest 3.99y Beta version to the root directory of the memory stick
- Open the 399y version from the memory stick
- In Solution Exporer, under the AdvancedHMI project, expand down the FormChangeControls folder
- Right Click the MainMenuDriven folder and select Add->Existing item
- Browse to the \Original\AdvancedHMI\FormChangeControls\MainMenuDriven folder
- Select the MainMenu.vb file, then click Add
- Repeat the previous 3 steps, but this time select the MainMenuButton.vb file

- In Solution Explorer, expand down the AdvancedHMI project
- Right click the PurchasedControls folder and select Add->Existing
- Browse to \Original\AdvancedHMIControls\PurchasedControls folder
- Select all of the .vb file and click Add

So now we are ready to add the items you added to the project. This may vary based on whether you placed your forms in a folder:
- In Solutin Explorer, right click the AdvancedHMI project and select Add->Existing
- Browse to \Original\AdvancedHMI\???? and select the form's *.vb file that you added. ONLY SELECT ONE EACH TIME YOU ADD!

After you added all of your forms, you can then try to Build the solution. If you get any errors, post them here and I will tell you how to resolve.

larryhts

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
Re: I just received a new panel Pc 10 “
« Reply #7 on: September 18, 2018, 06:57:29 AM »
Archie, Welcome home. This is my own fault. Thanks for the help.. Here is the error list.


larryhts

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
Re: I just received a new panel Pc 10 “
« Reply #8 on: September 18, 2018, 07:15:25 AM »
I have all the errors handled.  How do I get the menu page to show when run. It's there and complete in the Designer but doesn't show when run.????

larryhts

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
Re: I just received a new panel Pc 10 “
« Reply #9 on: September 18, 2018, 08:57:31 AM »
Archie I found how to get the menu to show.  All is working now. Thanks for all the help.

bachphi,  Thanks for your help.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: I just received a new panel Pc 10 “
« Reply #10 on: September 18, 2018, 11:31:09 AM »
Ok. sounds good.

Just for the record, all of those errors except for the one about the FITEQ resource are for properties that no longer exist in the latest version. You can double click each error, then delete the line of code it takes you to. Be sure to either start at the bottom of the list or Build again after deleting each line. Otherwise when you delete the line the code shifts up and the next double click will take you to the wrong code.
« Last Edit: September 18, 2018, 11:34:20 AM by Archie »

larryhts

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
Re: I just received a new panel Pc 10 “
« Reply #11 on: September 18, 2018, 12:22:53 PM »
Thanks again for a great product Archie.....