sante123

MrPLC Member
  • Content count

    7
  • Joined

  • Last visited

Community Reputation

0 Neutral

About sante123

  • Rank
    Newbie

Profile Information

  • Country Poland
  1. GOT2000 <-> Omron CJ PLC

    I'm trying to transfer 3 points: bit, word and float. The speed is set to 19200.
  2. Thank you @photovoltaic I tested Implicit messaging. The results are crazy - now it works the other way, which means Omron sees AB data, while AB cannot see Omron data and the Ethernet module in the RSLogix5000 has an error of timeout. This is insane 
  3. GOT2000 <-> Omron CJ PLC

    I have an application where I'm using GOT2000 to read data from the weighing unit using RS232 and I send this value to Omron CJ2M through Ethernet/IP. Some variables from that PLC are connected to the elements of the HMI. The problem is when writing the weight value to the PLC through script or Data Transfer is disabled, the RS232 reading works fine, it's fast, etc. However, when I enable the script which writes data to the PLC, the RS232 slows down by a lot, like it refreshes every 2-3 seconds. If i set the script to execute like every 1-2 seconds, it is working better (still slower compared to when the script is disabled) but I cannot leave it like this, because the weight is used to control some valves, pumps, etc. Enabling script doesn't slow down normal communication with PLC, because I tried to test it by displaying the value of seconds from PLC on the HMI and it refreshes every second. Does anyone have idea why such tiny script causes so many problems with RS232?
  4. I'm trying to exchange some data between two controllers. I've used a manual which describes Tag Datalink communication. Everything works fine on the Bradley side, which means I can read values from Omron without problems. However, on the CJ it isn't working. In the Network Configurator I get error every 10 sec (Tag data ling error, code 03D5) and cannot read any data from AB. When I open Connection Structure Tree I see that the input tagset from AB has 'Broken path (0000000000000)' and Unknown Device right next to IP address. I've tried using EDS from the Rockwell as well as uploading it from AB PLC directly - I don't know if it might be EDS issue. The only thing I noticed that inside CJ2M-EIP21 EDS it says that Ethernet/IP is Class 1 connection, however in the 1769-L35E EDS Ethernet/IP is Class 2 connection. Have anyone ever had such a problem?
  5. Hi, Is there any way to read current status of the MES Interface connection and show it on the screen? Recently I've had a situation when MES Interface wasn't able to reach a SQL Server (there was an error in the diagnostics window), but the "Access error notification setting" bit was 0.
  6. GOT <-> Allen Bradley String read/write

    GT Designer doesn't allow me to choose the imported tags with STRING data type, it' grayed out - probably because it accepts the Destination Device only if its data type matches the type selected in the Device Type field (STRING type is not available obviously).  
  7. Hi, I'm looking for help with the string exchanging between GT25 and AB CompactLogix. I'm reading recipe data from SQL via MES interface to the local devices such as GD3000. I want to move the string held in the registers GD3000-3009 (20 characters) to the string tag in the Allen Bradley. The problem is that in the scripting I cannot enter the AB Tag, because when I imported the CSV with the string tags their data type is STRING, and the scripting in GOT accepts only numerical datatypes such as WORD, etc. Has anyone found a way to handle that?