Jump to content

Apollas

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by Apollas

  1. Hello,

     

    Here's the situation: I have V1210 PLC and I'm reading a totalizer value (float format) from Siemens MAG6000 flowmeter via MODBUS.

    I want to display this value, but I don't wanna use "Variable:Numeric", because I cannot chose how many decimal places to display. Actually, I don't need decimal places at all.

    I cannot use INV (A+B/n), because MF value is going to be larger than you can store in the MI. I need a comfy MF to DW conversion just for displaying the value.

    What options do I have?

     

  2. Hello AlextUT,

     

    Well, it helps a little bit, because if you are right at least I know that I cannot use MODBUS and debug at the same time :)

     

    I made some changes in ladder. I've disabled network 2 on my Jazz 20-R31 (Slave). Now, I'm able to write data from V1210 to Jazz 20-R31 (Slave), but I cannot read any data from it. Even if I write data to Jazz 20-R31 (Slave) successfully, I'm still getting status message #5 - No Communication.

    I've improved a little bit, but still it's not working properly and I'm out of ideas. Any help is needed.

     

    Regards,

    Giedrius K.

  3. Hello,

     

    I'm trying to connect Vision 1210 (Master) with Jazz 20-R31 (Slave) via MODBUS RTU. I had no success so far. Master can successfully read other devices via MODBUS.

    All the settings are attached.

     

    With MJ20-PRG I can connect to Jazz PLC and download the program, but I cannot connect it to MODBUS. When I change MJ20-PRG to MJ20-RS MODBUS isn't working and I can hardly monitor ONLINE. Sometimes it's going ONLINE, but the connection breaks or most of the time it's showing that there is no connection. Looks like the connection exists, but it's very very unstable.

    I tried both, function 599 and 600, it didn't solve my problem.

     

    Questions:

     

    Q1: Is it possible to go ONLINE and connect Jazz via MODBUS at the same time with RJ20-RS? What Jazz PLC settings should be then?

     

    Q2: And of course, what I'm doing wrong? :)

     

     

    Thanks for you help in advance.

     

    Regards,

    Giedrius K.

    post-20732-0-93627700-1421229562_thumb.jpg

    post-20732-0-80940700-1421229563_thumb.jpg

    post-20732-0-37539000-1421229564_thumb.jpg

    post-20732-0-26683500-1421229807_thumb.jpg

  4. Thanks cantcliff. The thing is that I dunno if that example I'm looking at is correct. Also, I'm new to Unitronics, so I was just wondering maybe it's a standard trick for testing an analog signal.

    As far as I understood it's not a common thing to do and this example might be working properly or might not. Also, it could 191 instead of 190, it wouldn't make a difference, because it's below 204 anyway.

  5. Hello,

     

    I'm studying an example project and I found one thing that it's not crystal clear to me. It's about analog inputs.

    MI0 is a 10-bit 4-20mA analog input, so you have to use 204 to 1023 (820 units) for the linearization. In the net above it, it's checking whether the signal is between 190 and 1040. I believe it's checking for underflow/overflow. But why 190 and 1040 values? Why those values are used and not others?

    Same situation with MI6, a 12-bit 4-20 mA analog input. 819 to 4095 (3277 units) for the linearization and 800/5020 for the underflow/overflow detection.

    Maybe those values in the example are not correct. So, my question is how do you calculate analog input values for the underflow/overflow detection. In Siemens there is a table with those values (see attached), but what about Unitronics? I wasn't able to find such table.

     

    Regards,

    Giedrius K.

    post-20732-0-52679800-1418802511_thumb.jpg

    post-20732-0-41560900-1418802891_thumb.jpg

    post-20732-0-27436100-1418802892_thumb.jpg

×
×
  • Create New...