Deprecated: Creation of dynamic property Kunena\Forum\Libraries\User\KunenaUser::$karma_time is deprecated in /home/gabotr/kurt.gabotronics.com/libraries/kunena/src/User/KunenaUser.php on line 692
Deprecated: Creation of dynamic property Kunena\Forum\Libraries\User\KunenaUser::$twitter is deprecated in /home/gabotr/kurt.gabotronics.com/libraries/kunena/src/User/KunenaUser.php on line 692
Deprecated: Creation of dynamic property Kunena\Forum\Libraries\User\KunenaUser::$karma_time is deprecated in /home/gabotr/kurt.gabotronics.com/libraries/kunena/src/User/KunenaUser.php on line 692
Deprecated: Creation of dynamic property Kunena\Forum\Libraries\User\KunenaUser::$twitter is deprecated in /home/gabotr/kurt.gabotronics.com/libraries/kunena/src/User/KunenaUser.php on line 692
Deprecated: Creation of dynamic property Kunena\Forum\Libraries\User\KunenaUser::$karma_time is deprecated in /home/gabotr/kurt.gabotronics.com/libraries/kunena/src/User/KunenaUser.php on line 692
Deprecated: Creation of dynamic property Kunena\Forum\Libraries\User\KunenaUser::$twitter is deprecated in /home/gabotr/kurt.gabotronics.com/libraries/kunena/src/User/KunenaUser.php on line 692
Deprecated: Creation of dynamic property Kunena\Forum\Libraries\User\KunenaUser::$karma_time is deprecated in /home/gabotr/kurt.gabotronics.com/libraries/kunena/src/User/KunenaUser.php on line 692
Deprecated: Creation of dynamic property Kunena\Forum\Libraries\User\KunenaUser::$twitter is deprecated in /home/gabotr/kurt.gabotronics.com/libraries/kunena/src/User/KunenaUser.php on line 692
Hi
I want to use Xprotolab plain as test Jig to test my hardware. I want to use Xprotolab to generate following waveform:
Square Wave time: t0 to t1 -> 0 to 60Hz time: t1 to t2->hold 60hz time: t2 to t3 -> 60 to 0hz.
This process is automated and should go on in loop.
To achieve this I was thinking of Using Arduino Uno. Uno shall send commands over serial port to the xprotoblab.
Can anyone please provide the serial protocol datasheet or the format of the commands and the serial data frame?
OR Is there any other way to achieve above task?
Thanks
So, I was able to solve my above problem. I used the commands mentioned in the manual.
For e.g. to set square wave send command 0x62 (command 'b') 0x25 (AWG waveform type 37 dec) 0x02 (square wave).
Similarly apply this logic for other parameters. Baud should be 115200.
Thanks