Search found 2164 matches

by Ettore
Fri 2024-03-01 13:40
Forum: Simulation
Topic: Dual POT
Replies: 3
Views: 255

Re: Dual POT

Yeh, you can. Ideally any basic active component can - buttons, switches, rotary switches, etc.
by Ettore
Thu 2024-02-29 20:51
Forum: Simulation
Topic: Can't simulate an LCD with pic18f27q10
Replies: 1
Views: 166

Re: Can't simulate an LCD with pic18f27q10

We definitely need to see at your full project in order to help. So please attach the Proteus project file - .pdsprj - including with the code.
by Ettore
Wed 2024-02-28 0:07
Forum: Simulation
Topic: Dual POT
Replies: 3
Views: 255

Re: Dual POT

Type GANG=1 in the Other Properties of both active actuators like pots.
For POT-HG this works by clicking on the increment/decrement marker only, it doesn't if you drag the pot wiper.
Immagine 2024-02-28 010617.jpg
Immagine 2024-02-28 010617.jpg (64.89 KiB) Viewed 249 times
by Ettore
Tue 2024-02-27 14:59
Forum: Simulation
Topic: waveform source controllable
Replies: 6
Views: 264

Re: waveform source controllable

I was thinking to something like this:
Controllable_waveform_source.pdsprj
(110 KiB) Downloaded 457 times
You can modify it at your need/pleasure.
by Ettore
Tue 2024-02-27 13:48
Forum: Simulation
Topic: waveform source controllable
Replies: 6
Views: 264

Re: waveform source controllable

If non-periodic list of values have to start by hardware then there's nothing ready, I'm afraid. I presume the simplest thing you can do is by using a second (smaller) PIC with a list of values you may use to change PWM output and, finally, use a PWMTOV primitive to get the voltage output. PWMTOV is...
by Ettore
Tue 2024-02-27 10:29
Forum: Simulation
Topic: waveform source controllable
Replies: 6
Views: 264

Re: waveform source controllable

There are several ways to control when a signal generator has to outputs the signal. 1) By using generators in the GENERATOR bin (see attached picture). You can edit the generator and use several parameters that delays the wave form. For example, in the SINE generator we have "Time Delay (sec)&...
by Ettore
Sun 2024-02-25 15:55
Forum: Simulation
Topic: Not painting correctly
Replies: 5
Views: 244

Re: Not painting correctly

Hi Ian The VEE pin in the analogue switches 4051 model is not modelled at all, and tbh it was never been since very older Proteus version (5.xx ?). Active components repaint based on internal property STATE. When the simulation is stopped properly it defaults to -1, which means "repaint it full...
by Ettore
Mon 2024-02-19 8:15
Forum: Schematic Capture
Topic: Find a compatible library in Proteus
Replies: 1
Views: 141

Re: Find a compatible library in Proteus

Unfortunately you are using an illegal copy (cracked) of Proteus and as such we cannot provide you with any support.
Please purchase a licence here: https://www.labcenter.com/pricing/comm/ or contact: support@labcenter.com
by Ettore
Mon 2024-02-19 8:14
Forum: Simulation
Topic: Simulation error
Replies: 1
Views: 160

Re: Simulation error

Unfortunately you are using an illegal copy (cracked) of Proteus and as such we cannot provide you with any support.
Please purchase a licence here: https://www.labcenter.com/pricing/comm/ or contact: support@labcenter.com
by Ettore
Sun 2024-02-18 22:55
Forum: PCB Layout
Topic: Adding pcb design module.
Replies: 3
Views: 229

Re: Adding pcb design module.

I'm sure Dave or Jon will reply to your email on Monday. As Proteus is a Suite Design tool, the PCB module will be fully integrated with the Schematic Capture package you already own. After purchase you will be emailed with a licence file containing the activation keys for PCB module in the level yo...
by Ettore
Mon 2024-02-12 11:00
Forum: Simulation
Topic: using the preinstalled arduino ide for proteus firmware compiler
Replies: 1
Views: 163

Re: using the preinstalled arduino ide for proteus firmware compiler

What compiler did you install in your machine ? IDE 1.8xx or IDE 2 ?
Did you try with Compilers Configuration -> Manual check ?
Immagine 2024-02-12 115624.jpg
Immagine 2024-02-12 115624.jpg (102.23 KiB) Viewed 149 times
by Ettore
Tue 2024-02-06 18:08
Forum: Simulation
Topic: Graphing magnitude against resistance in an AC circuit
Replies: 2
Views: 212

Re: Graphing magnitude against resistance in an AC circuit

Unfortunately not directly. The analogue graphs analysis are only those supported by SPICE3 at the moment. The only option working with ac magnitude is AC-sweep, which is a frequency domain analysis, though. However by using the AC-swap and maximizing the resulting graphs you can click over any trac...
by Ettore
Mon 2024-02-05 10:30
Forum: Simulation
Topic: simulation flag
Replies: 1
Views: 433

Re: simulation flag

This message tells that wanted timesteps cannot be achieved with the "Timestep per frame" setting of Proteus. This might depends by a plethora of reasons: circuit frequency too high, the circuit is difficult to converge because of circuit errors, or because of bad simulation model, Ground ...
by Ettore
Tue 2024-01-30 12:46
Forum: Simulation
Topic: Failed to set firmware property.
Replies: 5
Views: 1218

Re: Failed to set firmware property.

I confirm that your problem is because of your PIC arrangment into the hierarchy module. I strongly recommend to use subcircuit arrangment rather than hierarchy. Following is a sceeen shot that shows you how to do that. You don't need to pass variables between parent module and child processor. Same...
by Ettore
Mon 2024-01-29 17:03
Forum: Simulation
Topic: Failed to set firmware property.
Replies: 5
Views: 1218

Re: Failed to set firmware property.

Javier, Thanks. I've got your project but unfortunately the source code is not built in the pdsprj file, so I cannot compile as it says 'code file name not found'. I see code name files in the Projects tree but cannot open them. If you can zip them and PM me I would try to reproduce the issue. Howev...