Hello,
If I have multiple dataloggers running the same program (therefore, the same variables on each), is there a way to use only ONE switch in RTMC to toggle the same one variable in all dataloggers?
Thanks!
You could use value forwarders to keep all of the values in sync. Use the switch to set the value in one logger and then have 3 value forwarders that would read this value and forward it on to the other 3 loggers. You can set the value forwarders as hidden so they wouldn't even show up in run-time.
* Last updated by: tmecham on 3/3/2011 @ 10:01 AM *
Thank you! This is exactly what I was looking for.