Zipa1989

Network Configurator and Sysmca Encoder Sick

2 posts in this topic

Hello all.

i am new with this plc. I have created a message to send to my device via network configurator everything works properly. I asked if there is the same possibility to send the message through Sysmac Studio I enclose the photo. My device is Encoder Sick AFM60A, it is for setup preset.
with Allen Bradley i use send message. we have the same possiblity with Omron?

Thx all

Send Encode Preset.png

Share this post


Link to post
Share on other sites

Yes. Here is a sample of a Get_Attribute_Single for a Schneider MDrive. Some things to note: 

The ClassID, InstanceID and AttributeID are expecting a UINT for the _sREQUEST_PATH structure. Typically they are noted in Hex.

The 02\ before the IP address is a pointer to the Built In Ethernet port.

You'll have to look up the Service Code for the service you wish to use. In the example below 0Eh is Get_Attribute_Single. 10h is Set_Attribute_Single. In Logix5000 you can select your service type via the drop down box. It will automatically populate the Service Code field.

 

5c48b055c5b2e_SampleGetAttributeSingle.t

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now