I am using uLCD-28PTU V3.9
Arduino is sending values to the scope which plot ok.
However, how do I have multiple traces on the scope?
The Ref Manual says "Up to 4 traces can be drawn. Each value written to the object is written to the ‘next’ trace. "
When the write command is
genieWriteObject(25, 0x00, Value a);
genieWriteObject(25, 0x00, Value b);
The 2nd statement just cause the same trace to plot the next value.
Am I missing something? There doesnt seem to be any provision for a 2nd argument.
Arduino is sending values to the scope which plot ok.
However, how do I have multiple traces on the scope?
The Ref Manual says "Up to 4 traces can be drawn. Each value written to the object is written to the ‘next’ trace. "
When the write command is
genieWriteObject(25, 0x00, Value a);
genieWriteObject(25, 0x00, Value b);
The 2nd statement just cause the same trace to plot the next value.
Am I missing something? There doesnt seem to be any provision for a 2nd argument.
Comment