Data Logging Multiple Events to an Array in Studio 5000

แชร์
ฝัง

ความคิดเห็น • 35

  • @shawnspencer8766
    @shawnspencer8766 5 หลายเดือนก่อน +2

    Awesome video. This is actually how I set up my first fault handling. Great way to store data.

    • @TimWilborne
      @TimWilborne  5 หลายเดือนก่อน +2

      Glad it was helpful!

  • @Practical_PLC_Tips
    @Practical_PLC_Tips ปีที่แล้ว +2

    Hey Tim I think it would be cool if you did a video on how to setup data logging to a sd card on the micro 800 I’m currently doing a project and wanted to see your approach on this

    • @TimWilborne
      @TimWilborne  ปีที่แล้ว +3

      It is something that have curious about myself, stay tuned!

    • @dr.pancake1279
      @dr.pancake1279 ปีที่แล้ว

      @@TimWilborne hey that is a good idea.

  • @seyedmohamed2241
    @seyedmohamed2241 2 ปีที่แล้ว +2

    Fantastic job. How to store huge data with time stamp in excel or use FT view studio.

  • @ilyukchiljin7640
    @ilyukchiljin7640 ปีที่แล้ว +1

    coming from omron, this feels like a really convoluted way of logging data. Doesn't rslogix provide stack control like push, pop in filo, fifo? COP looks more suitable for copying large array of bytes e.g., in tcp/udp socket communication.

  • @terrisw05
    @terrisw05 ปีที่แล้ว +1

    is it a way to do this in connected component workbench? i have a project and want to log how many gallons of water we evaporated per day etc.

    • @TimWilborne
      @TimWilborne  ปีที่แล้ว +1

      Yes, the same basics principles should work.

  • @sophialucena6201
    @sophialucena6201 2 ปีที่แล้ว +1

    Very good professor

  • @Bilal-fb3rg
    @Bilal-fb3rg 2 ปีที่แล้ว +1

    thanks, data is so important nowadays. Do you have a full complete course?

    • @TimWilborne
      @TimWilborne  2 ปีที่แล้ว +1

      See link below
      twcontrols.com/plc-lessons

    • @Bilal-fb3rg
      @Bilal-fb3rg 2 ปีที่แล้ว

      @@TimWilborne I am already a PLC programmer, is it an advanced course?

  • @alejandrohernandex
    @alejandrohernandex ปีที่แล้ว +1

    outstanding! Thank you very much!

    • @TimWilborne
      @TimWilborne  ปีที่แล้ว +1

      You're very welcome!

    • @alejandrohernandex
      @alejandrohernandex ปีที่แล้ว +1

      @@TimWilborne How do we clear a 2D array??
      Let say a fault happened, was recoded, I did some changes on the logic 'to fix the problem' and now I need to start over whit a clean 2D array.

    • @TimWilborne
      @TimWilborne  ปีที่แล้ว +2

      @@alejandrohernandex Have a look at the FLL instruction

  • @James-oj6lk
    @James-oj6lk ปีที่แล้ว +1

    Tim, is there a way to limit equipment running in auto during the weekend(sat, sun) without flipping HOA to off?

    • @TimWilborne
      @TimWilborne  ปีที่แล้ว +2

      Yes, I know there used to be an AOI specifically for that on RA's sample downloads.

    • @James-oj6lk
      @James-oj6lk ปีที่แล้ว

      @@TimWilborne Thanks will do!

  • @justtisha
    @justtisha ปีที่แล้ว +1

    What is the video before this one?

    • @TimWilborne
      @TimWilborne  ปีที่แล้ว +1

      Here you go
      th-cam.com/video/wlzUeH_J6kI/w-d-xo.html

  • @tigerwolf721
    @tigerwolf721 5 หลายเดือนก่อน +1

    can someone tell us the reason behind using a 7 and 10 in the array. what determines the numbers used when creating a dimensional array.

    • @TimWilborne
      @TimWilborne  5 หลายเดือนก่อน +2

      It is determined by the sauce of data you need to store. It can be larger but not smaller.

  • @miguelgarcia-vg1fh
    @miguelgarcia-vg1fh ปีที่แล้ว +1

    how do you clear the array of times?

    • @TimWilborne
      @TimWilborne  ปีที่แล้ว

      Do you mean set a consecutive block of array values to zero? You would use a FLL instruction.

  • @jazminguapo4463
    @jazminguapo4463 2 ปีที่แล้ว +1

    I have a question... Why the hour's bit is wrong ?
    I did it and i have the same problem
    when i have 10 am i have got 15 in the bit, and when i have 2 pm i have got 19 in the bit, like you.
    the minutes and date are ok, just the hour's bit is wrong.

    • @TimWilborne
      @TimWilborne  2 ปีที่แล้ว +3

      I need to revisit this because I wasn't paying attention to the PC time when recording but my first guess is time zone and daylight savings time...or I didn't have the time set correctly at all.

    • @jazminguapo4463
      @jazminguapo4463 2 ปีที่แล้ว

      @@TimWilborne ok, I was thinking the same but that's not my situation.
      Thanks for answer, your videos are so good !
      Greetings from Mexico !

    • @alejandrohernandex
      @alejandrohernandex ปีที่แล้ว +1

      Same problem here!

    • @a3rstang
      @a3rstang 5 หลายเดือนก่อน

      I had the same issue. Changed attribute name from "DateTime" to "LocalDateTime" and solved the issue. Hour does show as a 24 hour clock instead of AM/PM, but understandable due the nature of the bit.

  • @vigneshice7882
    @vigneshice7882 2 ปีที่แล้ว +1

    Nice