Recent Posts

Pages: [1] 2 3 ... 10
1
Displays / RTC GNSS TIME updated
« Last post by Mike AA on May 02, 2024, 09:39:56 PM »
I recently found out I can sync the DM1200 clock with GPS by just enabling GNSS and connecting a GPS receiver antenna. Now that I know that the time is perfect I wish to get info that it has indeed synced which according to the API I can use RTC.Auto, atleast I think I can, to light up an indicator. I need this to work with our Trimble GPS sytem for DATA logging and machine logging. I have a setup where the Danfoss computer trips a relay which acts like a button push on the Trimble system to create a point.

I cannot find on the RTC bus the .Auto element which the API says is there. Has anyone used this function or have an idea how to read the .Auto data?
2
Controllers / Re: MC018 C1p11 error 23 and 665
« Last post by A.Fitz on May 02, 2024, 04:50:17 PM »
It looks like nothing is connected to the DigOut component based on the error.
I would use command "V" to view the connection and verify you have something driving it.

I would bet this is a copy paste error where you forgot to change the name somewhere to correlate to this pin.
3
Controllers / MC018 C1p11 error 23 and 665
« Last post by macbahi on May 01, 2024, 11:57:59 PM »
Hi Guys,

It's my first time I use MC018. I will use all output. Every think it's OK.
All setting output are the same way.
But when I compile the program, I get error only for C1P11.
You find enclosed the pictures of errors

I had update my plus+1 to 2024.1.5.

Thanks in advance

With best regards
Mac bahi
4
Do you really need to store the state of the sequence in a NVmem? NVmem have a limited number of write cycles. If your sequence is actuated lot of times per day, you could end with a non functionning NVmem block and need to replace the controller.

I would prefer this sequence to be done with Set/Reset components. At Power-On, maybe you could do a kind of "homing" sequence that sets all the cylinder to the original position so the sequence always starts at a known good position.

Sam
5
PLUS+1 Autonomy Hardware / Re: About XM100 and OUSTER Lidars
« Last post by cvandestroet on April 29, 2024, 01:59:20 PM »
Hello ibrahim!
It is mainly a question of processing power. With an OSx-32 at 2048x10, you will likely be able to hook up to 3 or possibly 4 LiDARs to one XM (it depends on what else is going on in the application). If you lower the data rate, you will be able to hook up more. However, using an OSx-64 at 2048x10 has twice as much information, and therefore, the XM can only support half as many lidars. There are a few knobs to tailor to what you need!
6
Displays / Re: DP720 Touchscreen Inactivity Timer
« Last post by Camox on April 29, 2024, 08:54:22 AM »
Hi, there,
If we look at the touchscreen inputs, I would test the X and Y values in the State bus to check that the touchscreen is not being used.



Have a nice day
7
 :oI solved the problem, but I don't understand why it worked, I just put a checkpoint in the routine and the sequence continued.

Does anyone know why the error occurred and why it was "resolved", I still don't understand.
Is it possible that the check points force the controller to read or pay attention to the routines?
8
Displays / DP720 Touchscreen Inactivity Timer
« Last post by gregbosma on April 25, 2024, 07:30:10 PM »
Hi all!

On a DP720 touchscreen program, I have a customer who would like a timer that logs people out of a password-protected page after a certain amount of inactivity. What's the best way to define inactivity?

Tying this timer to the navigation buttons is no problem, but what about touchscreen taps? Is there a quick and easy way to see if anywhere on the screen has been touched?
9
PLUS+1 GUIDE / Re: How to stop automatically generating ports on page interface
« Last post by Tor on April 24, 2024, 08:11:20 AM »
Hello gregbosma,

I guess you are talking about "Add page port matching".
You can find the setting in the options menu in the CAD segment.  See Image and/or the User Manual.


Have a nice day.
10
PLUS+1 GUIDE / How to stop automatically generating ports on page interface
« Last post by gregbosma on April 23, 2024, 08:32:47 PM »
Hi there!

Whenever I go to Page Interface Editor, I notice it automatically adds a bunch of bus ports and wire ports that I don't need. Is there a setting somewhere to disable this feature?

Screenshot:
https://imgur.com/a/GR36kRe
Pages: [1] 2 3 ... 10