First open the VI called VX4330 Initialize. Set the logical address and platform to match what your're using. Then you can open the diagram to view the code (Window>Show Block diagram or Ctl-E). You will see an outer case statement - make sure it's set to False. There is an inner case statement. Set this to 1. You will see the text "Query ID and device type register". There are two VXI Read Register functions. One for 0 and one for register 2. Each of the functions has a blue wire coming out of it. Move the mouse over each wire, right click, and select Probe. This will create a new window for each probe that will display the actual values returned. If both values do not match the expected results, you will get error 1223. To change the ex
pected value, just enter the actual values in the numeric constants. These are the little blue boxes with some hex values in them.