I think the immediate window may be misleading you. That is only showing exceptions that have been handled properly by the driver.
This is how I recommend starting out:
- Create a ControlLogix program with a Controller scope tag named DINTTag, then download to the controller
- In AdvancedHMI, add an EthernetIPforCLXCom driver to your form and set the IPAddress property to the IP of the controller
- Add a BasicLabel to the form
- In the Properties Windows set PLCAddressValue and PLCAddressKeypad both to DINTTag
- Run the application
- Once started, click on the BasicLabel, a keypad will popup, then enter a value of 99 and click enter
If the connection to the PLC was good, you should see the BasicLabel change to a 99