Tuesday, September 27, 2011

Wonderware: Disabling DEP in Windows 7 and Server 2008 R2

Sometimes a solution to software conflicts is to disable DEP (Date Execution Prevention). In XP and Server 2003, you just edited the BOOT.INI file. But that file does not exist in Windows 7, etc. Instead, here is the procedure:

1) Right-Click Computer, then Properties
2) Click Advanced System Settings
3) Click the Performance Settings Button
4) Click the Data Execution tab

To completely disable DEP, the boot parameters must be edited using the Microsoft's BCDEdit utility:

1) Open a command prompt by clicking Start / Run, then type CMD, enter.
2) Type in command:
"bcdedit.exe /set {current} nx AlwaysOff"

These changes take effect when you restart your computer.

Thursday, September 1, 2011

Secret Modbus Port on ABB Drives

Modbus communication is available built in standard on the ACS550. It is also available on the ACS355 with the FMBA-01 module added. But did you know there is an additional Modbus port available under the keypad on both drives?

With the keypad removed, the RJ45 port can be wired up to an RS232 Modbus master. (This connection is used for monitoring only and not start/stop control)


You can wire up the RJ45 port according to this diagram:


Serial settings such as station ID, baud rate and parity can be found in the Parameters section of the manual under Group 52. Valid messages as well as error messages can also be found in this section.