Assistance Needed with PLIN Example 3 - GUI Signal Change
Assistance Needed with PLIN Example 3 - GUI Signal Change
Hello,
I'm currently working on a project involving PLIN View Pro, and I'm trying to integrate a "Heating On" command into the GUI. My goal is to change the HV_Htr_On_Rq signal from 0 to 1 in the COMMAND_HVH frame through the GUI in the PLIN example 3.
Here's a brief overview of what I've done so far:
Added a "Heating On" radio button to the GUI.
Could you provide guidance on how to properly send the command to PLIN View Pro to change the HV_Htr_On_Rq signal in the COMMAND_HVH frame? Any tips or examples would be greatly appreciated!
Best regards,
Gagan K
I'm currently working on a project involving PLIN View Pro, and I'm trying to integrate a "Heating On" command into the GUI. My goal is to change the HV_Htr_On_Rq signal from 0 to 1 in the COMMAND_HVH frame through the GUI in the PLIN example 3.
Here's a brief overview of what I've done so far:
Added a "Heating On" radio button to the GUI.
Could you provide guidance on how to properly send the command to PLIN View Pro to change the HV_Htr_On_Rq signal in the COMMAND_HVH frame? Any tips or examples would be greatly appreciated!
Best regards,
Gagan K
Re: Assistance Needed with PLIN Example 3 - GUI Signal Change
Hi,
do you want to use the PLIN-View Pro application, or do you want to build an own application using the PLIN-API?
regards
Michael
do you want to use the PLIN-View Pro application, or do you want to build an own application using the PLIN-API?
regards
Michael
Re: Assistance Needed with PLIN Example 3 - GUI Signal Change
Hello
I am using PLIN View Pro application, I wanted to develop a small GUI to change the signal value in the Publisher and trigger it.
Need your assistance in this project.
Regards,
Gagan K
I am using PLIN View Pro application, I wanted to develop a small GUI to change the signal value in the Publisher and trigger it.
Need your assistance in this project.
Regards,
Gagan K
Re: Assistance Needed with PLIN Example 3 - GUI Signal Change
Hi,
if you want to use a GUI based system, you have to write an application using the PLIN-API. Please see the PLIN-API Examples for more details.
If you want to work with PLIN-View Pro, you could insert two publisher frames with your signal set to 0 and 1, and send the publisher data to the hardware by hitting the space bar on your keyboard after selecting the defined frame for 0 and 1.
regards
Michael
if you want to use a GUI based system, you have to write an application using the PLIN-API. Please see the PLIN-API Examples for more details.
If you want to work with PLIN-View Pro, you could insert two publisher frames with your signal set to 0 and 1, and send the publisher data to the hardware by hitting the space bar on your keyboard after selecting the defined frame for 0 and 1.
regards
Michael
Re: Assistance Needed with PLIN Example 3 - GUI Signal Change
Hello,
The above steps you mentioned is working fine and I am able to make the changes manually, but I want to develop an GUI for PLIN View Pro to change the signal value through GUI.
How can I develop?
Regards,
Gagan
The above steps you mentioned is working fine and I am able to make the changes manually, but I want to develop an GUI for PLIN View Pro to change the signal value through GUI.
How can I develop?
Regards,
Gagan
Re: Assistance Needed with PLIN Example 3 - GUI Signal Change
Hi,
to have a GUI you need to write an own application using our PLIN-API. There are examples and documetation available for the different compilers in the PLIN-API package:
https://www.peak-system.com/fileadmin/m ... in-api.zip
regards
Michael
to have a GUI you need to write an own application using our PLIN-API. There are examples and documetation available for the different compilers in the PLIN-API package:
https://www.peak-system.com/fileadmin/m ... in-api.zip
regards
Michael