RC37: userModule device selector takes wrong device types
Re: RC37: userModule device selector takes wrong device type
Could you add selector back and send it to me, so we make it work? With detailed description of the problem.
Re: RC37: userModule device selector takes wrong device type
@PoltoS
Finally solved this. I was getting vDev_XX instead of vDev_XX-1 in my Arithmetic module. I think the root cause was that I had an incorrect console message in my index.js. The logs indicated an error in the next line.
To make it easier to select the correct device, I have changed the PVLogger index.js such that the virtualDevice Id number is added to the Overlay Title text. This title now shows up in the module Arithmetic device selector.
Thanks for your patience
Finally solved this. I was getting vDev_XX instead of vDev_XX-1 in my Arithmetic module. I think the root cause was that I had an incorrect console message in my index.js. The logs indicated an error in the next line.
To make it easier to select the correct device, I have changed the PVLogger index.js such that the virtualDevice Id number is added to the Overlay Title text. This title now shows up in the module Arithmetic device selector.
Thanks for your patience