LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

CAN install RFSG1.2 & RFSA 2.0 at CVI 7.1?

After installed DRIVER: RFSG1.2, my CVI 7.1 works incorrectly.
 
Even just like using CVI/Function:
the function return the wrong VALUE.
I've already recovery my CVI 7.1, and run the same project(program),
it can work normaly (without RFSG1.2 installed, now).
 
I trace "WINXP"/"Control Pannel"/"Add or Remove Programs",
and find DAQmx 8.3 have'een added after DRIVER: RFSG1.2 installed.
 
Is there any notation about installing DRIVER: RFSG1.2 to CVI 7.1?
How to install DRIVER: RFSG1.2 to CVI 7.1 and make CVI 7.1 work
like as original.
   
Thanks & BR,
 
CVIboy@TAIWAN (just a relax name)
 
(Drive well, then CVI well, and project well, then BOSS well,, and  i coule sleep well,
  so i'm trying and trying now, ^____^  ....just a joke...have fun ... 00:31AM @TAIWAN)
0 Kudos
Message 1 of 5
(3,298 Views)
By the way, the wrong CVI/Functions (with wrong return value):  
 
GetCtrlAttribute (*panelptr, rulePanSour_i[yDivisions],     // getGUI: ATTR_YDIVISIONS 
     ATTR_YDIVISIONS,   &rule_i[yDivisions]);   //
GetCtrlAttribute (*panelptr, rulePanSour_i[xDivisions],     // getGUI: ATTR_XDIVISIONS 
     ATTR_XDIVISIONS,   &rule_i[xDivisions]);   //
 
(To get attribute from "GRAPH" of "UIR" file )
rule_i[yDivisions] & rule_i[xDivisions] also get the value  "-1",
which are different compared with DRIVER none-installed.
But GetCtrlAttribute() works normally when getting other attribute.
 
Does anyone meet the same problem?  Need your suggestion?
thanks-
 
 
0 Kudos
Message 2 of 5
(3,285 Views)
Hi CVIboy@taiwan,

The NI-RFSG driver should not affect any functions inherent to the CVI environment.  It works fine with CVI 7.0 (and later). I installed the NI-RFSG 1.2.1 driver on my computer just to make sure and everything works fine in CVI 7.1.  Why do you think the GetCtrlAttribute function is not working?  Please note that the function will return "-1" if you do not set the attribute value first for the X divisions.

Have a great day,

Ecleamus Ricks, Jr.
National Instruments
Applications Engineer
0 Kudos
Message 3 of 5
(3,273 Views)

Hi Ecleamus R,

   I also can't believe this problem but it does happen in our system.

( "set the attribute value first for the X divisions" have been check before; it does be given at my *.uir FILE. )

( by the way, I trace and find this problem in my CVI-environment by using "DEBUGGING MODE of CVI".)

   Maybe for our system "BIG", it have'een installed with many PXI-modules.

   Because the project is urgent, i did the following steps to avoid this problme happen in my system:

   1. ANYWAY, i also installed NI-RFSG 1.2.1 & NI-RSA 2.0 Driver.

   2. TO build " *.fp " file by "TOOL: ACTIVE X CONTROL WIZARD" of CVI.

   3. include "*.fp" to my project and RECOVERY the system.

  

   I will trace this problem after complete this urgent project or  meet the situation: " "*.fp" file can't avoiding this problem of my system".

   Very thanks and appreciate your support,

   it's also better and right for me to collect all necessary INFO firstly, and to save your effort.

   By the way, for your suggestion, i  think that maybe i could try SetCtrlAttribute again in my program,

   nomatter i have give the value to "*.uir" file and check the problem. It's also a solution to fit our situation.

   Thanks & have a good day,

   CVIboy@TAIWAN

   chayi, yeh,

   Industrial Technology Research Institute

   SoC Test Engineer

  

 

0 Kudos
Message 4 of 5
(3,248 Views)
Hi,

Okay, just post when you are able to find out more information and we can continue from there.

Have a great day,

Ecleamus R.
0 Kudos
Message 5 of 5
(3,230 Views)