hi.
I just downloaded and installed Advanced HMI v3.5.1 with Visual Basic Express 2010, running on a Windows 7 32-bit machine.
I made a very simple form- it only has a pilot light and a 2-pos selector switch. PLCAddressValue are
:0 & I0:0 respectively.
There's a simple 1-rung plc program that turns on the output
:0 when I0:0 is true. I run the program and on the AdvancedHMI form i'm getting "Failed to get processor type" on the component. In the VB message window it says "a first chance exception of type 'MfgControl.AdvancedHMI.Drivers.Common.PLCDriverException' occurred in AdvancedHMIDrivers.dll
The communication with the PLC (Micrologix 1000) is through DF1Comm1. I am able to communicate with the PLC through RSLinx Classic Lite, so I know the comm cable etc is good.
Any help would be appreciated. Thanks.