mitplc

MrPLC Member
  • Content count

    15
  • Joined

  • Last visited

Community Reputation

0 Neutral

About mitplc

  • Rank
    Sparky

Profile Information

  • Country Malaysia
  1. Just curious how to change my MR-E-AG's differential line output - LA/LAR,LB/LBR,LZ/LZR to only with A,B,Z output collector? Anybody can help?
  2. STL program

    Hi there, I've one program has those S1,S2......and is it possible to simply show it in STL format, instead of Ladder format? Sorry if I ask a silly question.
  3. ASCII code help!

    BCDDA? But in my A instruction manual I can only found BCD,BCDP,DBCD,BCDDP, so is BCDDA work in A1S CPU>?
  4. ASCII code help!

    Can anybody please do help me, I've using A1SJ71UC24-R2 to communicate with my computer hyper terminal. But now let say I've a Data register -- D600, and the value is a variable, now I'll like to output it's value as ASCII code, but if I using a instruction as below: ----||--------------------[ASC D600 D604]-------- it will only output the D600 ASCII code, but not output the value of the D600 as an ASCII code, so what should I do to deal with this variable D600?
  5. Sysmac C20

    how to get the ladder out from this unit? Is the ladder working in the latest OMROM PLC?
  6. A1SJ71UC24-R2

    hi there, is that mean that if my printer is RS232 interface, then I can use this module A1SJ71UC24-R2 to print the data to my printer? Is there any special protocol need to be caution?
  7. A1SJ71UC24-R2

    Hi there, I want to add a printer function to my A1S CPU, and somebody told me that I can use A1SJ71UC24-R2 to link to my printer to print out my data, is it true? If true, is it very difficult to do the programming? Thanks
  8. -M8001----x000--------------[sFTLP M11 M100 K16 K1]----- -T3------| who can help to explain how this ladder work? Thanks a lot
  9. Read RS485 device by using FX1S?

    wow,so nice, you guys..............really really appreciate.
  10. Read RS485 device by using FX1S?

    Ok, thanks for your help, I will look for the user manual for more info on that. Anyway, really appreciate your help.
  11. Hi there, I just curious is FX1S PLC can read a device with RS485 interface? As we know FX1S is RS422 interface, is it I just use RS485<-->RS422 converter to bridge the PLC and the device?
  12. Omron to Mitsubishi

    Hi there, I've a backup softcopy of the Omron CJ series PLC programming data, but now I'll like to convert it to mitsubishi FX series, is there any easy method to convert this? Thanks for your help
  13. calculate encoder pulse to activate output?

    I think I've found the command I need ---- is load compare.....................
  14. calculate encoder pulse to activate output?

    then if I want more than that? any other good insctruction can be use to compare all this data? Thanks for your reply
  15. Hi there, I've one project is using omron 500pp encoder, now I'll like to use this encoder with my FX-1s-20MR. The operation should be like this: there is 7 output, and each output will activate and deactivate by calculating the angle of the encoder, example: Output 1 : On at 150degree, and Off at 180degree Output 2 : On at 20degree, and Off at 260degree and so on.......... now I write a ladder like this: M8000----------------------------[C235 K500] |-----------------------[DHSCS K208 C235 Y0] |-----------------------[DHSCR K250 C235 Y0] and so on..........is it workable?