Hi everyone,
I've got my modbus TCP working finally and I'm in the process of making a small tab with VFD readbacks (temp, current, voltage, etc).
I currently have 14 functions, all read except for one for spindle speed (run control is by terminals for safety and convenience). Things are a bit slower than I would like (polling interval 250ms, wait 100)
I have 3 of my 14 functions timing out, (oddly, they are in the middle of the list). Is it more efficient time-wise to group some of the functions together where possible and have one function read multiple registers? (some of the regs are next to each other). I've attached the list for reference
Or is it really just the same timing no matter what?
I thought I read somewhere that mach goes down in the sequence, waiting the timeout time for each transfer. If this is the case, fewer transfers would be better. In practice, it may not make a difference.