Recent Posts

Pages: 1 [2] 3 4 ... 10
11
Communication / Service Tool Disconnected with CG150-2 interface
« Last post by Bernardo_SAUR on April 22, 2025, 11:14:20 PM »
Good Afternoon!

I´m trying to check my CAN channel with a CG150-2 interface;
I´m at online mode / service tool appear "discconected" / my chanel is recognized by: "CG150-2 #0 (Channel 0)" / the power light is continually on / the CAN light is flashing on / transmitted messeges are detected at the CAN window with random messeges like: 0 / 0CDB32F1 / X / 4 / 32 / 02 / 84 / 01 / 691.969 / T / received messeges is an error like: 0 / 00000000 / ErrorFrame / 691.984 / R / My update center tell me that: "No downloads available" / the electrical connection is: POWER >> JOYSTICK >> CAN >> CG150-2 INTERFACE >> PC SERVICE TOOL / the drivers that i have installed are below:
  Uninstall:
    garbage.ico
    PLUS+1.ico
    unins000.dat
    unins000.exe

  amd64:
    danfoss_intcanusb64.cat
    danfoss_intcanusb64.inf
    danfosskcanl.sys
    danfosskcanv.sys
    Display64.cat
    Display64.inf
    P1DriverInstaller.exe
    WdfCoInstaller01009.dll
    winusbcoinstaller2.dll

I think that have a driver missing. I need to know what and how i install this driver. Or it´s other thing? Someone can help me?
12
Controllers / SC024_low_Power_Mode parameter (Power_PwrDown)
« Last post by macbahi on April 09, 2025, 06:12:48 PM »
Hello guys,

Please could you tell me the utility of Low Power Mode paramter (Power_PwrDown).
When can I use it? And what it's effect?

I looked for this parameter in documentation and on the Internet but without result.

I tested using this parameter to True,  the controller turned off.  But why in OS output comment they tell us the controller will enter in Low power mode?

What mean low power mode?

Thanks in advance for your help.

With best regards
Mac bahi
13
Off topic / Re: Need a program
« Last post by Lukey on April 09, 2025, 10:59:26 AM »
Where are you located? what is required?
14
Off topic / Need a program
« Last post by vmi-dw on April 03, 2025, 04:24:46 PM »
I work for a manufacturing company and we use XL104 controllers. We have designed a new machine and need a program for it. The engineers who wrote the programs for our other machines no longer work here and I don't know enough about Plus+1 to write one yet. Is there anyone who can do this quickly? We would be willing to pay well.
15
Controllers / Re: Accurate Frequency, but Inaccurate pulse Count (Solved)
« Last post by jrward1977 on April 02, 2025, 11:19:52 PM »
Thank you to everyone who replied! I believe we can mark this down as solved.  Acmall, your example was tremendously helpful.  I was under the impression that the digital input worked like an interrupt on a simple micro controller.  Thank you G30RG3 for your explanation.
16
PLUS+1 GUIDE / Re: Industrial DevOps, Project View, and TortoiseGIT
« Last post by Matt_Eng on April 02, 2025, 09:54:38 PM »
Hi,
The .sdb is a search database file that gets generated when you use the search feature. The reason I ignore it, is that when I do a search across projects, sdb files are generated at each project location, and they aren't removed at all those locations with the cleanup option.
The .ddt is a temporary file generated during compilation, some older GUIDE versions didn't always clean it up, so I just ignore it since it is a pretty small file.

-Matt_Eng
17
Controllers / Re: Accurate Frequency, but Inaccurate pulse Count
« Last post by G30RG3 on April 02, 2025, 02:30:01 PM »
Your loop counter with 999999 as Max value in U16 will go in overflow, and rather soon.
Also you're using the DIgIN signal which will count once every program loop. If your program loop is longer than 40ms, the counter will add 1 for every program loop where the DIGIn value is seen as "high".
Use the .Count, and add them every program loop instead.
18
Displays / Re: Displaying a descriptionj string based on SPN/FMI error code
« Last post by jonbhanson on April 02, 2025, 01:34:16 PM »
Hi Sam and Albert.  Did you find a good solution for this?  I am facing the same issue.
19
Controllers / Re: Accurate Frequency, but Inaccurate pulse Count
« Last post by acmall on April 02, 2025, 09:53:12 AM »
How are you counting the pulses?
I don't see anything on Pin 19. Is it the same as Pin 18 where there is a Carriage_Count signal connected from the DigIn to a loop counter in software?
This will be limited by the program loop time and any pin de-bouncing, etc. that may be done behind the scenes by the controller firmware.

You can use the Count signal from the pin which will report the number of pulses in the last program loop. You can add this each loop to keep a total count. See example in the image.

Forum is refusing to attach an image, so here is a link.
https://mallaghan-my.sharepoint.com/:i:/g/personal/alastair_cardwell_mallaghangroup_com/ERBvHI_ze29OiOCi19p-EW8B4ccK9Mk167E5wFAXvEP9SQ?e=1bjgWe
20
PLUS+1 GUIDE / Re: Industrial DevOps, Project View, and TortoiseGIT
« Last post by Tor on April 02, 2025, 08:51:08 AM »
Hi,

The .scs file is the graphical part, the code you have created in the drawing area in PLUS+1 GUIDE. And as you mentioned, this is more or less always changing.
The .p1x is the actual open project, if it's packed it will be a .p1p file.  The .p1x file contains information about the tool you are using. For example, if you compile the project in a different version of PLUS+1 GUIDE the .p1x changes.
Pages: 1 [2] 3 4 ... 10