Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

R1909. LINK A COMPONENT

3 posters

Go down  Message [Page 1 of 1]

1R1909. LINK A COMPONENT Empty R1909. LINK A COMPONENT Fri Sep 22, 2023 6:25 pm

Defran

Defran

Is it possible to link Dial to any componte and specifically to source Voltage? In this version I can't.

Tell me please.



Last edited by Defran on Wed Oct 11, 2023 5:35 pm; edited 3 times in total

2R1909. LINK A COMPONENT Empty Re: R1909. LINK A COMPONENT Sat Sep 23, 2023 6:28 am

arcachofo

arcachofo

You can link to a controlled source, but not to voltage source.
Here you can see what is working now:

Can link to other Components:

Dial
Calls:
setLinkedValue( (int)v, 0 )

Text Component
Shows value label from linked components.
Syntax: $dataN (N = component index).

Led
Calls:
setLinkedValue( double v, int i )

Scripted
Can call:
setLinkedString( string str, int i )
setLinkedValue( double v, int i )


Can be linked:

Dialed (Dial, Potentiometer, Variable Resistor, Resistive Sensors):
Called:
setLinkedValue( double v, int i=0 )
i = 0: set Dial value (0-1000)
else : set value.

Text Component
Called:
setLinkedString( QString str, int i )
setLinkedValue( double v, int i )
i = 0: set text.
else : append text.

7 segment BCD
Called:
setLinkedValue( double v, int i )
i = 0: display value.
else : 1 bit for each segment.

Clock & Wave Gen
Called:
setLinkedValue( double v, int i )
Set frequency.

Controlled Source
Called:
setLinkedValue( double v, int i )
Set control voltage or current.

Scripted
Can be called:
setLinkedString( string str, int i )
setLinkedValue( double v, int i )

Source:
https://knowledge-base.simulide.com/1-circuit/linking-components.html

3R1909. LINK A COMPONENT Empty Re: R1909. LINK A COMPONENT Sun Sep 24, 2023 8:18 am

Defran

Defran

It would be good if capacitors and inductances could also be linked, because in real life there are also variable capacitors and coils. This is interesting to be able to make certain types of circuits.

Is this possible?

4R1909. LINK A COMPONENT Empty Re: R1909. LINK A COMPONENT Sun Sep 24, 2023 1:21 pm

arcachofo

arcachofo

Yes, that's a good idea.

5R1909. LINK A COMPONENT Empty Re: R1909. LINK A COMPONENT Sun Sep 24, 2023 2:12 pm

Defran

Defran

Fine, thank you, then let me leave this issue in red until it is done.

6R1909. LINK A COMPONENT Empty Re: R1909. LINK A COMPONENT Mon Sep 25, 2023 4:11 pm

arcachofo

arcachofo

I did a basic implementation at Rev 1927.

7R1909. LINK A COMPONENT Empty Re: R1909. LINK A COMPONENT Mon Sep 25, 2023 4:12 pm

Defran

Defran

Fine, thanks. Ready to be tested the next opportunity.

8R1909. LINK A COMPONENT Empty Re: R1909. LINK A COMPONENT Sun Nov 26, 2023 11:12 am

LWT98709



DC Motor and Stepper motor can link to other component, but servo cannot.
Will it be in a futur release ?

9R1909. LINK A COMPONENT Empty Re: R1909. LINK A COMPONENT Sun Nov 26, 2023 4:51 pm

arcachofo

arcachofo

LWT98709 wrote:DC Motor and Stepper motor can link to other component, but servo cannot.
Will it be in a futur release ?
Yes, it is planned.

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum