Jump to content

Stein Yair

Members
  • Posts

    126
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Stein Yair

  1. There is no direct way to accomplish the operation you described. The workaround of storing the value in an operand and then sending it to the Excel file in the SD card is the correct and regular way to do that.

    Writing each row takes one scan which is about 2ms. Even with hundreds of rows it won't take that long.

  2. Entering a timer value can be done very easily as there is a designated variable for this uses which can be displayed on the screen and can be set from the screen.

    In order to give you a definite answer about the valve we need more information about it.

    However, in general, Jazz controller seems very suitable for such an application.

  3. Hi, in order to edit and insert data via HMI, you need to define a variable and set it to be a Keypad Entry.

    For more information see the Help file in U90 Ladder >> HMI >> Variable >> Keypad Entry Values.

    If you want to store values in the database:

    1. Use SI 40 Database Index to access a particular MI.
      For example, to access MI 2 you store the number 2 into SI 40.

    1. Use SI 41 Database Value to write a value into MI 2.
      For example, you can store a number value into SI 41.

    For more information see Help >> Utilities >> Using the database.

  4. Hi,

    You can find many examples in VisiLogic under Help >> Examples.

    The examples which demonstrate the functionality you want are the Trend examples and the Data Table examples under Project Examples.

    Explanations can be found in the help file under HMI Displays >> Display Variable Types >> Trends and Ladder > SD Card Functions > SD Card: Data Table Functions (Ladder)

    If you need any further assistance please let us know the following information:

    Which controller you are using?

    What exactly you are trying to do? describe in detail the graph you are trying to build.

    Attach your application or send it to Support@unitronics.com.

  5. Hi, once you have established a connection with the PLC via a modem, downloading applications to the PLC is performed the regular way. you just need to make sure that the activated COM port is set to the one which the modem is connected to.

    This is done in the Connection menu under Communication & OS in the PC Port field.

  6. Disabling communication is impossible.

    You can set a password to info mode - When using M91/Jazz controllers you can set Info password to the System only and this password related to SI179.

    Note that when you enter a new password to SI179 you will not able to see it via the U90ladder and the value of SI179 will always show 0.

    The time it takes to enter Info Mode is determined by SI178.

    If you will set SI178 to 0 – there will be no option to go into info mode.

  7. Hi Skye,

    To investigate this download an empty application to the controller.

    Then, initializing the controller to clear the values of all the operands. To do this go to Controller menu and choose M90 OPLC Settings. Click on Clear MB & MI.

    Go to On-line mode and check the values of the operands in question.

  8. You can use the Remote Access program to transfer the values of the operands into Excel file.

    Launch the Remote Access and choose the controller in question:

    post-130-033442900%201282755837_thumb.jpg

    Then open the Operand Access window:

    post-130-004308900%201282755845_thumb.jpg

    Choose Read All Values From PLC and follow instructions:

    post-130-003820600%201282755854_thumb.jpg

    Then click on Export all Values to Excel.

    The second way is to use an SD card. See the Help document for explanations,

    in Help >> Ladder >> SD Card Functions >> SD Card: Data to Excel.

    post-130-033442900 1282755837_thumb.jpg

    post-130-004308900 1282755845_thumb.jpg

    post-130-003820600 1282755854_thumb.jpg

×
×
  • Create New...