pulsin won't count above 4095

poodlebiscuit

New Member
i have a problem gettin the pulsin command to sense any input longer than 4095 in the simulator. in this example to show my problem i have just included the pulsin command and the count command to verify that the memory location is capable of taking numbers that high.

in untitled1 it shows the generic input of 100 which both pulsin and count read and put into their respective locations w1 and w2.

untitled2 shows the generic input of 25000 which once again pulsin and count put into their locations. as you can see, count puts 25000 into w2 but pulsin puts 424.

this problem happens for any generic input over 4095. the datasheet for the pulsin command shows that pulsin can count upto 65535.

any help is greatly appriciated as this is driving me mad.

many thanks
ED
 

Attachments

Technical

Technical Support
Staff member
This is a bug in the simulator for the pulsin command, thanks for highlighting it. We will fix in next release.
 
Top