Channel Groups For Modbus Devices


ledbelly2142

Recommended Posts

Is it possible to copy an entire channel group and rename the channels?

If I have 150 registers (one channel group) that I am reading from a single device, and I have roughly 100 of these devices, is there a way to copy a chanel group to save time?

or would

Thanks,

Greg

Link to comment
Share on other sites

You can use classes. I've done whole applications using only classes. But there are limits, as some functionality, like Logging Sets only really works with Channels.

As for DAQConnect, you can use DAQConnect.addValue() to manually send data to DAQConnect. I believe the format of that function is:

DAQConnect.addValue("tagName", value, time)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.