Okslider

I am working with the FrontPanel xml to create a simple interface to control my fpga board…

I have a 8-bit value i send to the fpga using a WireIn (bits 7 to 0). Currently, I am using 8 okPushbutton’s to set individual bits but I was wondering if it is possible to use one okSlider to do the same thing.

After reading the FrontPanel User Manual, I am not sure if I can do that… The value I set for the “bit” parameter in the xml is only one bit, but I want to have a slider that can control a range of 0-255.

The description of okDigitEntry is that the “bit” parameter for it is the LSB of the entry… is it the same case with okSlider?

to answer my own question… yes it works as i thought it would :slight_smile: