saruans

MrPLC Member
  • Content count

    80
  • Joined

  • Last visited

Everything posted by saruans

  1. hello, Somebody have suggest how need read data from slave using modbus RTU. I am using M241 PLC and read_var function. The picture you can see my PLC program. The data of slave is placed 3394 address. Then I try to read, always "READ_VAR" function get "CommError" which number is 254 that means "The detected operation error contains protocol- specific code"  and "OpenError" which number is 3 that means I don't know. How need read from slave data, which modbuss adress is 3394?
  2. hello,  Maybe somebody have macro script of omron vision system . The macro script must work that If I push button "Scene switch" then macro script must done "Data save" and then change scene. Or somebody can help me to create macro code?
  3. Omron camera unit macro code

    I I talk about FH/FZ5 Series of omron vision system  
  4. Thank you very much
  5. hello, I wrote simple omron vision system macro script with one scene variable sc.q&. The variable value is 5, but then I am executing macro code get value 0. I attahced photo. Maybe somebody know how to solve this problem?
  6. hello, Maybe somebody to recognize mitshubishi inverter in the photo.
  7. I am using somachine 4.3V
  8. Is it possible shift data array. I have Array_ret: ARRAY[0..10] OF test; and TYPE tests : STRUCT TinFoil: BOOL; InFrame: BOOL; END_STRUCT END_TYPE I want shift all one time time Array_rest[0] information to Array_rest[1]. Array_rest[1] to Array_rest[2] and... Is it possible?
  9. You have to write this   MAIN_SHIFT: Shift_register; Registras AT %MW100 : WORD; Registras0 AT %MX100:0 : BOOL; Registras1 AT %MX100:1 : BOOL; Registras2 AT %MX100:2 : BOOL; Registras3 AT %MX100: : BOOL; Registras4 AT %MX100:4 : BOOL; Registras5 AT %MX100:5 : BOOL; Registras6 AT %MX100:6 : BOOL; Registras7 AT %MX100:7 : BOOL;  
  10. Hello, Maybe somebody know. I am using variable, which address is %MW100. I am trying shifting register bit. I made video. The Variable changed, but variables, which address is %MX100.0 ... %MX100.7  does not change. Why? ScreenRecorderProject2.mp4
  11. SGDH-01AE-OY absolute encoder

    Hello, If omron servo motor SGDH-01AE-OY absolute encoder battery is low. Is inverter show message, that battery is low?  
  12. Twincat 2.11 different time

    Hello, Hello, I am using twincat v2.11. I have different time with computer timer and Twincat system time difference about 6 hour. How need synchronize twincat system time with PC time?    
  13. Solenoid interlocks

    hello, I have  Solenoid interlocks AZM170-11ZRK-2197-2201-24VDC. maybe somebody know how, what are mean symbal which I drawn red color?    
  14. need to recognize mitshibishi inverter

    thank for your advice. This information need to me :)
  15. need to recognize mitshibishi inverter

    for me need manual for this model, but from photo I can not to recognize. Maybe somebody recognize?
  16. FX3S-30MR-DS problem

    Currently I have problem with FX3S series Mitshubishi inverter. It have relay outputs and now relay output "tired", because thier sometime does not work well. I want to change to new PLC, but PLC program has pasword and I can not read it and upload to new PLC. The company which wrote PLC program does not available. Maybe somebody give suggest how I could download and upload program to new PLC.
  17. First Step: Secand step for example using  IW0 Input0: third step setting:    
  18. Which is PLC you using?
  19. The TM3AM6 analog IO module support only Modicon M221, Modicon M251 and Modicon M241 series PLC, but not TM200 series PLC. This information you can see in page https://www.se.com/ww/en/product/TM3AM6/module-tm3---4-analog-inputs-and-2-analog-outputs/
  20. You want take input 0->20 mA I have output 0->10V Am I correcting undestand you? It is not possible, because your controller don't have analog input and analog output. I see want way to buy TMCR2AI2 cartrige and speed drive control with modbus if speed drive support modbus
  21. M241 M251 M258 LMC058: %M (internal bits) cannot be accessed by Modbus. But %I (physical inputs) and %Q (physical outputs) can be accessed using function codes from the table below (extracted from SoMachine online help).
  22. rfid reader

    Hello, Could I connect PC wirh rf380R reader. I want write C# application and direct get data from reader to my application, which working in PC. This mission is possible or not? Maybe somebody have example how need do this.
  23. GT2103 HMI

    Hello, Somebody know where are I could find download software, which I can support mitsubishi GT2103 HMI?  Or know where are could download GT Works3 Version 1.112S or later?
  24. real to integer number

    Hello, Could somebody give for me advice how need seperate real number to integer? for example I have in D10 real number 10,9 for me need to do integer number 10 and 9. The real number seperate to integer I am using this LADDER line, attached picture. In D90 I got 10, But how to isolate the number of decimal places,I can not think of. Please help for me
  25. Hello, I am try to connecting HMISTO735 with M241 PLC. The Magelis HMISTO735 software designation is Vijeo XD. Maybe somebody have experients how need connect HMI with PLC by somachine and vijeo xd software?