Hi,
Has anyone have experience on retrieving readings from DataTaker using Matlab?
I have open the ethernet port using the following:
t=tcpip('....IP ADDRESS...',7700)
fopen(t)
I have no idea how to continue when comes to retrieving the readings in MODBUS.
In the DT program, I have defined the following
1MODBUS(AD2,R3:29,=1..10CV) %Address 2, starting address 3000, register 29 to 38 , store in 1...10CV
Please advise.
Thanks.
Hi,
Has anyone have experience on retrieving readings from DataTaker using Matlab?
I have open the ethernet port using the following:
t=tcpip('....IP ADDRESS...',7700)
fopen(t)
I have no idea how to continue when comes to retrieving the readings in MODBUS.
In the DT program, I have defined the following
1MODBUS(AD2,R3:29,=1..10CV) %Address 2, starting address 3000, register 29 to 38 , store in 1...10CV
Please advise.
Thanks.