×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

comreq. help for devicenet

comreq. help for devicenet

comreq. help for devicenet

(OP)
Hi all,

Bear with me here because I am new to all this programming stuff. I have a GE Versamax plc with a devicenet network comm. module installed on the backplane. I am trying to set up the comreq. for the module but am a little confused. I am looking at the literature that shows how to setup the command block and data block up. it shows the values that must be put into the %R registers for each word. My question is about moving these values in. I am going to use a move function but unsure how to do it. For example %R00001 will get the value 13 which I can move in okay however, some of the words get two byes of info for one word. For instance one register gets the node address and the baud rate of the network. In the literature it says the value is 0x200. I am not sure how to input this value into one register. Obviously the first byte is for the adress and the second byte is for the baud rate. Any thoughts on how to move these in. Thanks

RE: comreq. help for devicenet

One way is to put each value into a different Register via an HMI and use a an Array_Move_Byte Function Block to copy the MSB of each holding/edit Register into the proper MSB and LSB of the COMM_REQ's l;ocation.
Another way is to convert them to two Hex values and type them in as #16(HEX Value).
I believe that the COMM_REQ_Wizard can help with this too.
http://forums.mrplc.com/index.php?dlcategory=15

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources