Another option: Create a simple TCP/IP application in VB or LabVIEW to
control the control.
That is,
Monitor for incoming TCP/IP data in the VI with the control.
If on your other computer you wish to make a change, just use your
little application to do it, and send the value to the main app.
Very cheap to do 😃
Another option 2:
Grab the available Parallel Port digital interface design specifics for
labview. Create yourself a simple binary switch interface. Assign 4
bits for up and 4 bits for down.
That is,
sw1 = -10
sw2 = -1
sw3 = +1
sw4 = +10
Read in the digital input from the parallel port and increment your
control accordingly. You can obviously assign any values you want to
the digital inputs.
Hope this helps guide you a little bit!
Sincerel
y,
Jason G Richmond
Project Engineer II and LVAAD Instructor
VI Engineering
jrichmond@viAenAg.com (domain should be vieng.com (no A's))
sshoham wrote:
> Hi all,
>
> In my application I constantly switch the keyboard and the mouse
> between two computers (using a KVM switch), but would like to
> continuously be able to control a numeric control on the front panel
> of one of the computers (running LabView 6.1). Even if I wasn't
> switching, the use of the keyboard is awkward, since the control needs
> to be fairly effortless, quick and smooth. After searching a bit for a
> knob/wheel/dial type of controller, I was only able to find the new
> PowerMate (Griffin Technology) as a reasonable candidate, and have yet
> to purchase and try to integrate it. I'm also not sure how it will
> work with LabView.
> Am I overlooking a simple solution?
> Anyone have some experience with the PowerMate?
>
> many thanks, Shy