Home AMX User Forum NetLinx Studio

Is there a maximum number of levels allowed for a virtual device?

That's basically it. I am trying to create a module for the Coolmaster, which should track the setpoint temp and the room temp. It supports 64 indoor units, so I created 128 levels for this module. Upon debugging, it shows that it only updates 8 levels. Is this the limit?

Comments

  • ericmedleyericmedley Posts: 4,177
    Are you sending a Set virtual level count command?
  • dspotdspot Posts: 23
    that's what I should've done. Will try when I can get an NI to work on.
  • DHawthorneDHawthorne Posts: 4,584
    I don't know off the top of my head what the max number of levels are, but they default to 8 ... you need to use the SET_VIRTUAL_LEVEL_COUNT command to bump it up. Put it in your startup.
  • dspotdspot Posts: 23
    Done. Module working as expected. Now that I can change the number of levels on a virtual device, I think I might try splitting the levels on another port.
Sign In or Register to comment.