02-02-2015 06:45 AM - edited 02-02-2015 06:46 AM
Hi Sir,
i was trying to acess the System defined variables in CAPL, but i could not get the datsa, see below code
busload_CAN1 = sysGetVariableFloat(sysvar::CAN3::Busload);
write("Busload = %3.3f",busload_CAN1);
write("Busload = %d",@sysVarInt::_Statistics::CAN3::Bursts);
is there any .DLL need to add to the configuration.
i always recieved in 0.00 and 0 in write window
please let me know the procedure.
01-21-2019 08:41 PM
Hey, Any updates on the same