Jump to content

Ofir

Members
  • Posts

    377
  • Joined

  • Last visited

  • Days Won

    21

Posts posted by Ofir

  1. Hi Hannari,

     

    According to your description it seems that the Node ID of the Mc device is somehow changes..

    How do you set the Node ID of the Mc device? (Hardware dipswitches or by software)

    If you change the Node ID using SDO command , note that you need to save these setting using anohter SDO command.

    Usually the index for saving the settings is 0x1010 subindex 1. you will need to send the value 0x65766173

     

    If this does not help please send us a mail to support@unitronics.com including the project file and the EDS and we will be happy to help!

  2. Hi,

     

    The answer is definitely yes.

    As both Jazz and V570 can perform as MODBUS RTU master or slave and both support RS485 you can establish MODBUS communication.

    Please note that for the Jazz you will have to use the add-on module JZ-RS4 (for RS485 port).

  3. Hi Greg,

     

    First of all note that if you will mouse over the parameters (A, B, C, D etc..) you will get a tooltip with the description of the specific parameter.

    If you wish to perform math operation between different data types, you can find in the solution explorer --> Formulas

    You can prepare your own formula and combine signed integers and real numbers.

  4. Hi,

     

    If the structure of the data table contains the array you described then one of the columns is from type array INT x 15

    Then using read row or write row you can read or write data to a specific row.

    Note that you need to create another struct using the data table struct in order to link it to the read row or write row. (This struct will contain the array where you can either fill with values or get the values from the Data table).

  5. Hi,

     

    Currently there is no direct way to access the data tables memory.

    You can built your own protocol to read write data to data tables. You can create commands and messages with variables using message composer in UniLogic and then using TCP TX and TCP RX ladder elements you send and receive data. 

     

    For example you can send the string Read_Row1 from your PC applicaiton and then when the UniStream recieves this message, it will activate read row for the requested index number and for specific tags and then will send the data back to the PC application.

  6. Hi,

     

    Using UniDownload Designer you can prepare a UDC file (Downloader file) that the customer will be able only to open using UniDownloader software tool and download the applicaiton without the option to view the source code.

    First you will need to prepare *.d90 file. (when download the application to a controller, select advanced in the download form and check the option "create download file")

    Then in U90Ladder --> Tools, select UniDownload designer and prepare the UDC file.

    Ask the customer to download UniDownloader from Unitronics website and send him the UDC file.

    After the customer will install UniDownloader, he will need only to double click on the UDC file and download it to the controller.

  7. Hi,

    In the future we will add the option to copy slave and have HMI variable that the user will be able to enter the slave ID/IP.

    Currently for each slave you configure in UniLogic, in its properties you can find a parameter "Active" - you can link a bit to this parameter and then you can disable/enable a specific slave.

    You can also set "Active" bit for each one of the MODBUS commands.

×
×
  • Create New...