Jump to content

t0r3r0s

Members
  • Posts

    61
  • Joined

  • Last visited

Posts posted by t0r3r0s

  1. 17 hours ago, DanT said:

    Hi;

    Good Catch Flex,    Brain Missed that MB part,    

        SB2    is a one shot on POWER UP  Only- First Scan thru.

    If you want to re-initialize the setup ,  do the re-init with a     -|P|-   in the same net, in parallel with the SB2 .

     

    DanT

     

     

     

     

     

    Hi;

    I have one more problem I cant connect to my remote operator .

    I have 59b7c61cb8c10_Remoteope.png.0fefc7f23cb9 

    this error .

     

    Have you some idea ?

  2. 1 minute ago, Flex727 said:

    I never store ASCII characters in ML, only MI. Why are you trying to use ML?

    Your attachment isn't making any sense to me. You show the column "Proizvod" to be defined as 10 characters, but in your Write Row FB, it shows as 20. Are they referring to the same Data Tables?

    I try to see what happend , but same problem is with MI ,i set my orginal program photo, and you can see result in datatable, I write water you can see result is SE720

    11.jpg

    22.jpg

    333.jpg

    444.jpg

  3. 13 minutes ago, Flex727 said:

    What function are you using to write the ASCII string? Typically, if the column is defined as String, 10, it will automatically read a vector of 5 MIs into the column. Make sure your Data Table definition is correct.

    On the photo you can see Proizvod string 10, on the second photo i try with ML to ML and i see first ML is empty if i write example water in datatable I have only r.
    ML 10 is correct on datatable Proizvod

    Pro.jpg

    asc.jpg

    rr.jpg

    2.jpg

  4. On 8/29/2017 at 5:29 PM, Flex727 said:

    In addition to what Joe said, I'll also note that a 20 character string will need to be placed into a vector of 10 MIs.

    Greeatings , 
    How can i write ASCII string of 10 char in DataTable type String 10 , 

    ASCCII string start adress of vector is 100 , when i write example "start " i have only st , this is why MI is 2byte i neded 5 .
    Have you some example for this ? 
    thank you

  5. 3 hours ago, DanT said:

    Hi;

       Is the Ethernet Cable Plugged into the Ethernet Port ?  and are the LED's Flashing  for connectivity?

     The Expansion port uses  a  RJ45 Connector also, and is often confused with the Ethernet port.

     Check the PLC   using INFO Mode   ( Password 1111)      

                  Ethernet

                 Upper lines show Ethernet IP and current status

                Middle allows you to view and set parameters - IP, Sockets

               Press Monitor to see if any   data is reaching the PLC ( selectable by the port )

     

    Are the PLC and PC on the same network?     Check the address of the PC.

    Can you  PING   the PLC IP Address   from the PC  and get a reply?

     

    DanT

               Greeatings.

    Thank you for answer , on my question . ethernet cable is plugged in and flashing is ok , in cmd when i try ping my adress i dont loss any package .
    Its work , but when I try on visilogic i have error 210

     

    Quote

     

     

    vv.jpg

  6. On 2/26/2019 at 8:07 AM, Ausman said:

    Uhmmm.  Not being picky, but doesn't getting 200mm out of 1000 counts mean that 1 count = 0.2mm , and subsequent maths should be based on that.  You look like you've got the target correct, Visco, just a little bit more coffee needed on the other relationship.  😉

    Other MLs immediately storing the encoder's current count can be used and manipulated, thus not upsetting the main encoder count at all.

    cheers, Aus

    have you some example for that ? 

    I can use ML variable to store old and new value of encoder , If my target value is same like value of encoder i stop encoder and do other function

  7. 16 hours ago, Joe Tauser said:

    For starters, give us the make and model of the encoder and how it will be connected to the system.  Will it have a wheel on its shaft riding on the product or will it be connected directly to the machine?

    We need to determine the number of pulses per unit length of the actual product you are trying to measure.

    Joe T.

    model of encoder is hengsteler 500 pulse per revolution , the output from encoder is 24 vdc , supply is 10-30vdc of encoder , i Will direct conect my encoder to plc , i have problem 

    With code hoW can i counting this impuls from encoder have you example for that,  

    for example one my tun is 50 cm or 500mm i must do experiment hoW much impulse i have for this length i need only example for encoder other math and leader i Will make 

    yourself , only hoW count or hoW read encoder signal

  8. Greeatings.

     

    Can someone explane me how can i protect my parametars with pasword on jazz 20 

    I need one screen with options for pasword when pasword is correct i open parametars screen one if pasword isnt corect open new screen with 

    messagee pasword wrong.

     

    Have someone to help me about it 

  9. Greeatings 

    i post second topic about alarm , i cant understund how can i make it on visilogic

    I post my photo and if someone can explane step by step how can i make alarms on hmi 

    on this photo you can see mb 128 trigger my alarm

    http://pokit.org/get/?b53494f5c7087a0c82b9f126ab01c63b.jpg

    how can i activate this from leader i dont understand IN and out of show alarms -

    and how create history of alarm screen 

    Must I make screen of history or visilogic have alarm menager like other plc 

  10. 28 minutes ago, Joe Tauser said:

    The Alarm manager will do what you're asking - it's configured in the tree on the right in Visilogic.  Read all the Help on Alarms before you dive into it.

    Photo 1 - you have the same register for Month and Day.  These should be different.  When you go online, what values do they contain?

    Photo 2 - a very nice screen but I have no idea what's under the hood

    Photo 3 - I don't see a timer.  That logic will call a display once, as the coil triggering the transition is hanging on the power rail.  Is the rail in a subroutine?  

    Joe T.

    ok i make mistake on photo one , but i have this problem on photo one you can see day of month isnt on why ??? on photo two you see what i set on my plc 

    on photo 3 are my definition of day of month

    http://pokit.org/get/?f08eb856ab7f8cded373411b2a4ee7f5.jpg

    http://pokit.org/get/?c44d1571d8c8a67db5deb6be38915e8b.jpg

    http://pokit.org/get/?6c12be8aeb7494e0ae77edf287327d5e.jpg

     

     

     

  11. 10 minutes ago, Joe Tauser said:

    There is an example of the Unitronics alarm manager under Help->Examples->Version 900 -> Project examples -> ladder -> V1040 Alarm Example.vlp.

    The Unitronics alarm manager is a bit of a complicated beast for someone new to the product; you may be better off making your own alarm handler in logic depending on what your needs are.

    Can you describe what you want to do?

    Joe T.

    I need alarm screen on hmi , where i can find allarm history , and can i on unitronics do something like this : when alarm is activate example security circuit is broken down , i need pop up with message circuit is broken ?

    i have one more question about indirect function on photo you can see my leader diagram 

    http://pokit.org/get/?4e32ee4c563cefb6ee9722e39481ef5f.jpg

    http://pokit.org/get/?63103df24bd0eacbb2befc9000babcf2.jpg

    http://pokit.org/get/?0c66c4829007019b5e5e2c57421ae8e4.jpg

    why dont load hmi screen when timers are on ?

    you can see on photo 1 and 3 diagram on photo two are timers

    one more questions here if you see on select day of month when i select 20 day day 1 is automatic on

    why ???

     

     

  12. On 1/12/2018 at 6:03 PM, Joe Tauser said:

    This is handled with PLC code.

    Unitronics has a password screen object which hashes the input value, but this limits you to one password only.  I typically don't use the hashed input so I can have a backdoor password as well as a user-changeable password.

    Try your hand at HMI calls based on compare blocks in the PLC logic and post your code with what you've done so we can help.

    Joe T.

    OK i have one question

    When i make on hmi password , how can i it compare with my entry ? 

    if entry equal with password i need to entry to hmi screen new  if isnt equal i need to show other screen with text wrong password

     

     

    I resolve my problem

     

     

     

  13. Greeatings .

     

    I need help , i make one subrutine and i cant restart my timer in this subrutine, 

    in attach i set my code for subroutine if someone can set for me timer on pleace that can help me or say me how can i make it.

    What i need , when i run my subroutine i activate my timer if timer si on i reset all my output and set Stop_filtration_top, this bit is important

    to me , whit this bit i call my second subroutine and if this second subroutin is finish i restart Stop_filtration_top and can back to first routine

    filtration.vlx

×
×
  • Create New...