Senard

MrPLC Member
  • Content count

    5
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Senard

  • Rank
    Newbie

Profile Information

  • Country United States

Recent Profile Visitors

815 profile views
  1. CJ FINS command question

    Is there a FINS command to check if there are any bits forced in a OMRON CJ series?
  2. CJ2M EIP Question

    The PLC cycle time is plenty to deal with what is needed. Thanks so much Michael.
  3. CJ2M EIP Question

    Thank you very much!
  4. CJ2M EIP Question

    I have not used the for next loop in a PLC before. Could you provide a small sample for reference?
  5. CJ2M EIP Question

    I am trying to map over a short int 8bit (1byte) register to a integer 16bit (2byte) register. Need to read in short integer 80 bytes into an array W200--Input_ACS500[40],  data type integer 16bit. W400--Output_ACS500[40], data type integer 16bits. W200 will contain the 1st and 2nd byte of information. What is the best way to split the W200 into two seperate 16 bit registers then place in an array?