Hello all !
First, I'm sorry for my english, i'm not really good with Shakespeare language, but i try to do my best.
I Have a Script problem in my code, and i don't understand how i can resolve it. I post my code for u can help me maybe :s
Script Problem : Input string was not in the correct format
First, I'm sorry for my english, i'm not really good with Shakespeare language, but i try to do my best.
I Have a Script problem in my code, and i don't understand how i can resolve it. I post my code for u can help me maybe :s
Code:
public void Main() {
string rXAngle = "";
string rYAngle = "";
string pCurrentPower = "";
IMyMotorStator rotorX = GridTerminalSystem.GetBlockWithName("RotorX") as IMyMotorStator;
IMyMotorStator rotorY =...