Guys,

I've been working on a program for a while that uses a DLL to communicate with a controller of actuators. One section of the program commands a number of them to move based on some calculations. I initially built a test program containing nothing but the required function and then added it into what will eventually be my complete program. The small test program works fine, but the larger program doesn't work at all. I've had a lot of luck asking people on this board questions and was wondering if anyone has had issues like this concerning the size of their programs, or if there are any other suggestions as to what it could be.

To give a little more detail. There are 3 functions in this section. The first pulls data from a form, two input angles. These are both then sent into a model which uses them to calculate how much the motors will move and then sends those calculations back to the first function. The first function then redirects the calculations to a third function which actually contains the movement method. The test program contains only this information and works.

I checked the values in the larger program when they come back from the model and once they are sent into the function which contains the movement method. I checked them in both places and they are fine and this is why I'm concerned that it is a size issue as the actual method is getting the correct values. Any information or experiences would be greatly appreciated. Thanks in advance.

Take care,
Pat