Search found 218 matches

by chimimic
Wed 2024-05-01 10:05
Forum: PCB Layout
Topic: Turn off rendering of 3D model in 3D board view
Replies: 3
Views: 122

Re: Turn off rendering of 3D model in 3D board view

Hi Jan,

for an "in place 3D proteus constructor" (geometric description), simply specify in model parameters list :
TYPE=NONE

Nota : doing that hide 3D model for all parts of the board that share the same 3D model...

Remy
by chimimic
Sat 2024-01-27 5:38
Forum: Simulation
Topic: Problems with PIC16F18877
Replies: 2
Views: 457

Re: Problems with PIC16F18877

Hi, the PIC16F18877 cannot be simulated with any code Works here with a simple test : Proteus_PIC16F18877_test_001a.gif CPU_Init; LATC := $00; Delay_ms(10); LATC := $FF; Delay_ms(10); LATC := $00; Delay_ms(30); while 1=1 do begin LATC := $AA; Delay_ms(25); LATC := $55; Delay_ms(25); end; Remy
by chimimic
Sat 2023-11-18 5:14
Forum: Schematic Capture
Topic: Crashes with lib manager and suggestions
Replies: 0
Views: 1482

Crashes with lib manager and suggestions

Hi, noticed two actions with parts lib manager that can cause Proteus crash / hard close : 1 - When trying importing a new part in a lib that is full, error message occurs, saying "exception access in module XLIB.dll" and Proteus close, without further explanation. I think it would be bett...
by chimimic
Thu 2023-05-25 7:39
Forum: PCB Layout
Topic: 8.16 SP0 trace editing very buggy
Replies: 3
Views: 900

Re: 8.16 SP0 trace editing very buggy

+1, same thing here.

I add that track width is no more consistent when adding a new trace or editing an existing one.
Select a width in track selector, and trace added or edited has other width value !
This wasn't the case in previous versions.

Remy
by chimimic
Sat 2023-05-13 6:06
Forum: Simulation
Topic: SinglePulse gen can't start at 0
Replies: 0
Views: 951

SinglePulse gen can't start at 0

Hi,

noticed that digital Single Pulse gen don't start at 0 when set at 0.
Must specify a value strickly greather than 0, for example 1 ps.
-
Proteus_sch_bug_singlepulsegen-dont-start-at-zero_001a.gif
Proteus_sch_bug_singlepulsegen-dont-start-at-zero_001a.gif (63.78 KiB) Viewed 951 times
-
Remy
by chimimic
Wed 2022-10-19 16:23
Forum: PCB Layout
Topic: PCB separate file for board edge-outline
Replies: 3
Views: 366

Re: PCB separate file for board edge-outline

Thank you, Dave and AndyM.
Remy
by chimimic
Wed 2022-10-19 6:09
Forum: PCB Layout
Topic: PCB separate file for board edge-outline
Replies: 3
Views: 366

PCB separate file for board edge-outline

Hi, My PCB manufacturer requires me to provide them with a separate file for the PCB outline. He knows that the PCB outline can be included in one or more layers of the CADCAM fabrication file, but he prefers to have a dedicated (text) file to avoid confusion during data preparation. - Dear Remy It'...
by chimimic
Fri 2022-07-08 15:50
Forum: Simulation
Topic: Internal Flash (HEF) writing saved in persistant model data ?
Replies: 2
Views: 312

Internal Flash (HEF) writing saved in persistant model data ?

Hi, In simple circuit with 12F1572, when writing to internal "user" flash (range 0780h-07FFh), values changes are taken acount during a simulation, but not between 2 simulations. Does this function (Internal Flash modifications saving in persistant model data) implemented in Proteus ? Than...
by chimimic
Wed 2022-05-18 18:46
Forum: Schematic Capture
Topic: Network error message in Pick device dialog
Replies: 2
Views: 829

Network error message in Pick device dialog

Hi, since I updated my USC, I get a "Network error / Not logged in" message each time I press a char key in the edit field search component of Pick device dialog. I did'nt got this message during the (short) time my USC was expired. What to do ? Deactivate SnapEDA and/or ComponentSearchEng...
by chimimic
Sat 2022-05-07 9:29
Forum: Simulation
Topic: Question about virtual terminal.
Replies: 4
Views: 2890

Re: Question about virtual terminal.

Hi, you can use at least 3 methods : [1] add an additionnal (little) MCU sending data frame at specified time or (better) when triggered by a Proteus switch [2] use a COMPIM Proteus component to catch frame data coming from external terminal emulator (need 2 com ports) [3] use a digital script (scri...
by chimimic
Thu 2022-04-07 19:07
Forum: Simulation
Topic: Multi-boards and simulation
Replies: 3
Views: 3228

Re: Multi-boards and simulation

Problem solved, thanks to David indications.
by chimimic
Thu 2022-03-31 7:45
Forum: Simulation
Topic: Multi-boards and simulation
Replies: 3
Views: 3228

Re: Multi-boards and simulation

Hi, in addition to previous post and after V8.14 official release testing : if adding a component with no simulation capabilities (for example a simple connector), Proteus claims simulation can't start because "xxx components has no simulation model", regardless board where "bad"...
by chimimic
Sun 2022-03-20 23:21
Forum: Simulation
Topic: Multi-boards and simulation
Replies: 3
Views: 3228

Re: Multi-boards and simulation

Hi, addition to previous post, after V8.14 B3 testing : I added a Comm subcircuit on one of the two sheets/boards (main uC). This Comm subcircuit own a FT232R and USB data transfert is OK (uC that send data is outside this subcircuit). Links between sheets are OK and simulation runs OK, that I alway...