Forum Discussion
covfefe
Occasional Contributor
4 years agosystem-console: control timing of multiple commands (wait/pause?)
Hello,
I am using batches of commands sent together on the system-console interface. I do need to be able to control the timing of the commands (the device appears to need a very short pause in be...
sstrell
Super Contributor
4 years ago1) I don't know how to space out writes, but for reads, you can use the monitor service type and specify how often you want to perform a read. For writes, maybe you could just do a dummy read between writes to space them out.
2) For rreg2, you specified the number of 16-bit reads to perform (1). For rreg, you didn't, so the command won't work.
You also need to be using claim_service after opening the master service path.