I assume Dashboard is being triggered by RossTalk from the Carbonite, not a physical GPI?
You are trying to send a RossTalk GPI Out from XPression using a script right? Like this one:
dim rosstalk as xpGPIBoard
Engine.GetGPIBoard(0, rosstalk)
rosstalk.SendMessage("GPI 1")
'The "0" in the GetGPIBoard is the index of the GPI board in Hardware Setup > GPI Boards
'(Board #1 = Index 0, Board #2 = Index 1, etc..)[/SIZE][/FONT]
#XPression