Jump to content

vincentBsef

Members
  • Posts

    18
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by vincentBsef

  1. On 1/9/2022 at 5:49 PM, Flex727 said:

    [...]

    And, finally, remember that if you are going to use any image in "Transparent" mode, that the transparency is controlled by the single pixel in the top left corner of the image. [...]

    Dear Flex727,
    This is exactly what I needed, because until now I had only random results. ( Well, I think I already knew that but use very little and had forgotten).

    And the rest, well, the beginning, is just great!

    Thanks a lot!

    • Upvote 1
  2. I may be wrong, but it seems to me that the file on the SD card that contains the raw DT data saved, are the UDTF files.
    The CSVs are just "copies". If you want to make an "append", you will have to read the DT on the SD, via the UDTF file (which will be automatic).
    Then the UDTF file will be written with a new line, and the CSV will be copied from this new UDFT (the timing may be different).
    IF the UDTF does not exist... it will be as if the CSV is empty.
    At least that's how I understood it.

  3. Yes. Tat's clever.  Have to admit : hadn't thought of that.

    But i need to start at the end. And, i have to exclude the empty lines before.

    Excluding empty row is checking for zero (in one specifique cell that canot be 0 if not empty). So, Find DTI Column won't work.

    But one the first unempty row find, using that block is lighter, smarter. Must be folow by a sub, though.

    I will keep it the way i wrote. 

    But I already used this since I read your answer :)

    And i probably should have do it before.

     

    VB

     

  4. Hello.


    After taking a new ex-d16a3-to13 on another v350 on a test bench, I could not reproduce the issue.
    I then exchanged the 2 extensions and still can't reproduce this problem either on the bench or on the material in the machine.
    So I dont' get what happened.  I'm pretty sure I didn't dream this, because I could repeat it on purpose.......

    But now, I invalidate my previous statement about this bug.

  5. Dear forumers and staff,
    After login as an user from a role, in a web server page :

    • is there any why to logout ? The next acces on the same browser don't ask for a new connexion.
      Even in private mode. Had to try it whith an other browser. (I only tested once).
    • Will Custom Controls become available once for web pages or is it technically not possible ?

    Thanks.

     

     

     

     

     

  6. Hello,

    I just started testing with this pwm output on a static relay.
    And I notice that with a duty cycle at 0, my output goes to a 1 logic  : 24Vdc.
    I have to set a negative value to switch the output  to 0.

    It's strange and unexpected. And not in accordance with the answer above.
    I wonder if I'm doing something wrong?

     

    Edit : I just noticed that the issue only occurs when the DC value goes directly from 1000 to 0.
    A passage by an intermediate value does not produce this pb.
    Therefore, I think it may be a bug ?

  7. Hi everyone,

    I don't get how the LF "Find And Remove From Array" works.

    That LF is not in the help. (AFAIK).

    The "C" entry ask for a "Key array"... and that's what i don't get.

    What i need : my array has 21 UINT32. I would like to clear all elements with 0. And then, find the N smallest elements.

    I thought this LD could do it... Even if it's true that I don't know what size to give to the output ARRAY, also.

     

    So, I don't think this LT can help me, but in any case, I don't understand how it works. So, could i have some help, pleas ?

     

     

  8. 5 hours ago, AlexUT said:

    Some additional information:

    All referred in help and in this post PWM frequencies are for on-board and snap-in modules, direct connected to PLC CPYU.

    Expansion modules has 1 Hz step, and you have to follow IO module specification.

    B.R.

     

    Thank you for yout 2 answers.

    I did see this part in the messages above. But a reminder can't hurt :)
    Considering the changes I have to make to the existing program, I think I'll try to get the v350 I need.

    V.B.

  9. On 1/22/2019 at 2:43 PM, DanT said:

    [...]

    An interesting note also about the PWM  in the Expansion --   There is      NO   MB Trigger Bit  Used

    [...]

    Dan

    Hello everyone.

    Sorry for digging up the topic.

     

    I'm just programming a PWM on an EX-D16A3-TO16 extension... and I actually don't see any activation bit.

    Should I consider that the activation is permanent, and that if I want an output at 0, I have to set the Duty Cycle to 0 ?

     

    I don't have the material on hand, I program for on-site intervention. I can't test immediately.

×
×
  • Create New...