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 - Archie

Pages: 1 ... 340 341 [342]
5116
This is a known issue that has been addressed in the next release. When the CIP connection closes, it does not close the corresponding TCP socket.

5117
Support Questions / Re: Connections to a SLC 5/01 DH485
« on: March 21, 2013, 10:44:59 AM »
I have connected to the older DH485 processors using a 1770-KF3 module. It is essentially a DF1 to DH485 converter. A PIC module will not work because it relies on software token passing which is very difficult and nearly impossible in .NET

I have never used the UIC module, but it may work if it maps to a COM port.

5118
I have not yet been able to reproduce this yet, but the next version (3.27) has some portions of the Ethernet driver reworked, so maybe it will be fixed.. I'm not sure when the version will be ready for release.

5119
Tips & Tricks / Installation without Frustration
« on: March 18, 2013, 09:55:04 PM »
There are many methods of deploying your completed project. The one I recommend and use myself is to copy the complete solution to the PC and create a shortcut to the EXE found in the \bin  folder (debug or release depending on how you have Visual Studio setup). I will then move the shortcut to the Startup menu. This is commonly referred to as XCOPY deployment.

This solves the biggest problem to the next person that must maintain or modify the HMI by keeping the full source code with the executable easy at hand. Nothing more frustrating than wanting to make a simple modification and not being able to find the source code.

5120
Application Showcase / Screen Shot of Program using only BasicLabels
« on: March 14, 2013, 03:02:17 PM »
I did this more or less for a demo to show what can be done with just a BasicLabel and background image.

5121
Feature Request / Re: Component event hooks
« on: March 14, 2013, 02:45:26 PM »
A trick that is used often is to add a BasicLabel and an event handler for TextChanged. In the event handler, you can read a large chunk of data. That keeps communications way down by only monitoring the one value.

5122
Support Questions / Re: Modbus TCP driver
« on: March 14, 2013, 02:32:28 PM »
I don't think it can do floating point. Only bits, integers, and double integers.

That driver was developed using a Modbus simulator and the simulator did not support floating point. What hardware are you using?

5123
Support Questions / Re: Advanced HMI as soft-PLC?
« on: March 13, 2013, 01:13:47 PM »
The Ethernet/IP driver does not support IO messaging necessary to be a scanner.

The difficulty with making it a PLC controller is that .NET nor windows is real time therefore the response could get as bad as several seconds, depending on what Windows decides is priority. Some companies have developed a real time kernel for windows, but that is a whole other animal.

In the future there may be a possibility of a driver that makes AdvancedHMI an Ethernet/IP adapter to a scanner like the 1756-ENBT

5124
That's good news. Those ones that run on one PC but not another are the toughest ones to figure out.

5125
Support Questions / Re: Win 7 VS 2012 Express
« on: March 09, 2013, 01:08:41 AM »
Are you able to build the solution and get items in the Toolbox?

5126
Would it be possible to install Visual Studio on the panel and run the app from the development environment? That will hopefully give more details on the error.

Another thing to try is to change to .NET framework 4.0  This can be done by right clicking AdvancedHMI in the Solution Explorer and selecting properties. You can change the target framework under the Compile tab. Depending on your version of Visual Studio, it may be at the bottom of the page under Advanced Compile Options

Pages: 1 ... 340 341 [342]