How to read a register from fanuc Robot to PLC?

Nan

Member
Join Date
Jul 2015
Location
louisville
Posts
126
Hi all,

I am trying to read R[1] to plc from fanuc robot, but there is no success so far, could anyone help?

Thank you!
 
Assuming you have some kind of Fieldbus connection and your digital outputs are mapped to that connection, you'll need to create a group output. The group output configuration specifies which contiguous set of bits you wish the group to map to. Then its just a matter of copying R[1] to GO[y] (y being the group output you created)

** note that this works only with integer values, real numbers will require you to get creative.
 
Thank you for all your replies, I found out it has to have a bit comes from robot to tell the MSG function to read the message... and you have to unlatch DN bit each time you want to send a new value from teach pendent.
 

Similar Topics

Hi everyone, I am working on a project that needs to expose the SV (Set Value) of a temperature controller to a SCADA system. SCADA <-...
Replies
4
Views
164
I have Micro850 with module 2080-Serialisol. It is needed to read 5 registers from a device via Modbus RTU. The device is Ok, I can read the data...
Replies
0
Views
1,140
Hi there. I am trying to read time of day from a Modbus register in SAIA PCD3 however I have limited data about the point. It should be read as...
Replies
5
Views
2,397
Hi Guys, please help me. I have power meter yigedianqi yg889e-9sy and plc modicon m221. i want to read data from power meter using serial...
Replies
2
Views
2,892
I have a twido TWDLCAE40DRF PLC, IP 192.168.0.1, connect to a network switch port 1. Also, I have a modbus Power Meter (Device ID: 5, PLC try to...
Replies
11
Views
8,953
Back
Top Bottom