dsmes
May 19th, 2007, 02:13 PM
I have a simple CCF that is intended to trigger events in G4. The CCF is in NRD version 1.0 file format because it runs on a Win-98 tablet running NR v1.1.0.44. On that tablet, NR Properties/Plugins/Girder instance pointing to the G4 machine was assigned an instance of -1000. Girder sees the NR instance and is able to set NR variables on the tablet. So communication seems OK.
Here's the problem: When I press a button with "Send Event To Girder" as the action, Girder doesn't see it. In NRD, the button has action IDs of -1,0,1 and -2001,0,1 (two actions for the same button). -2001 points to the G4 instance I want to receive the action. But in NR on the Win-98 tablet, the Girder instance is -1000 which is why I suspect Girder doesn't see the button press. But I thought the -1 instance action was sent to all girders. How do I get this to work? I can't find a way to change the instance number from -1000 to -2001 or vice versa.
If I run the CCF on the same machine as Girder with NR v2.0.0.90, the button messages do make it to Girder. That is, everything works.
I don't know if this is related, but I'm running NRD v1.1.0.42 with the image degradation fix and when I right-click on the CCF System/Properties, I get a "unhandled exception" error saying "Could not load type com.promixis.FileVersionInfo from assembly NetRemoteControl, Version=1.0.2676.40395, Culture=neutral, PublicKeyToken=null." I also get the same error if I click on the "New" button.
Here's the problem: When I press a button with "Send Event To Girder" as the action, Girder doesn't see it. In NRD, the button has action IDs of -1,0,1 and -2001,0,1 (two actions for the same button). -2001 points to the G4 instance I want to receive the action. But in NR on the Win-98 tablet, the Girder instance is -1000 which is why I suspect Girder doesn't see the button press. But I thought the -1 instance action was sent to all girders. How do I get this to work? I can't find a way to change the instance number from -1000 to -2001 or vice versa.
If I run the CCF on the same machine as Girder with NR v2.0.0.90, the button messages do make it to Girder. That is, everything works.
I don't know if this is related, but I'm running NRD v1.1.0.42 with the image degradation fix and when I right-click on the CCF System/Properties, I get a "unhandled exception" error saying "Could not load type com.promixis.FileVersionInfo from assembly NetRemoteControl, Version=1.0.2676.40395, Culture=neutral, PublicKeyToken=null." I also get the same error if I click on the "New" button.