Recent Posts

Pages: 1 ... 8 9 [10]
91
PLUS+1 GUIDE / Re: Switching and connecting 2 analog signals
« Last post by FluidPowerTom on March 20, 2023, 10:52:13 PM »
As G3 was mentioning you could use a comparison on the source voltage.  For most controllers that'll be C1P2.voltage, and you could just check to see if it's greater than 20V to determine which voltage source you've got.

No, you can't connect the signals as you've done in that image.  You will want to use either a Boolean Switch or a couple of Value Connect components along with that comparison that I mentioned.
92
PLUS+1 GUIDE / Re: Switching and connecting 2 analog signals
« Last post by G30RG3 on March 20, 2023, 05:33:32 PM »
Compare the source voltage to a fixed value, the output from that compare can be used to (binary) switch the right result from your scaling operation.
Or if needed compare the source voltage to a few fixed values to switch between the scaled outputs and in a "in between source voltage" give a fixed voltage that is "out of range" to provoke an error
93
I/O Modules / Re: IOX024 Pulsing/Flashing Outputs
« Last post by FluidPowerTom on March 20, 2023, 04:34:07 PM »
If you put a checkpoint on the PI loop output is that reading steady?  If not then I guess post your PI loop logic here.

If so then are the repetition times and timeout time settings for your I/O module all set to default, or might something be off?  See attached for the default settings.
94
PLUS+1 GUIDE / Switching and connecting 2 analog signals
« Last post by Daan on March 20, 2023, 01:32:56 PM »
Hello everyone!

I have a problem and I hope you can help me with it.

I have an analog signal that can vary from 0-12V as well as 0-24V. How can I ensure that depending on whether the supply voltage is 12 or 24V, the correct analog signal is scaled?

Is it possible to connect these 2 analog signals to 1 analog output without this giving an error?

Thanks in advance for all the help!
95
License / Re: PC and Laptop Shared License
« Last post by Neil on March 20, 2023, 12:25:04 AM »
Hi Tor ,Guys,

Tagging onto this post, does the annual professional renewal (111795524) also rehost to the second machine?

Thanks.
96
PLUS+1 Compliant Hardware / Re: DST X800 - resolution
« Last post by Neil on March 19, 2023, 08:31:03 PM »
Hi,

Try using a 2B or 2F in the write command.

67F 8 2B 05 60 00 E8 03 00 00
97
I/O Modules / IOX024 Pulsing/Flashing Outputs
« Last post by Lukey on March 18, 2023, 04:05:35 PM »
Heyllo I am having issues with Pulsing/Flashing outputs in my application.

Hardware comprises of a DM430E and IOX024.

I have a simple PI loop circuit, a 0.5-4.5V pressure switch on C1p10 is functioning correctly, the signal input is reading steady.
But my PWM output C2p03 to the coil is turning on and off at approximately 3hZ.

I have checked my code to ensure no funny business, changes the PWM frequency on the group from my desired 160 back to 4000hZ but nothing.

I've even tested all the other outputs as PWM and/or Digital Outs in all possible PinConfigs and I am getting the same on and off at 3hZ.

CAN comms issue I have checked that and no errors there, I believe I can rule that out.

Does anyone have any ideas? I assume this hardware config (DM430E and IOX024 is proven/compatible)?
98
PLUS+1 GUIDE / Re: Extract values from U32
« Last post by Lukey on March 17, 2023, 11:55:34 AM »
I fixed this, I overlooked that I needed to Get Array Element prior to using Right-Shift, followed by the Bitwise AND.

Attached for future reference if anyone needs it.
99
Displays / Re: Define Areas Page and the Define Screen Page
« Last post by Daan on March 16, 2023, 10:11:36 AM »
Thank you!
100
Displays / Re: Define Areas Page and the Define Screen Page
« Last post by acmall on March 16, 2023, 08:49:02 AM »
There are two different screen editors, the Classic Screen Editor is used for the older displays and the Vector Based Screen Editor (VBSE) is used for the newer ones. It looks like you are using one of the newer displays that uses the VBSE in which case Define Areas Page and the Define Screen Page are not used, the screen is displayed using the Show Screen Component.
Pages: 1 ... 8 9 [10]