Jump to content

Joe Tauser

MVP 2023
  • Posts

    2,851
  • Joined

  • Last visited

  • Days Won

    308

Status Replies posted by Joe Tauser

  1. Hi Joe, how are you, i have a project that uses the Unitronics HMI USP156B10 model. I want to display a stopwatch function onto the HMI. I am using ladder programming now.

    the process is like this:

    -user removed tool from sensor

    -start timer and records it

    -user place back tool

    -timer stops and display onto HMI

    Please advice, thank you

    1. Joe Tauser

      Joe Tauser

      I'd roll my own timer using a time pulse for more control.

      What time resolution do you want?

      How many recordings do you want?

      Have you tried something yet and do you have a program you can share?

      Joe T.

  2. Good afternoon, Joe. Please help me.
    I use Unitronics V570-57-T20B. I need to replace the software. But I can not connect to it. It has a USB connector type B (square). The problem is to install the driver? Help me to understand.

    My mail Popelnukvladimir@gmail.com

    1. Joe Tauser

      Joe Tauser

      The square USB connector on a V570 was originally intended to be functional but was never implemented.  Was there a sticker over it?  The new V570s with a working USB port have a mini-USB connector.

      You will need a serial cable (MJ10-22-CS25) and a USB to serial converter (MJ10-22-CS35).  Then you access it via Port 1 on the side.

      Joe T.

  3. Hello Joe

    I need a sample for Unitronics Sm43 for High Speed counter for measuring proximity sensor impuls ?

     

    Best regards

  4. Hello Joe

    I need a sample for Unitronics Sm43 for High Speed counter for measuring proximity sensor impuls ?

     

    Best regards

    1. Joe Tauser

      Joe Tauser

      Can you be more specific with what you are trying to do?

      Joe T.

    2. (See 2 other replies to this status update)

  5. Hi Joe,Hope you're well.

    I'm still trying to figure out how to display an elapsed timer.

    Or rather how to start and stop one.I'm using a vision280 with a snap in i/o.

     

    Sketch (3).png

    1. Joe Tauser

      Joe Tauser

      Martin,

      Those SB's aren't for you.  Don't rename them.  They are System Bits and the PLC OS will stomp on them despite your logic.  Read through the descriptors and learn what they can do for you.  Use MB's for your own code.  

      Most timers are delay on timers, but there is such an animal as an accumulating timer (type TA) that will do what you want.  Read all the Help on timers.

      I've attached a simple example.  You'll see I've used a special coil called a toggle, which is kind of unique to Unitronics.  I have also assigned and MB to the Touch property to the rectangles.

      How did you come to start with a V280?  It's an older model and I never use them on new projects.  The Enhanced Vision series has a lot more power and is easier to work with.

      Joe T.

      Accumulated time example.vlp

  6. Re the MF, it would also be nice to know exactly what version it got dropped.  I haven't used them, but it would be confusing for those who have them in a program that then won't upgrade properly.

    cheers Joe

    JT

    1. Joe Tauser

      Joe Tauser

      I ran head-on into this when trying to interface a to a Watlow control.  Some idiot at Watlow decided that all numbers inside should be floating point.  Probably an engineer fresh out of school.

      Then to make matters worse the Endian is backwards from Unitronics.  I needed the Struct/MF to reverse the bytes.

      Gah!

       

      JT

    2. (See 1 other reply to this status update)

×
×
  • Create New...