Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Saul@kac.us

Pages: [1]
1
Not sure what fixed the problem, but this is how i got it to work, I re-dowloaded your AdvanchedHMI Package again. Replaced my AdvancedHMIControls, AdvancedHMIDrivers and AdvancedHMICS folders from the freshly downloaded package.  I opened up the project and build the solution. Once i did this, i noticed that the project was now giving me errors. Somehow under the MainForm.Designer.vb code every BasicLabel created had a misspelling on one of its properties. for example:

Me.BasicLabel1.KeypadAlphaNumeric = False
was spelled as
Me.BasicLabel1.KeypadAlpahNumeric = False

Where the a and h flipped. Not sure how this happened, but it happened on all basiclabels... Weird.
Once i fixed this error, i build the project tested the project through the XCopy deployment and it worked great.

I really appreciate the quick response and assistance from you Archie. Thank you very much

2
I apologize for the misspelling and the bad writing from my previous post. I did publish the project with the Visual Studio Express 2015 publisher wizard. After installation of the program, that is when I noticed that it was not communicating to the plc and it was the wrong method to run the final program so it fully complies with the licensing. I looked into other post and Archie recommended to copy the complete solution to the PC and create a shortcut to the EXE found in the \bin folder (debug or release). I could not get any of the programs  to work from the release folder nor the debug folder. What am i missing?
I think im using the default program from the AdvancedHMI Package.
The name of the software is Microsoft Visual Studio Express 2015 for Windows Desktop. Version 14 Update 3
Did i do the xcopy deployment wrong? I assume you build the project in the development software and then go to the /bin folder  and start the program from there.

3
I am using Visual Studio Express 2015 and AdvancedHMI software to talk to a ControlLogix Processor. I am using AdvancedHMI BasicLabels with the EthernetIPforCLXCom driver to monitor certain tags in the controllogix l81e processor. While everything works on the development software while debugging, once i want to actually run the software from the shortcut that i created from EXE found in the \bin  folder under the project folder, no BasicLabels will update, it almost seems that there is no communication to the plc, but it works perfect while in the debug mode. What im i dong wrong. Please help....

I almost done with my project and im stuck at the very end...


Pages: [1]