CangkeMan

MrPLC Member
  • Content count

    14
  • Joined

  • Last visited

Posts posted by CangkeMan


  1. Hello, I am going to be adding plc on press welding machine. the machine has PLC FX3U-16M and attached with 15 16points I/O module. is there any best way to connect 1 HMI with both 2 PLC ? 


  2. Hello, I am beginner at servo and its driver. i am using MRJ4A driver and HG SR102 servo motor. i want to make my servo stop or alarm when the load is over the maximum load that i set by my self. what parameter should i set to limiting servo load even if the servo motor strength enough to lift the load.?

     


  3. Hi.

    I am using PLC Q06UDV wit QD77GF to operate 11 servos, it is my first time using QD77GF and CC-Link IE Field. I've done the parameter setting. but the qd77gf error lamp started to blinking. i try to check it in cc link ie field diagnostic and didn't find anything except the error lamp blinking in monitor view. then i checked system diagnostic , no error showing up but, only historical error when i started the power of plc. it show D304 error. 

    in manual book the solution are lengthen the operation cycle qd77gf, check the cable, and shorten plc scan time. where can i find this setting sir?

     


  4. I am using Q series PLC. 

    let me explain, I would like to shift data from d314 to d317 only 8 bit. 

    Device   / value    >>>>>>   Device / value

    d314         1                        d314        

    d315         00                      d315        10

    d316         00                      d316         00

    d317         9                        d317         09


  5. I would like to send ascii data  to other devices using RS232 interface. and the example format is "0009" (it is product counter machine marking). how can I do this? I am using q03ude, I usually convert 1001 to ascii using BINDA and use the last data (01). but, when it double word data e.g. : 100009 the last data is 9 and null, not 09 

    tanya1.png


  6. @Wasan I didn't find SMOV instruction, I use Q01UD PLC. 

    So i use serial to communicate with some devices. the device can't accept null data (which is one ASCII Character 8 bits data) in the middle or front in the row data of the  device format requested. null data must be behind CR in order to be read by the device.  how can i move the data 8 bits forward ? 

    https://drive.google.com/file/d/1SdY9aCKCJx5YcUwinYg31LIsBFEEQX2d/view?usp=sharing

     


  7. my laptop is windows 10 pro 64 bit. when im trying to install it show (gx works 2 installation unable to read file which are necessary for installation please check if the installation media is not corrupt). anyone have solved this problem ?