Added: 4 years ago
From: arj3090
Views: 109,313
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (38)

Sign In or Sign Up now to post a comment!
  • is there any programs like logixpro for mac

  • Hi, thanks for the video, I cant beleive I didnt see it sooner. Do you know if it will work with the Micro830 family.

  • @morelos81 Not sure what protocols the Micro830 uses. Haven't got hold of onet to do any testing yet.

  • does the df1 driver work in VB2010express, when I build after loading driver I get 31 errors and it doesnt show up in toolbox, thanks

  • @NoCommieBastards The DF1 driver in version 3.19 has some known issues. It works in the other versions still available for download. Version 3.20 will be available on 28-NOV-11 with a fix.

  • I have a AutomationDirect 205 with a 230 cpu. Do you think this HMI will work with the above mentioned PLC? I just picked this PLC up cheap and thought I could build a PLC trainer to learn on.

  • @MrTimowens I'm not sure what protocols the 230 CPU supports. The higher processors support Modbus and there is a Modbus driver included in the AdvancedHMI project shown in my other videos.

  • hi, i spoke to you once before on eng-tips forum and you were suggesting your df1 driver for a hmi application. Can you email me with a link to the latest files for vb.net and maybe a small description / recomendation of how to monitor a wide range of addresses so I can display them on the screen without bogging down the df1. Thanks my email is antsrealm@hotmail.com

  • @Inbernaldigital " de cualquier modo se agradece mucho. Puedo consultarte por cualquier duda??"

    I do not speak very good Spanish, but feel free to email me with any question

  • Muy buena técnica,.,. sólo q necesita ser mas claro el video, algunas opciones y frases no se ven muy bien,,.., de cualquier modo se agradece mucho. Puedo consultarte por cualquier duda??

  • Now is there any way to use this with RSLogix Emulate? The DF1 protocol requires a COM port, but the emulator doesn't communicate with COM ports.

  • hi, will this work on SLC5/01 PLC?? thanks

  • @helmiJ86 It hasn't been tested on a 5/01, but you will need a KF3 or UIC module. It does not work with a PIC

  • @helmiJ86 ok.. it wont work with 4717 PIC.. What is a KF3?? and is it RS232 Connection?

  • great video love that

  • I think you are the same voice from my ViaCad program. If so thank you, your instruction techniques are excellent, the style, "walk me through it slowly" is teaching! as opposed to some of my instructors who breeze through and leave me with the feeling their goal is not to convey the information. Kill the Competition, ha!

  • Hey. I have a school project about home Automation. I have 5 power outlets and 1 light i want to voice control. Whats the cheepest PLC with LAN or Wifi or Bluetooth

    i can use?

  • Automation Direct is known for being low cost. Check ebay, you can get some good deals there.

  • Archie this is great! Just wondering if you've been able to find a driver that will talk on EthernetIP?

  • Archie,

    Does your free software have a way to auto-detect the DF1 comm settings like RS_Linx?

    Thanks,

    Joe_WaZoo

  • Joe

    If you get the AdvancedHMI software, it includes a newer version of the DF1 driver which does auto detect communication settings.

    Archie

  • Within RSLinx, you can copy an OPC Topic link and paste it into Excel. The data will then start to stream into that Excel cell where you pasted it. Is there any way to support that here? Then you could have a way to use ethernet that would be easy to get to the controller. You wouldn't be limited to a serial communication link. VERY NICE APP. Mind Expanding.

  • If you use RSLinx, then it would no longer be able to be considered free. The AdvancedHMI project, which can be seen in another video, utilitzes this free driver and will eventually support OPC to allow use with RSLinx aor any other OPC driver.

  • Well produced video! Do you have an outlook when the free friver will support OPC? Are you going to post another instructional video with the OPC support features?

  • Where did you get the RS Logix 500 program?

  • You need to buy a licence for it from rockwell.

  • Great and awesome info ..

    please is there anyway to run rslogix500 and rslinx and rsviews32 and make them talk without using an actual PLC ....for learning

    to see how the ladder logic interacts with the HMI

  • I haven't used it myself, but I believe RSEmulate will do what you are wanting to do.

  • Is there any known issues of using this on Vista??

  • probably equivalent to 5000 dollars in instruction at a trade school

  • Damn thanks man

  • i am using the original inbuilt com port (Not usb converter) on IBM thinkpad craptop. It only will communicate on 1 baud rate ?? I will try with another laptop and another plc.

  • arj3090 :- I'm not sure, none of the other baud rates work with my laptop to the slc5/03 i use the official programming cable and its a proper serial port on the laptop ?? Maybe you can tell me ?? i thought it was strange that its so low ?

  • Do you have a real serial port or are you using a USB to RS232 adapter? I've heard about many problems with those. I have never had any baud rate problems and even used as high as 38400 on a micrologix.

  • arj3090 :- i did that buy moving bits and values into the F8 register as my counter will exceed 1 million counts. This is extremely anoying for a larger program. How is it that a proface screen or panelview can easilly monitor all those registers using the same serial comms ??

  • A proface or panelview typically optimizes communications by polling only what is currently displayed. They will be just as slow if you fill the screen with a large number of values. 1200 Baud is extremely slow. Why are you tied to using that baud rate?

  • hi, i need to monitor lots of registers off the poll timer and a c5:0.ACC register every 1/4 of a second and i can only get a buad rate of 1200. The vb program runs slower and slower as i add more things for it to monitor. How can i get it to display a counter value perfectly even if it is incrementing every 25 millisecond :) thanks. ps. do i need ethernet ??

  • Each request from the PLC uses some extra bytes (overhead) for things such as packet start/end, checksum, etc. Reading a lot of separate values require a lot of data to be transferred. The first thing to do is move all of your values in the PLC (using ladder) to a consectutive memory block. You can then read all of the values simulataneously, greatly decreasing the overhead. For example, if you move 50 values to the N10 file:

    DF1Comm1.ReadyAny("N10:0",50)

  • How much does one have to invest in this software(V/B&ActX) to get objects to look professional? I have been using wonderware-rsview pb32 etc for years and this is something I would like to know more about.

  • I would really like to build a library of components to work with this driver, but my artistic ability is limited. If anyone with some ability to draw well on the PC is interested in contributing to this, I would very much like to work with them to add onto this project.

  • I did a similar thing with Mitsubishi's "MX component". I used Visual C# express 2005.

  • arj3090  your the man....salute to you.

  • Interesting

  • That is awesome you got any thing else on plc and hmi?I work with ab plc-5 and direct logic,etc

  • I'm working on a couple more. One I am going to show how to chart data from a PLC all with free software.

  • men thanks your a blessing for a lot of people who wants to learn and better themselves. Thanks man and God bless you.

  • Nice video but a little over my head. I'm just starting to do some program on plc's. Need more how to videos that are more basic.

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more