Jump to content

Ofir

Members
  • Posts

    377
  • Joined

  • Last visited

  • Days Won

    21

Posts posted by Ofir

  1. Hi,

     

    The option shown in the properties window is for data tables which its columns configured as "part of project" - Data Tables columns which are marked as part of project are downloaded to the Flash memory and cannot be written by the Enhanced Vision. (V130/V350/V560/V570/V1040/V1210)

     

    If you wish to write to a data table, do not mark its columns as part of project. The colums which are not configured as "part of project" located in the RAM and you can write to the data table in ladder code.

    If you wish to download the data table value after downloading the project - Open the data table window and select the option "read/write tables".

    Then select the required table and click write table - note that this action will overwrite the values exisitng in data table RAM.

  2. Hi,

    The name of the file needs to be in ASCII format.

    There are many options to create a file name using the HMI or Ladder string functions.

    For example you can use the function RTC to ASCII to create a file name based on date.

    Attached is an example for writing DT to SD with indirect name that can be entered from the HMI.

    Please note that you have total of 5 DT folders which in each one you can create up to 64 files. (in root folder DT up to 60 files).

    DT_SD.vlp

  3. Hi Oliver,

    First of all it is good news that the system is working properly now!

    The Silence terminator is minimum time to have between the received strings. For example if you set 40ms that means there must be at least 40ms silence between the received strings.Since probably the time between the characters are less than 40ms the PLC collects all the characters and process it properly.

    Also since your received string contains the characters 0D0A you must include them in the message body.

  4. Hi Oliver,

    Can you check the received string from the other device?

    If you get -1 it means that the string configured in Protocol Scan is different from the one you receive,

    You can check in INFO mode --> Serial --> Monitor --> port2 RX window whether the received string is exactly as configured in Protocol Scan. (you can switch to HEX mode to view all special charaters.

    • Upvote 1
  5. Hi Oliver,

    Do you receive error 1 after power up?

    Try first to initialize the V350 and then check if you still receive the same error.

    I downloaded your application to V350 and I did not receive any error - I was able also to send the "S" and "T" commands. (I'm using Terminal application to simulate the other device).

    Make sure you are using the latest system files (BinLib, Boot and OS).

  6. Hi,

    You mentioned that you used the Yaskawa drive as MODBUS master. Does the same Yaskawa drive can perform as MODBUS master and slave?

    Please check what you need to do in order to set the Yaskawa drive as slave?

    Which port number does the Yaskawa is listen to?

    You can try first connecting the Yaskawa drive to the PC with MODBUS master simulator and check whether it communicates properly.

    Then you can set Unitronics PLC with the same settings as you set to the MODBUS master simulator.

  7. Hi,

    You can change it both using the software or directly from the unit.

    Unit:

    Press on the <i> key for 4 seconds

    Enter the default password 1111 --> Data Types --> System Integers --> change address --> change the value using the enter key

    Software:

    Using the software you can connect to the unit using the serial cable.

    Then using the tool bar at the top, press on the blue glasses to enter online mode. (debug mode)

    Now select operands tab at the bottom of the of the screen and select system integers.

    Go to the mentioned address and by clicking on the blue value you will have a window that you can change its value.

×
×
  • Create New...