Search found 3 matches
- Mon Apr 18, 2016 5:24 am
- Forum: General Discussion
- Topic: execution speed EZSBC
- Replies: 2
- Views: 20727
Re: execution speed EZSBC
I get a syntax error on: IIF(LED(X,1) & 1,OUTD R1,1,OUTD R1,0). Sitting reading something unrelated, I remembered something of the example in the manual. I changed everything around and the execution down to 48 ticks.
- Sun Apr 17, 2016 5:07 am
- Forum: General Discussion
- Topic: execution speed EZSBC
- Replies: 2
- Views: 20727
execution speed EZSBC
In my program I have 15 blocks of code as follows: if LED(X,1) & 1 = 1 then outd R1, 1 else outd R1, 0 endif At the start of the code I put settick (0) and before the next X I put z = gettick. I got back 54 or 55 on subsequent runs. This would indicate that it took 5500 micro seconds or about 36...
- Sun Nov 29, 2015 7:00 am
- Forum: General Discussion
- Topic: editing
- Replies: 1
- Views: 18608
editing
I am using teriterm and I see support for copy and paste which would be very helpful. There does not however appear to be a way to highlight the text to be copied. Am I correct?