Jump to content

Flex727

MVP 2023
  • Posts

    3,301
  • Joined

  • Last visited

  • Days Won

    240

Posts posted by Flex727

  1. No, it is not possible to pause a program.  You're not thinking in Ladder Logic. There is a Watchdog Timer that will shut you down if the program does not execute continuously. What you must do is write your program so that when the pressure goes too high the correct actions are taken, such as preventing valves from opening. Pausing timers is a different issue. Only an Accumulating timer can be paused. Depending on what you're doing, if you need a timer to be paused, a timer may not be your best option (maybe a counter would be better). Though it is possible to Store and Load timer values if needed.

  2. I have a good suggestion. Whenever I am developing a project for UniStream, like most programmers I will be updating and downloading, and testing, frequently during program development. Unlike VisiLogic, UniLogic insists that the project be compiled and compared to the project in the PLC before going online. This can take some time. However, if I've just downloaded the project, then all that has already been done and now I must wait for it to do it again. How about adding a selection or checkbox, or something, to the download options that when selected allows UniLogic to immediately go into online mode after the download, thus saving that lengthy repetition?

    • Like 2
  3. You have not given us enough information to help you. Some items to check:

    Are you certain you are storing the new value to the PRESET?

    Are you certain you are calling the subroutine this ladder rung is in?

    Do you see the Preset change in ladder when you are online?

    Your best help will come if you post your program here.

     

  4. 1 hour ago, Gabriel Franco said:

    I just realized that npn/pnp field exists.  I never had to change it before. Is it really relevant or just to visual indication?

    I want to know the answer to this also. I've never found it to actually do anything. If you change that setting and nothing else, VisiLogic will indicate that the program you're downloading is identical to the one in the PLC and abort the download. I say it's just a convenient visual indicator for the programmer/user.

×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.