Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to get started using VB6 to program HMI's 1

Status
Not open for further replies.

morty1227

Electrical
Joined
Jan 19, 2010
Messages
2
Location
US
Hello!

I was wondering if anyone had some tips on how to get started using VB6 to program HMI's. I have lots of PLC and HMI experience. I understand how you create display items for variable set points, but how does the data get to the PLC?

If you know of a good tutorial let me know!
 
Thanks for your help guys! The youtube video was what I was looking for. I knew HMI's could be done using VB, I just could'nt tell how to det started!
 
arj3090, your youtube video was excellent. I just came off of a project where I used an off the shelf HMI product with its own programming environment. It is super slow.

I'm thinking that we'll probably put a new SCADA front end on this system. So, a couple of questions for you:

1. I have a SLC5/05 with built in ethernet. I assume that this VB.NET application handles TCP/IP as well as serial(?)
2. How would you expect the performance of the workstations to be if I had 3 operator stations? Like I said, my current 3 station architecture is pretty slow. If I drop the stations back to a single workstation, then performance is reasonable. I've already optimized the network too so that there are no other conflicts.

Thanks
 
Thanks CtrlSystemsEng! The AdvancedHMI project on sourceforge does include an Ethernet/IP driver for SLC and MicroLogix.

The performance is dependent on a lot of factors such as how many registers you will be reading and if they are consectutive in memory. The AdvancedHMI driver will be able to outperform other drivers, such as OPC, since the driver is compiled directly as part of the application.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top