08-06-2013 06:01 PM
Hello:
I am using a master loop with a slave loop to perform a sequence test. I added a Can Bus it runs outside the slave loop I can send commands out through the can bus as long the slave loop is not running the sequences. How can I send commads through the can bus while the slave loop runs, I try using variables and network variables.
08-07-2013 01:43 AM
@Toro wrote:
I am using a master loop with a slave loop to perform a sequence test. I added a Can Bus it runs outside the slave loop I can send commands out through the can bus as long the slave loop is not running the sequences. How can I send commads through the can bus while the slave loop runs, I try using variables and network variables.
Your description is not making much sense:
--> Why you added CAN bus outside the Slave loop, is it inside another (slave) loop???
--> What are sequences, is it a Sequence Structure or a sequence data or something else???
--> Can you share the code???
08-07-2013 12:37 PM
Hello:
I have attach some pictures hopefully it help to explain my self.
I added the Can Bus out side the slave loop so it can run continuously, if I place it inside the slave loop it only runs once, it needs to run continuously so to talks back and fort with the control getting or sending commands.
My file is to large our network does not allow large files to be send
08-11-2013 05:47 PM
Hi:
Thanks for your interest but I found a solution. I try using a global variable and it worked, I can now send commands thru the can bus from any parts of my program.
Thanks