08-30-2008 01:12 AM
Hello,
I am using ADAM series with Modbus RTU protocol.which data type should i use for read and write operation?
Solved! Go to Solution.
08-30-2008 09:43 AM
08-31-2008 11:53 PM
09-01-2008 09:36 AM
You will need to read holding registers to get the analog data. But the modules also have some alarming done with discrete coils. Look at Appendix H in the manual here.
These devices connect to an RS485 network. I would also download the NI modbus library.
http://sine.ni.com/nips/cds/view/p/lang/en/nid/201711
Modbus is a master/slave setup. The master(computer) will write a command to the slave. The slave(ADAM) will respond with the data requested. Your labview code will need to poll these devices. periodically.
09-01-2008 11:48 PM
09-02-2008 09:44 AM
The ModBUS library will work in LV 8.5. You may need to resave the library files once you open them in LV 8.5.
shubhlaxmi22 wrote:
How to detect particular device number to get input n labview?
Not sure what you mean by this. You will need to know the slave address of your device and enter it appropriately in LV as a constant when you use the ModBUS subVI's.
09-03-2008 05:20 AM
09-03-2008 06:00 AM
09-04-2008 12:23 AM
Hello Sir,
I got success in analog communication but register value which i get in software what should it indicate?4019 device is analog i/p device and my thermocouple instrument is connected to vin0+ and vin0-.how do i get value from that instrument?
09-04-2008 11:18 AM
Hi shubhlaxmi22,
Could you please attach an image of your block diagram as well? This will help me understand your current programming scheme. Thank you in advance.
Regards,
Todd V.
Applications Engineer