RobotStudio event

Data binding problem

Options

Hi,

I have little problem with data binding. I am using RAB 5.09 and working with VC RW5.09.1020.01 (so i haven't yet test if I have this problem with real robot).

I create either data or signal binding source and attach it to the RAPID data or IO signal. (also I remember to add it to the dispose method)

I add textBox on form/view and attach my binding source to the textbox's text property.

When I change the RAPID data or IO signal (group outputs) through FP 'Program Data'/'Input and Outputs' the textbox naturally shows the changes value.

But when I change the textbox text property from my program, the textbox shows the new value, but nothing change in FP. Even I press Refresh in FP 'Program Data' I don't see that the value change.

Is this known problem or am I doing something wrong.

How I should set the text property that it update the RAPID variable or IO group output through data binding.

Thank,

Mika