= GetMotion = Get tare weight value. {{{ bool GetMotion(int nScale = process_scale) }}} == Parameters == * nScale - scale number == Return Value == * Returns true if the specified scale is in motion or false if stable. == Remarks == == Examples == {{{ if(GetMotion()) { DisplayText(20, 20, "Motion"); } }}} {{{ if(GetMotion(1)) { DisplayText(20, 20, "Motion"); } }}} == See Also == * GetGrossWt * GetNetWt