Home AMX User Forum NetLinx Studio

Virtual keyboard on 10002:1:1

Hi at all!
I have a system with two panels: an 8400(10001:x:1) and an nxd-700VI (10002:x:1)
On both panels there are the same program and graphical program.
In a page i have a button that call the virtual keyboard.
I insert the text and I press Done.
If I use 10001, when I press Done The panel send me on 10001:1:1 the string with the text.
If I use 10002 , nothing. No message to 10001, no message to 10002.

I tried to use 8400 as 10002 and 700 as 10001 and if I use 700 ( 10001) it works, if I use 8400 (10002) it doesn't work.
Virtual Keyboard work only on 10001 ? It's not credible.....
Thank's a lot and sotty for my English!
Alessandro

Comments

  • ericmedleyericmedley Posts: 4,177
    This sounds code related. Are you combining the panels in code? Can you post the data_events where you look at the strings?
  • ericmedley wrote: »
    This sounds code related. Are you combining the panels in code? Can you post the data_events where you look at the strings?

    No. It is a device array.
    And I look into Netlinx diagnostic and didn't see anything. Only message from 10001 and not from 10002
  • dchristodchristo Posts: 177
    eddymouse wrote: »
    Hi at all!
    I have a system with two panels: an 8400(10001:x:1) and an nxd-700VI (10002:x:1)
    Alessandro

    What ports are you using? Strings will only come back on port 1, i.e., 10002:1:1.

    --D
  • dchristo wrote: »
    What ports are you using? Strings will only come back on port 1, i.e., 10002:1:1.

    --D

    I use 10002:1:1 and 10001:1:1 but nothing.
  • Are other events like button_events working for the 10002 panel? I agree that this sounds code related. Can you post the data_event and define_device sections?

    --John
Sign In or Register to comment.