Hallo thanks for the reply and I found out similar examples in the help Content too which helps me out alot.
However I do face another Problem. My code now look like this
FormatVersion=5.0
WaitId 0 1 100h
If True
WaitId 20 1 101h
If False
Send 1 101h 2 00h 00h
Repeat
My aim is to simulate a ...
Search found 8 matches
- Fri 24. Oct 2014, 11:09
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: Simulation of a CAN node
- Replies: 3
- Views: 6025
- Wed 22. Oct 2014, 12:49
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: Simulation of a CAN node
- Replies: 3
- Views: 6025
Simulation of a CAN node
Hallo,
I am currently using PCAN Explorer 5 and would like to simulate a CAN node which will transmit the answer I want everytime a message with certain ID is received.
I would like to do this by using the standard macro but I have no idea if this is possible or how to do it. It will be very ...
I am currently using PCAN Explorer 5 and would like to simulate a CAN node which will transmit the answer I want everytime a message with certain ID is received.
I would like to do this by using the standard macro but I have no idea if this is possible or how to do it. It will be very ...
- Mon 7. Oct 2013, 13:42
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: Shows only instrument panel window
- Replies: 1
- Views: 3235
Shows only instrument panel window
Hi I had created a panel window and functions that should run when a certain button is clicked. I would like to ask if it is possible just to display the panel window and the rest parts of the PCAN Explorer programm run in the background? So that the user can only access to the control elements ...
- Mon 30. Sep 2013, 17:02
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: Display a text
- Replies: 9
- Views: 10579
Re: Display a text
Thank you very much this is the perfect solution that I was looking for. Appreciate your help a lot.
I do have another question. Is it possible to clear the text in the field everytime the "SET" button is clicked?
I do have another question. Is it possible to clear the text in the field everytime the "SET" button is clicked?
- Mon 30. Sep 2013, 15:05
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: Display a text
- Replies: 9
- Views: 10579
Re: Display a text
Actually this is what I meant
- Mon 30. Sep 2013, 13:14
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: Display a text
- Replies: 9
- Views: 10579
Re: Display a text
Yes... The code in the script looks so far like this...
Sub ConvertDOB()
Dim input, date, month, year
Set input = Signals("Input")
Set year = Signals("Year")
year.Value = left(input.StringValue, 4)
End Sub
Sub ConvertDOB()
Dim input, date, month, year
Set input = Signals("Input")
Set year = Signals("Year")
year.Value = left(input.StringValue, 4)
End Sub
- Mon 30. Sep 2013, 11:59
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: Display a text
- Replies: 9
- Views: 10579
Re: Display a text
For Example I create a ValueEdit box and whenever I key in a code(eg. Date of Birth: 20130930) and click the "Set" button the information of day of birth(numbers), month of birth(in text: "September") and the year of birth(numbers) should be displayed in three different boxes. For the year of birth ...
- Fri 27. Sep 2013, 18:01
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: Display a text
- Replies: 9
- Views: 10579
Display a text
Hi I am using the PCAN Explorer 5 and the add-in Instruments Panel.
I have been trying to write a programm to display some information on the .ipf window.
For those information that only includes digits and I manage to do it by using the ValueIndicator.
However I cant find the way to display a ...
I have been trying to write a programm to display some information on the .ipf window.
For those information that only includes digits and I manage to do it by using the ValueIndicator.
However I cant find the way to display a ...