Forum Replies Created
-
AuthorPosts
-
詹森
ParticipantThe files being viewed range from min20250629_0001.dat to min20250629_0013.dat. Under normal circumstances, there are min20250629_0001.dat to min20250629_0024.dat
June 29, 2025 at 3:03 am in reply to: Where are those goodies (comm status, toggle comm line cmd) in v6 Channel setup #16531詹森
ParticipantHello, could you provide more detailed instructions on how to use this feature? Here’s my understanding—please confirm if it’s correct:
I set the Tag Code of the channel to Status.
How can I start or stop communication lines via Server commands?
Specifically, how do I use CommCmdCode.AddressedToComm() to control the start/stop of a specific line?Thank you!
詹森
ParticipantOK,Thank you
詹森
ParticipantThe problem has been solved. Just as you said, replacing the file has nothing to do with the directory
詹森
ParticipantThank you for your help,thankful
詹森
ParticipantLook at the latest pictures I sent. All the files have been recognized. I have confirmed that there are files and they are all recognized, but they can’t be opened. This indicates that there are files and data. It seems that the tool software can’t open them. Could you please help confirm this? Thank you
詹森
Participant
Hide the “Active” of Channels similar to those in the Configuration Database. After unchecking “Active”, the channels will not be displayed directly
詹森
ParticipantMy supplementary description is that for the Table file that needs to be added in the Web, it will be displayed when the channel value is 1. When the channel value is 0, the channel will not be displayed in the table. How can we directly hide this channel?
詹森
Participant
詹森
ParticipantI tried to run the HelloWorld project for about ten minutes, generating records every minute. When I opened it, I still didn’t see any data. The pictures were the same as before. Could you please help me take a look? Thank you!
詹森
Participantpicture1 :

I have downloaded and opened the file. I configured “Archive” in the Channel, but when I opened the downloaded file with the software you provided, I didn’t find any data. I confirmed that the file size is 4M. When I changed the file to another device, it also displayed as shown in the picture. Is this normal? Thank you!
詹森
ParticipantEnter “ip addr show” on the Linux command line to display all ip addresses
So how do I write all the ipV4 addresses into the channel, and how do I configure Linux to be static ip addresses? Thank you詹森
ParticipantNow in the use of CAN 2.0A/B protocol photovoltaic related equipment, do not know much about the writing of drivers, please do not have more detailed information? Thank you
詹森
ParticipantWhat I’m trying to do now is
For example, channel1 is the channel ID of the real device. I can directly set the command in the View on the Web, and the command value is automatically written to the service
The operation is shown as follows (after clicking On/Off, the value can be written to the service) :https://raw.githubusercontent.com/njzsky/Public/refs/heads/main/Command2.pngSetData(channel1, 1, 1); // If I write this in the script, I just write 1 in channel1, not in the service
Now I need to use the script code in Configuration Darabase — Secondary Table –Scripts to implement that the data written to channel1 can be written to the service
Thanks & Regards
詹森
ParticipantMaybe I wasn’t clear, so let me redescribe it
I now need to set the data to the service. I assigned a value to CmdData in the script code, but I got an error
Now I can’t find a way to write data to the service in the script (to send the data to the communication bus)
You are talking about the code of the package, what I need is how to write the data of the script to the service
-
AuthorPosts